aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/yt_dlp_plugins
diff options
context:
space:
mode:
authorgarret <garret@airmail.cc>2024-08-06 15:45:05 +0100
committergarret <garret@airmail.cc>2024-08-06 15:56:14 +0100
commit8220492da391a301e6221a265ef2cab97dd5e20c (patch)
treeafa8cb3c465fdc5030becea9f530168d39c29a69 /yt_dlp_plugins
parente180b209feb9efde299965fae6ebee28421f4c3b (diff)
downloadyt-dlp-rajiko-8220492da391a301e6221a265ef2cab97dd5e20c.tar.gz
yt-dlp-rajiko-8220492da391a301e6221a265ef2cab97dd5e20c.tar.bz2
yt-dlp-rajiko-8220492da391a301e6221a265ef2cab97dd5e20c.zip
add extractor_key to fix download archivemobile-web
i can get the same video from two extractors (individual vid/playlist page) but theyre different extractors so the download archive doesnt work if i grab from one page and then the other thank you to pukkandan for telling me how to fix it
Diffstat (limited to 'yt_dlp_plugins')
-rw-r--r--yt_dlp_plugins/extractor/radiko_mobile.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/yt_dlp_plugins/extractor/radiko_mobile.py b/yt_dlp_plugins/extractor/radiko_mobile.py
index 1135195..f36c74a 100644
--- a/yt_dlp_plugins/extractor/radiko_mobile.py
+++ b/yt_dlp_plugins/extractor/radiko_mobile.py
@@ -76,6 +76,8 @@ class _RadikoMobileBaseIE(_RadikoBaseIE):
"formats": formats,
"live_status": "was_live",
"container": "m4a_dash", # force fixup, AAC-only HLS
+ "extractor": "RadikoMobileEvent",
+ "extractor_key": "RadikoMobileEvent",
}