diff options
author | Tom-Oliver Heidel <github@tom-oliver.eu> | 2020-11-27 16:42:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-27 16:42:12 +0100 |
commit | 93201d50aa5e0bce0ecf6941cd6f9ea6c9ef86a5 (patch) | |
tree | 6cf79a198df3ab537c933a2e88256bc0ae7801e3 /youtube_dlc/extractor/extractors.py | |
parent | 17fbbff940920c5751c6c11c03dd08423e602361 (diff) | |
parent | ae7c01431db6853bf39600d8d862806511fe4f36 (diff) | |
download | hypervideo-pre-93201d50aa5e0bce0ecf6941cd6f9ea6c9ef86a5.tar.lz hypervideo-pre-93201d50aa5e0bce0ecf6941cd6f9ea6c9ef86a5.tar.xz hypervideo-pre-93201d50aa5e0bce0ecf6941cd6f9ea6c9ef86a5.zip |
Merge pull request #213 from lorpus/master
[bitwave.tv] new extractor
Diffstat (limited to 'youtube_dlc/extractor/extractors.py')
-rw-r--r-- | youtube_dlc/extractor/extractors.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/youtube_dlc/extractor/extractors.py b/youtube_dlc/extractor/extractors.py index c77ca12cc..90232c2a7 100644 --- a/youtube_dlc/extractor/extractors.py +++ b/youtube_dlc/extractor/extractors.py @@ -116,6 +116,10 @@ from .bitchute import ( BitChuteIE, BitChuteChannelIE, ) +from .bitwave import ( + BitwaveReplayIE, + BitwaveStreamIE, +) from .biqle import BIQLEIE from .bleacherreport import ( BleacherReportIE, |