diff options
author | Tom-Oliver Heidel <github@tom-oliver.eu> | 2020-08-31 23:28:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-31 23:28:49 +0200 |
commit | ffc632abb554afc79f56c1e0b90b35b757eebd0a (patch) | |
tree | 8134e465f531fe0a7a3fc0d68bb083ceef1cc602 /youtube_dl/extractor/extractors.py | |
parent | 4bd95eb144053d44139db17a348072a3b2080965 (diff) | |
parent | 92d25998f9e13ebcd7b27babaa64c2d90cb8e62e (diff) | |
download | hypervideo-pre-ffc632abb554afc79f56c1e0b90b35b757eebd0a.tar.lz hypervideo-pre-ffc632abb554afc79f56c1e0b90b35b757eebd0a.tar.xz hypervideo-pre-ffc632abb554afc79f56c1e0b90b35b757eebd0a.zip |
Merge pull request #7 from sxvghd/doodstream
Doodstream
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 befd66bd2..e213b1bea 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -293,6 +293,7 @@ from .discoverynetworks import DiscoveryNetworksDeIE from .discoveryvr import DiscoveryVRIE from .disney import DisneyIE from .dispeak import DigitallySpeakingIE +from .doodstream import DoodStreamIE from .dropbox import DropboxIE from .dw import ( DWIE, |