1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 10:29:28 +00:00

[discovery] improve _VALID_URL regex

This commit is contained in:
remitamine 2015-12-31 18:24:49 +01:00
parent fec040e754
commit b05641ce40

View file

@ -19,7 +19,7 @@ class DiscoveryIE(InfoExtractor):
sciencechannel|
tlc|
velocity
)\.com/([^/]+/)*(?P<id>[^\./\?#]+)'''
)\.com/(?:[^/]+/)*(?P<id>[^./?#]+)'''
_TESTS = [{
'url': 'http://www.discovery.com/tv-shows/mythbusters/videos/mission-impossible-outtakes.htm',
'info_dict': {