diff options
author | Lauren Liberda <laura@selfisekai.rocks> | 2021-10-31 10:58:57 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-11-10 06:15:46 +0530 |
commit | 3f771f75d7277e54411a6e2ae36e74d7ddb993dd (patch) | |
tree | 4b750f374bb195d522e9a12fa4c96b6de9f67fae /yt_dlp/extractor/extractors.py | |
parent | ed76230b3f61d3440da5b71170e243cd2bfe693b (diff) | |
download | hypervideo-pre-3f771f75d7277e54411a6e2ae36e74d7ddb993dd.tar.lz hypervideo-pre-3f771f75d7277e54411a6e2ae36e74d7ddb993dd.tar.xz hypervideo-pre-3f771f75d7277e54411a6e2ae36e74d7ddb993dd.zip |
[radiokapital] Add extractors (#1401)
Authored by: selfisekai
Diffstat (limited to 'yt_dlp/extractor/extractors.py')
-rw-r--r-- | yt_dlp/extractor/extractors.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py index bd0da2c38..4a06ec578 100644 --- a/yt_dlp/extractor/extractors.py +++ b/yt_dlp/extractor/extractors.py @@ -1159,6 +1159,10 @@ from .radiode import RadioDeIE from .radiojavan import RadioJavanIE from .radiobremen import RadioBremenIE from .radiofrance import RadioFranceIE +from .radiokapital import ( + RadioKapitalIE, + RadioKapitalShowIE, +) from .radlive import ( RadLiveIE, RadLiveChannelIE, |