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

[radlive] Add new extractor (#870)

Closes #312
Authored by: nyuszika7h
This commit is contained in:
nyuszika7h
2021-09-15 03:45:10 +02:00
committed by GitHub
parent b5a39ed43b
commit 92790da2bb
2 changed files with 184 additions and 0 deletions

View File

@ -1123,6 +1123,11 @@ from .radiode import RadioDeIE
from .radiojavan import RadioJavanIE
from .radiobremen import RadioBremenIE
from .radiofrance import RadioFranceIE
from .radlive import (
RadLiveIE,
RadLiveChannelIE,
RadLiveSeasonIE,
)
from .rai import (
RaiPlayIE,
RaiPlayLiveIE,