diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-02-02 20:52:37 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-02-02 20:52:37 +0600 |
commit | 92bf0bcdf847682cee9f66a5cef4c96c19a100d9 (patch) | |
tree | 19547b5f4214531c1c04f9bc9d9afb830aa6b9f1 /youtube_dl/extractor/__init__.py | |
parent | 12832049170e8b3bd457706f49e8e09de12a368c (diff) |
[historicfilms] Add extractor (Closes #4825)
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 9c14b096f..dabf86ec8 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -182,6 +182,7 @@ from .heise import HeiseIE from .hellporno import HellPornoIE from .helsinki import HelsinkiIE from .hentaistigma import HentaiStigmaIE +from .historicfilms import HistoricFilmsIE from .hitbox import HitboxIE, HitboxLiveIE from .hornbunny import HornBunnyIE from .hostingbulk import HostingBulkIE |