diff options
author | Diego Fernando Rodríguez Varón <diegorodriguezv@gmail.com> | 2020-11-14 09:40:51 -0500 |
---|---|---|
committer | Diego Fernando Rodríguez Varón <diegorodriguezv@gmail.com> | 2020-11-14 09:40:51 -0500 |
commit | a2044d57ca89a463a731febd5e95033c36427ab6 (patch) | |
tree | 10a57e386d3bcc6382a813bcbe785eed08fed0eb /youtube_dlc/extractor/extractors.py | |
parent | fff50711120b1a1c0477550748768d1e5b1fb755 (diff) | |
parent | d052b9a112fb7ae749a829dceba6e3289663a303 (diff) | |
download | hypervideo-pre-a2044d57ca89a463a731febd5e95033c36427ab6.tar.lz hypervideo-pre-a2044d57ca89a463a731febd5e95033c36427ab6.tar.xz hypervideo-pre-a2044d57ca89a463a731febd5e95033c36427ab6.zip |
Merge branch 'master' of https://github.com/blackjack4494/yt-dlc into fix-tmz
Diffstat (limited to 'youtube_dlc/extractor/extractors.py')
-rw-r--r-- | youtube_dlc/extractor/extractors.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dlc/extractor/extractors.py b/youtube_dlc/extractor/extractors.py index 5dde2965b..c18a64fa4 100644 --- a/youtube_dlc/extractor/extractors.py +++ b/youtube_dlc/extractor/extractors.py @@ -1175,6 +1175,7 @@ from .theweatherchannel import TheWeatherChannelIE from .thisamericanlife import ThisAmericanLifeIE from .thisav import ThisAVIE from .thisoldhouse import ThisOldHouseIE +from .thisvid import ThisVidIE from .threeqsdn import ThreeQSDNIE from .tiktok import TikTokIE from .tinypic import TinyPicIE @@ -1541,4 +1542,5 @@ from .zattoo import ( ) from .zdf import ZDFIE, ZDFChannelIE from .zingmp3 import ZingMp3IE +from .zoom import ZoomIE from .zype import ZypeIE |