aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/_extractors.py
diff options
context:
space:
mode:
authornixxo <nixxo@protonmail.com>2023-05-29 06:20:03 +0200
committerGitHub <noreply@github.com>2023-05-29 09:50:03 +0530
commitc6d3f81a4077aaf9cffc6aa2d0dec92f38e74bb0 (patch)
tree6b618ab8b1a6d40c9fc850dd4f70f2b87072a8b9 /yt_dlp/extractor/_extractors.py
parentaed945e1b9b7d3af2a907e1a12e6508cc81d6a20 (diff)
downloadhypervideo-pre-c6d3f81a4077aaf9cffc6aa2d0dec92f38e74bb0.tar.lz
hypervideo-pre-c6d3f81a4077aaf9cffc6aa2d0dec92f38e74bb0.tar.xz
hypervideo-pre-c6d3f81a4077aaf9cffc6aa2d0dec92f38e74bb0.zip
[extractor/rai] Rewrite extractors (#5940)
Authored by: nixxo, danog Closes #5672, closes #6341 Co-authored-by: Daniil Gentili <daniil@daniil.it>
Diffstat (limited to 'yt_dlp/extractor/_extractors.py')
-rw-r--r--yt_dlp/extractor/_extractors.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py
index bf041ae61..d9028a831 100644
--- a/yt_dlp/extractor/_extractors.py
+++ b/yt_dlp/extractor/_extractors.py
@@ -1548,6 +1548,8 @@ from .radlive import (
RadLiveSeasonIE,
)
from .rai import (
+ RaiIE,
+ RaiCulturaIE,
RaiPlayIE,
RaiPlayLiveIE,
RaiPlayPlaylistIE,
@@ -1556,7 +1558,6 @@ from .rai import (
RaiPlaySoundPlaylistIE,
RaiNewsIE,
RaiSudtirolIE,
- RaiIE,
)
from .raywenderlich import (
RayWenderlichIE,