diff options
author | Remita Amine <remitamine@gmail.com> | 2019-07-02 22:07:01 +0100 |
---|---|---|
committer | Remita Amine <remitamine@gmail.com> | 2019-07-02 22:09:40 +0100 |
commit | ff0f4cfeba73d17c74caa05b55da610d903ae4d3 (patch) | |
tree | 90bdc312d4cf7060b7f5b5259432b3fe567858de /youtube_dl/extractor/extractors.py | |
parent | 1335bf10f69b5d2c45b386d3faf71398b9662f9c (diff) |
[arte] clean extractor(closes #15583)(closes #21614)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 530474f3f..02f17cf0d 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -58,17 +58,8 @@ from .ard import ( ARDMediathekIE, ) from .arte import ( - ArteTvIE, ArteTVPlus7IE, - ArteTVCreativeIE, - ArteTVConcertIE, - ArteTVInfoIE, - ArteTVFutureIE, - ArteTVCinemaIE, - ArteTVDDCIE, - ArteTVMagazineIE, ArteTVEmbedIE, - TheOperaPlatformIE, ArteTVPlaylistIE, ) from .asiancrush import ( |