aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/extractors.py
diff options
context:
space:
mode:
authorFrancesco Frassinelli <fraph24@gmail.com>2021-11-05 17:54:56 +0100
committerGitHub <noreply@github.com>2021-11-05 22:24:56 +0530
commit73673ccff3fdc915bd6b54a298393eaf668b6506 (patch)
tree5286568f1d83cc43347da0d4a54010773af9325d /yt_dlp/extractor/extractors.py
parentaeb2a9ad27ba8e70803a0960f8bd3d8ac2d2aa2b (diff)
downloadhypervideo-pre-73673ccff3fdc915bd6b54a298393eaf668b6506.tar.lz
hypervideo-pre-73673ccff3fdc915bd6b54a298393eaf668b6506.tar.xz
hypervideo-pre-73673ccff3fdc915bd6b54a298393eaf668b6506.zip
[RaiplayRadio] Add extractors (#780)
Original PR: https://github.com/ytdl-org/youtube-dl/pull/21837 Authored by: frafra
Diffstat (limited to 'yt_dlp/extractor/extractors.py')
-rw-r--r--yt_dlp/extractor/extractors.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py
index 88f17ca93..9f818a12f 100644
--- a/yt_dlp/extractor/extractors.py
+++ b/yt_dlp/extractor/extractors.py
@@ -1156,6 +1156,8 @@ from .rai import (
RaiPlayLiveIE,
RaiPlayPlaylistIE,
RaiIE,
+ RaiPlayRadioIE,
+ RaiPlayRadioPlaylistIE,
)
from .raywenderlich import (
RayWenderlichIE,