mirror of
https://github.com/l1ving/youtube-dl
synced 2020-11-18 19:53:54 -08:00
regex update to match new url format
new regex tested with https://pythex.org/ against these urls https://www.tele5.de/star-trek/raumschiff-voyager/ganze-folge/das-vinculum/ https://www.tele5.de/filme/schlefaz-dragon-crusaders/
This commit is contained in:
parent
8ae32e1882
commit
6dc98d52a9
@ -7,7 +7,7 @@ from ..compat import compat_urlparse
|
|||||||
|
|
||||||
|
|
||||||
class Tele5IE(InfoExtractor):
|
class Tele5IE(InfoExtractor):
|
||||||
_VALID_URL = r'https?://(?:www\.)?tele5\.de/(?:mediathek|tv)/(?P<id>[^?#&]+)'
|
_VALID_URL = r'https?://(?:www\.)?tele5\.de/(?:.*?/?.*?|filme)/(?P<id>[^?#&]+)'
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
'url': 'https://www.tele5.de/mediathek/filme-online/videos?vid=1549416',
|
'url': 'https://www.tele5.de/mediathek/filme-online/videos?vid=1549416',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user