about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-11-20 09:45:22 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-11-20 09:45:29 +0100
commit0190eecc00c45b26eb5ef5444181cd996b139f18 (patch)
tree6e0d0e7fdb491d64cc080b83398764c16992a008
parentca872a4c0b5a926be9dccec6dc43ebb5b8a6abb7 (diff)
downloadyoutube-dl-0190eecc00c45b26eb5ef5444181cd996b139f18.tar.gz
youtube-dl-0190eecc00c45b26eb5ef5444181cd996b139f18.tar.xz
youtube-dl-0190eecc00c45b26eb5ef5444181cd996b139f18.zip
[nhl] Make NHLVideocenter IE_DESC fit with other descriptions
-rw-r--r--youtube_dl/extractor/nhl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/nhl.py b/youtube_dl/extractor/nhl.py
index 224f56ac8..458fe4063 100644
--- 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