diff options
author | pukkandan <pukkandan@gmail.com> | 2020-11-26 22:57:34 +0530 |
---|---|---|
committer | pukkandan <pukkandan@gmail.com> | 2020-11-26 22:57:34 +0530 |
commit | 38d7028407b5db50e4d3c712d52b294ec1100c1f (patch) | |
tree | 637bc10be43f452139932a73d63b0bee0b0c9df8 /youtube_dlc/extractor/extractors.py | |
parent | 02ced43cbf763260ac35d4c92fa6fd5f89f69f72 (diff) | |
download | hypervideo-pre-38d7028407b5db50e4d3c712d52b294ec1100c1f.tar.lz hypervideo-pre-38d7028407b5db50e4d3c712d52b294ec1100c1f.tar.xz hypervideo-pre-38d7028407b5db50e4d3c712d52b294ec1100c1f.zip |
Updated to release 2020.11.26
Diffstat (limited to 'youtube_dlc/extractor/extractors.py')
-rw-r--r-- | youtube_dlc/extractor/extractors.py | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/youtube_dlc/extractor/extractors.py b/youtube_dlc/extractor/extractors.py index c50bdbb79..9fe458038 100644 --- a/youtube_dlc/extractor/extractors.py +++ b/youtube_dlc/extractor/extractors.py @@ -620,6 +620,7 @@ from .markiza import ( from .massengeschmacktv import MassengeschmackTVIE from .matchtv import MatchTVIE from .mdr import MDRIE +from .medaltv import MedalTVIE from .mediaset import MediasetIE from .mediasite import ( MediasiteIE, @@ -1102,6 +1103,12 @@ from .stitcher import StitcherIE from .sport5 import Sport5IE from .sportbox import SportBoxIE from .sportdeutschland import SportDeutschlandIE +from .spreaker import ( + SpreakerIE, + SpreakerPageIE, + SpreakerShowIE, + SpreakerShowPageIE, +) from .springboardplatform import SpringboardPlatformIE from .sprout import SproutIE from .srgssr import ( @@ -1395,8 +1402,8 @@ from .vk import ( ) from .vlive import ( VLiveIE, + VLivePostIE, VLiveChannelIE, - VLivePlaylistIE ) from .vodlocker import VodlockerIE from .vodpl import VODPlIE |