projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca872a4
)
[nhl] Make NHLVideocenter IE_DESC fit with other descriptions
author
Philipp Hagemeister
<phihag@phihag.de>
Wed, 20 Nov 2013 08:45:22 +0000
(09:45 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Wed, 20 Nov 2013 08:45:29 +0000
(09:45 +0100)
youtube_dl/extractor/nhl.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/nhl.py
b/youtube_dl/extractor/nhl.py
index 224f56ac84b77647c2ff5468b41d229786da632e..458fe40639171943fec8b516a5facba5bcfb3df6 100644
(file)
--- a/
youtube_dl/extractor/nhl.py
+++ b/
youtube_dl/extractor/nhl.py
@@
-72,7
+72,7
@@
class NHLIE(NHLBaseInfoExtractor):
class NHLVideocenterIE(NHLBaseInfoExtractor):
IE_NAME = u'nhl.com:videocenter'
- IE_DESC = u'
Download the first 12 videos from a
videocenter category'
+ IE_DESC = u'
NHL
videocenter category'
_VALID_URL = r'https?://video\.(?P<team>[^.]*)\.nhl\.com/videocenter/(console\?.*?catid=(?P<catid>[^&]+))?'
@classmethod