aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/_extractors.py
diff options
context:
space:
mode:
authorbashonly <88596187+bashonly@users.noreply.github.com>2024-05-25 18:03:05 -0500
committerGitHub <noreply@github.com>2024-05-25 23:03:05 +0000
commit1463945ae5fb05986a0bd1aa02e41d1a08d93a02 (patch)
treefae09a7b6633565b028bc62ef24edb42d37c4437 /yt_dlp/extractor/_extractors.py
parentc92e4e625e9e6bbbbf8e3b20c3e7ebe57c16072d (diff)
[ie/jiocinema] Add extractors (#10026)
Closes #5563, Closes #7759, Closes #8679, Closes #9349 Authored by: bashonly
Diffstat (limited to 'yt_dlp/extractor/_extractors.py')
-rw-r--r--yt_dlp/extractor/_extractors.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py
index 6f0656e0c..b807728ee 100644
--- a/yt_dlp/extractor/_extractors.py
+++ b/yt_dlp/extractor/_extractors.py
@@ -872,6 +872,10 @@ from .japandiet import (
SangiinIE,
)
from .jeuxvideo import JeuxVideoIE
+from .jiocinema import (
+ JioCinemaIE,
+ JioCinemaSeriesIE,
+)
from .jiosaavn import (
JioSaavnSongIE,
JioSaavnAlbumIE,
@@ -2282,10 +2286,6 @@ from .voicy import (
VoicyChannelIE,
)
from .volejtv import VolejTVIE
-from .voot import (
- VootIE,
- VootSeriesIE,
-)
from .voxmedia import (
VoxMediaVolumeIE,
VoxMediaIE,