aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/extractors.py
diff options
context:
space:
mode:
authorThe Hatsune Daishi <nao20010128@gmail.com>2021-09-05 07:37:28 +0900
committerGitHub <noreply@github.com>2021-09-05 04:07:28 +0530
commitbc794913683d98b3ce7f98f19c28e22cb05cd2b5 (patch)
treea28baaffdecc7a41c6aeddb9a34b9dc1dc30b7eb /yt_dlp/extractor/extractors.py
parent421ddcb8b4712f41c6060b6d651ec8dc7d4b139a (diff)
downloadhypervideo-pre-bc794913683d98b3ce7f98f19c28e22cb05cd2b5.tar.lz
hypervideo-pre-bc794913683d98b3ce7f98f19c28e22cb05cd2b5.tar.xz
hypervideo-pre-bc794913683d98b3ce7f98f19c28e22cb05cd2b5.zip
[17live] Add 17.live extractor (#866)
Authored by: nao20010128nao
Diffstat (limited to 'yt_dlp/extractor/extractors.py')
-rw-r--r--yt_dlp/extractor/extractors.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py
index 1a3093c15..4ef581b07 100644
--- a/yt_dlp/extractor/extractors.py
+++ b/yt_dlp/extractor/extractors.py
@@ -547,6 +547,10 @@ from .hungama import (
HungamaAlbumPlaylistIE,
)
from .hypem import HypemIE
+from .ichinanalive import (
+ IchinanaLiveIE,
+ IchinanaLiveClipIE,
+)
from .ign import (
IGNIE,
IGNVideoIE,