Browse Source

[discovery] improve _VALID_URL regex

totalwebcasting
remitamine 9 years ago
parent
commit
b05641ce40
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/discovery.py

+ 1
- 1
youtube_dl/extractor/discovery.py 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': {


Loading…
Cancel
Save