Skip to content

Commit

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

Co-authored-by: Daniil Gentili <daniil@daniil.it>
  • Loading branch information
nixxo and danog committed May 29, 2023
1 parent aed945e commit c6d3f81
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 c6d3f81

Please sign in to comment.