diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-04-17 23:12:23 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-04-17 23:12:23 +0600 |
commit | 4fdf0823750b594d5408640829ad235bd210e989 (patch) | |
tree | df6cbba706e13a154f69113e124553e5eff09991 /youtube_dl/extractor/extractors.py | |
parent | 1b6182d8f759546b54a675123901348361bad979 (diff) |
[theonion] Remove extractor (Closes #9220)
It now uses generic onionstudios embed
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 06b3d5e24..aa83daa02 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -751,7 +751,6 @@ from .teletask import TeleTaskIE from .testurl import TestURLIE from .tf1 import TF1IE from .theintercept import TheInterceptIE -from .theonion import TheOnionIE from .theplatform import ( ThePlatformIE, ThePlatformFeedIE, |