diff options
author | Sergey M․ <dstftw@gmail.com> | 2018-08-12 01:47:10 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2018-08-12 01:47:10 +0700 |
commit | b65e3b0636c4b992f3187bff7d5268c6891023a6 (patch) | |
tree | 92251b118d6e7d8fbf7bfc48c3c98e1432d19194 /youtube_dl/extractor/extractors.py | |
parent | d37dc6e1c956ce0f390a4b832f8388cb94254f90 (diff) |
[bitchute] Add extractor (closes #14052)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index c7a91a986..eb22d0999 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -118,6 +118,10 @@ from .bilibili import ( BiliBiliBangumiIE, ) from .biobiochiletv import BioBioChileTVIE +from .bitchute import ( + BitChuteIE, + BitChuteChannelIE, +) from .biqle import BIQLEIE from .bleacherreport import ( BleacherReportIE, |