aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/extractors.py
diff options
context:
space:
mode:
authorAshish Gupta <39122144+Ashish0804@users.noreply.github.com>2021-09-28 02:31:23 +0530
committerGitHub <noreply@github.com>2021-09-28 02:31:23 +0530
commitf1d42a83ab47683ddbe7c66393130f63262aeca0 (patch)
tree12ffe525f20e7d0a07f597bb8b9d448b69e3ab70 /yt_dlp/extractor/extractors.py
parent3cf4b91dc5ecc8e936e75204afe62b2884c55362 (diff)
downloadhypervideo-pre-f1d42a83ab47683ddbe7c66393130f63262aeca0.tar.lz
hypervideo-pre-f1d42a83ab47683ddbe7c66393130f63262aeca0.tar.xz
hypervideo-pre-f1d42a83ab47683ddbe7c66393130f63262aeca0.zip
[Rumble] Add RumbleChannelIE (#1088)
Authored by: Ashish0804
Diffstat (limited to 'yt_dlp/extractor/extractors.py')
-rw-r--r--yt_dlp/extractor/extractors.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py
index 4774a3ebb..93934b682 100644
--- a/yt_dlp/extractor/extractors.py
+++ b/yt_dlp/extractor/extractors.py
@@ -1205,7 +1205,10 @@ from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE, RTVELiveIE, RTVETe
from .rtvnh import RTVNHIE
from .rtvs import RTVSIE
from .ruhd import RUHDIE
-from .rumble import RumbleEmbedIE
+from .rumble import (
+ RumbleEmbedIE,
+ RumbleChannelIE,
+)
from .rutube import (
RutubeIE,
RutubeChannelIE,