1
0
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:
mihau 2019-05-11 23:28:21 +02:00 committed by GitHub
parent 8ae32e1882
commit 6dc98d52a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ from ..compat import compat_urlparse
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 = [{
'url': 'https://www.tele5.de/mediathek/filme-online/videos?vid=1549416',
'info_dict': {