diff options
author | Remita Amine <remitamine@gmail.com> | 2018-05-31 02:49:35 +0100 |
---|---|---|
committer | Remita Amine <remitamine@gmail.com> | 2018-05-31 02:49:35 +0100 |
commit | 128b58ad139f2e62274ab6a649b965f5fa01a533 (patch) | |
tree | 943397582fd99a3b70821f4a3393b6434a2382d2 /youtube_dl/extractor/extractors.py | |
parent | 4fd1437d9d617069494a471ba40341c2ad6623b6 (diff) |
[nhl] remove old extractors
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 5f829c72c..93b22a8c3 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -705,12 +705,7 @@ from .nexx import ( from .nfb import NFBIE from .nfl import NFLIE from .nhk import NhkVodIE -from .nhl import ( - NHLVideocenterIE, - NHLNewsIE, - NHLVideocenterCategoryIE, - NHLIE, -) +from .nhl import NHLIE from .nick import ( NickIE, NickBrIE, |