diff options
author | nixxo <nixxo@protonmail.com> | 2022-01-10 22:16:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-11 02:46:01 +0530 |
commit | 0df11dafdd4de7a9324c43f9d97fe70256e9bd0c (patch) | |
tree | 6b5b7a26186f00edb764a540b2c515a22e4deab5 /yt_dlp/extractor/extractors.py | |
parent | dc5f409cdcaa8bda1a9861f6f48b5a7f76c77019 (diff) | |
download | hypervideo-pre-0df11dafdd4de7a9324c43f9d97fe70256e9bd0c.tar.lz hypervideo-pre-0df11dafdd4de7a9324c43f9d97fe70256e9bd0c.tar.xz hypervideo-pre-0df11dafdd4de7a9324c43f9d97fe70256e9bd0c.zip |
[rai] Add Raiplaysound extractors (#1955)
Closes #1951
Authored by: nixxo, pukkandan
Diffstat (limited to 'yt_dlp/extractor/extractors.py')
-rw-r--r-- | yt_dlp/extractor/extractors.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py index da67c7cd9..ccd9e7a7f 100644 --- a/yt_dlp/extractor/extractors.py +++ b/yt_dlp/extractor/extractors.py @@ -1232,9 +1232,10 @@ from .rai import ( RaiPlayIE, RaiPlayLiveIE, RaiPlayPlaylistIE, + RaiPlaySoundIE, + RaiPlaySoundLiveIE, + RaiPlaySoundPlaylistIE, RaiIE, - RaiPlayRadioIE, - RaiPlayRadioPlaylistIE, ) from .raywenderlich import ( RayWenderlichIE, |