diff options
| author | Yen Chi Hsuan <yan12125@gmail.com> | 2015-03-31 03:36:09 +0800 | 
|---|---|---|
| committer | Yen Chi Hsuan <yan12125@gmail.com> | 2015-03-31 03:36:09 +0800 | 
| commit | a2edf2e7ff314eaa3124c1da1b962d054b6d9fff (patch) | |
| tree | c9c210a3482f8039006c015d1082a4fce17308ec /youtube_dl/extractor/nbc.py | |
| parent | 1d31e7a2fc2fb78c792754578a8a58b056811b84 (diff) | |
[NBC/ThePlatform/Generic] Add a generic detector for NBCSportsVPlayer and enhance error detection in ThePlatformIE
Diffstat (limited to 'youtube_dl/extractor/nbc.py')
| -rw-r--r-- | youtube_dl/extractor/nbc.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/nbc.py b/youtube_dl/extractor/nbc.py index c8dd72ab4..be9969d12 100644 --- a/youtube_dl/extractor/nbc.py +++ b/youtube_dl/extractor/nbc.py @@ -51,7 +51,7 @@ class NBCIE(InfoExtractor):  class NBCSportsVPlayerIE(InfoExtractor): -    _VALID_URL = r'https?://vplayer\.nbcsports\.com/(?:[^/]+/)+(?P<id>[0-9a-zA-Z]+)' +    _VALID_URL = r'https?://vplayer\.nbcsports\.com/(?:[^/]+/)+(?P<id>[0-9a-zA-Z_]+)'      _TEST = {          'url': 'https://vplayer.nbcsports.com/p/BxmELC/nbcsports_share/select/9CsDKds0kvHI',  | 
