diff options
author | remitamine <remitamine@gmail.com> | 2016-04-22 20:17:20 +0100 |
---|---|---|
committer | remitamine <remitamine@gmail.com> | 2016-04-22 20:18:27 +0100 |
commit | 29a7e8f6f88e9a4c522e67aae5badd26ee226fde (patch) | |
tree | f2206e0cd28bd3b013f1e54bfea4e44158c70056 /youtube_dl/extractor/extractors.py | |
parent | eb01e97e10a5c1eb096695fbfd91ff7f69a4aa9e (diff) |
[nhl] Add new extractor(closes #8419)(closes #8798)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 27a7e89a4..6de3438fc 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -490,9 +490,10 @@ from .nextmovie import NextMovieIE from .nfb import NFBIE from .nfl import NFLIE from .nhl import ( - NHLIE, - NHLNewsIE, NHLVideocenterIE, + NHLNewsIE, + NHLVideocenterCategoryIE, + NHLIE, ) from .nick import NickIE from .niconico import NiconicoIE, NiconicoPlaylistIE |