aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dlc/extractor/extractors.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan@gmail.com>2021-02-20 02:14:36 +0530
committerpukkandan <pukkandan@gmail.com>2021-02-20 02:32:22 +0530
commitbc2ca1bb75d586b75d83a6f60b680ee07227ff28 (patch)
treee00af2ced38c0a0c1dfead4d27f3edba9c9651e4 /youtube_dlc/extractor/extractors.py
parent5e41dca334b152d3757cff318c5f72843aeea255 (diff)
downloadhypervideo-pre-bc2ca1bb75d586b75d83a6f60b680ee07227ff28.tar.lz
hypervideo-pre-bc2ca1bb75d586b75d83a6f60b680ee07227ff28.tar.xz
hypervideo-pre-bc2ca1bb75d586b75d83a6f60b680ee07227ff28.zip
Update to ytdl-commit-cf2dbec
https://github.com/ytdl-org/youtube-dl/commit/cf2dbec6301177a1fddf72862de05fa912d9869d Except: [kakao] improve info extraction and detect geo restriction https://github.com/ytdl-org/youtube-dl/commit/d8085580f63ad3b146a31712ff76cf41d5a4558a
Diffstat (limited to 'youtube_dlc/extractor/extractors.py')
-rw-r--r--youtube_dlc/extractor/extractors.py24
1 files changed, 18 insertions, 6 deletions
diff --git a/youtube_dlc/extractor/extractors.py b/youtube_dlc/extractor/extractors.py
index cbbc8f7cd..8c6f96bd1 100644
--- a/youtube_dlc/extractor/extractors.py
+++ b/youtube_dlc/extractor/extractors.py
@@ -182,6 +182,7 @@ from .canvas import (
CanvasIE,
CanvasEenIE,
VrtNUIE,
+ DagelijkseKostIE,
)
from .carambatv import (
CarambaTVIE,
@@ -309,7 +310,12 @@ from .douyutv import (
DouyuShowIE,
DouyuTVIE,
)
-from .dplay import DPlayIE
+from .dplay import (
+ DPlayIE,
+ DiscoveryPlusIE,
+ HGTVDeIE,
+)
+from .dreisat import DreiSatIE
from .drbonanza import DRBonanzaIE
from .drtuber import DrTuberIE
from .drtv import (
@@ -1107,6 +1113,11 @@ from .shared import (
VivoIE,
)
from .showroomlive import ShowRoomLiveIE
+from .simplecast import (
+ SimplecastIE,
+ SimplecastEpisodeIE,
+ SimplecastPodcastIE,
+)
from .sina import SinaIE
from .sixplay import SixPlayIE
from .skyit import (
@@ -1165,11 +1176,6 @@ from .spike import (
BellatorIE,
ParamountNetworkIE,
)
-from .storyfire import (
- StoryFireIE,
- StoryFireUserIE,
- StoryFireSeriesIE,
-)
from .stitcher import StitcherIE
from .sport5 import Sport5IE
from .sportbox import SportBoxIE
@@ -1193,6 +1199,11 @@ from .srgssr import (
from .srmediathek import SRMediathekIE
from .stanfordoc import StanfordOpenClassroomIE
from .steam import SteamIE
+from .storyfire import (
+ StoryFireIE,
+ StoryFireUserIE,
+ StoryFireSeriesIE,
+)
from .streamable import StreamableIE
from .streamcloud import StreamcloudIE
from .streamcz import StreamCZIE
@@ -1652,6 +1663,7 @@ from .zattoo import (
ZattooLiveIE,
)
from .zdf import ZDFIE, ZDFChannelIE
+from .zhihu import ZhihuIE
from .zingmp3 import ZingMp3IE
from .zoom import ZoomIE
from .zype import ZypeIE