diff options
author | sxvghd <sxvghd@firemail.cc> | 2020-08-16 15:40:59 +0200 |
---|---|---|
committer | sxvghd <sxvghd@firemail.cc> | 2020-08-16 15:40:59 +0200 |
commit | b50f352f59ecb1de8261a47fac32c03b9bcbd594 (patch) | |
tree | 64dab0a374e9a806a593d5d6e2e70ba740d13dbf /youtube_dl/extractor/extractors.py | |
parent | 10709fc7c640fcd2f4866090d68f130fc8d9ad0c (diff) | |
download | hypervideo-pre-b50f352f59ecb1de8261a47fac32c03b9bcbd594.tar.lz hypervideo-pre-b50f352f59ecb1de8261a47fac32c03b9bcbd594.tar.xz hypervideo-pre-b50f352f59ecb1de8261a47fac32c03b9bcbd594.zip |
[doodstream] new extractor
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 4b3092028..b4f7f7281 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, |