diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-09-11 03:02:00 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-09-11 03:02:00 +0800 |
commit | 001a5fd3d75b311102264cf3920c6aa5b2322e51 (patch) | |
tree | 35935a6fca7db5bd5f8c198fb0104d43d8986f93 /youtube_dl/extractor/extractors.py | |
parent | 1e35999c1e4637174e2532c457431315b5e186d9 (diff) |
[iwara] Fix extraction after relaunch
Closes #10462, closes #3215
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 124e909fb..2e795260e 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -395,6 +395,7 @@ from .ivi import ( IviCompilationIE ) from .ivideon import IvideonIE +from .iwara import IwaraIE from .izlesene import IzleseneIE from .jeuxvideo import JeuxVideoIE from .jove import JoveIE @@ -899,7 +900,6 @@ from .toutv import TouTvIE from .toypics import ToypicsUserIE, ToypicsIE from .traileraddict import TrailerAddictIE from .trilulilu import TriluliluIE -from .trollvids import TrollvidsIE from .trutv import TruTVIE from .tube8 import Tube8IE from .tubitv import TubiTvIE |