From: Philipp Hagemeister Date: Wed, 20 Nov 2013 08:45:22 +0000 (+0100) Subject: [nhl] Make NHLVideocenter IE_DESC fit with other descriptions X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=commitdiff_plain;h=0190eecc00c45b26eb5ef5444181cd996b139f18;hp=ca872a4c0b5a926be9dccec6dc43ebb5b8a6abb7;p=youtube-dl.git [nhl] Make NHLVideocenter IE_DESC fit with other descriptions --- 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[^.]*)\.nhl\.com/videocenter/(console\?.*?catid=(?P[^&]+))?' @classmethod