youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 0190eecc00c45b26eb5ef5444181cd996b139f18
parent ca872a4c0b5a926be9dccec6dc43ebb5b8a6abb7
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Wed, 20 Nov 2013 09:45:22 +0100

[nhl] Make NHLVideocenter IE_DESC fit with other descriptions

Diffstat:
Myoutube_dl/extractor/nhl.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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