[nhl] Make NHLVideocenter IE_DESC fit with other descriptions
authorPhilipp Hagemeister <phihag@phihag.de>
Wed, 20 Nov 2013 08:45:22 +0000 (09:45 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Wed, 20 Nov 2013 08:45:29 +0000 (09:45 +0100)
youtube_dl/extractor/nhl.py

index 224f56ac84b77647c2ff5468b41d229786da632e..458fe40639171943fec8b516a5facba5bcfb3df6 100644 (file)
@@ -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