Skip to content

Commit

Permalink
[extractor/rai] Rewrite extractors (yt-dlp#5940)
Browse files Browse the repository at this point in the history
Authored by: nixxo, danog
Closes yt-dlp#5672, closes yt-dlp#6341

Co-authored-by: Daniil Gentili <daniil@daniil.it>
  • Loading branch information
2 people authored and aalsuwaidi committed Apr 21, 2024
1 parent 2010c18 commit f762c9f
Show file tree
Hide file tree
Showing 2 changed files with 266 additions and 302 deletions.
3 changes: 2 additions & 1 deletion yt_dlp/extractor/_extractors.py
Expand Up @@ -1548,6 +1548,8 @@
RadLiveSeasonIE,
)
from .rai import (
RaiIE,
RaiCulturaIE,
RaiPlayIE,
RaiPlayLiveIE,
RaiPlayPlaylistIE,
Expand All @@ -1556,7 +1558,6 @@
RaiPlaySoundPlaylistIE,
RaiNewsIE,
RaiSudtirolIE,
RaiIE,
)
from .raywenderlich import (
RayWenderlichIE,
Expand Down

0 comments on commit f762c9f

Please sign in to comment.