mirror of
https://github.com/blackjack4494/yt-dlc.git
synced 2024-11-10 04:52:29 +01:00
[nhl] Make NHLVideocenter IE_DESC fit with other descriptions
This commit is contained in:
parent
ca872a4c0b
commit
0190eecc00
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user