diff options
author | Sergey M․ <dstftw@gmail.com> | 2017-10-12 00:44:13 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-10-12 00:44:13 +0700 |
commit | ff3f1a62f087332fa6409b5cbc39871d49e74f37 (patch) | |
tree | 1e7ebe922b8fbd424d9ec0f78c2fe689c45ba53c /youtube_dl/extractor/extractors.py | |
parent | 694b61545cc3fa37c31d5f62d26101fb2620a01d (diff) |
[funk] Add extractor (closes #14464)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 5629c7623..ecb33bc9e 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -381,6 +381,7 @@ from .freesound import FreesoundIE from .freespeech import FreespeechIE from .freshlive import FreshLiveIE from .funimation import FunimationIE +from .funk import FunkIE from .funnyordie import FunnyOrDieIE from .fusion import FusionIE from .fxnetworks import FXNetworksIE |