1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 08:35:32 +00:00

[rai] Add Raiplaysound extractors (#1955)

Closes #1951
Authored by: nixxo, pukkandan
This commit is contained in:
nixxo
2022-01-10 22:16:01 +01:00
committed by GitHub
parent dc5f409cdc
commit 0df11dafdd
2 changed files with 156 additions and 93 deletions

View File

@ -1232,9 +1232,10 @@ from .rai import (
RaiPlayIE,
RaiPlayLiveIE,
RaiPlayPlaylistIE,
RaiPlaySoundIE,
RaiPlaySoundLiveIE,
RaiPlaySoundPlaylistIE,
RaiIE,
RaiPlayRadioIE,
RaiPlayRadioPlaylistIE,
)
from .raywenderlich import (
RayWenderlichIE,