diff options
Diffstat (limited to 'yt_dlp/extractor/_extractors.py')
-rw-r--r-- | yt_dlp/extractor/_extractors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py index 7fc716fa8..1f6e5f81e 100644 --- a/yt_dlp/extractor/_extractors.py +++ b/yt_dlp/extractor/_extractors.py @@ -1391,6 +1391,7 @@ from .rai import ( RaiPlaySoundIE, RaiPlaySoundLiveIE, RaiPlaySoundPlaylistIE, + RaiNewsIE, RaiIE, ) from .raywenderlich import ( |