aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dlc/extractor/extractors.py
diff options
context:
space:
mode:
authorRoman Sebastian Karwacik <roman.karwacik@rwth-aachen.de>2020-04-12 23:27:58 +0200
committerinsaneracist <insaneracist@cyberdude.com>2020-11-02 16:09:16 -0800
commit3f0852e35fbe3fbd2f635daadb02425608db5cf2 (patch)
tree6e71e7fb7a1424b3e736757ca52dd43f2fb59f96 /youtube_dlc/extractor/extractors.py
parent764876a01f2f9c1eb59691678c5629fe283a39ce (diff)
downloadhypervideo-pre-3f0852e35fbe3fbd2f635daadb02425608db5cf2.tar.lz
hypervideo-pre-3f0852e35fbe3fbd2f635daadb02425608db5cf2.tar.xz
hypervideo-pre-3f0852e35fbe3fbd2f635daadb02425608db5cf2.zip
[zoomus] Add new extractor
Diffstat (limited to 'youtube_dlc/extractor/extractors.py')
-rw-r--r--youtube_dlc/extractor/extractors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dlc/extractor/extractors.py b/youtube_dlc/extractor/extractors.py
index 666134d86..34a8cecd5 100644
--- a/youtube_dlc/extractor/extractors.py
+++ b/youtube_dlc/extractor/extractors.py
@@ -1544,4 +1544,5 @@ from .zattoo import (
)
from .zdf import ZDFIE, ZDFChannelIE
from .zingmp3 import ZingMp3IE
+from .zoomus import ZoomUSIE
from .zype import ZypeIE