From 8220492da391a301e6221a265ef2cab97dd5e20c Mon Sep 17 00:00:00 2001 From: garret Date: Tue, 6 Aug 2024 15:45:05 +0100 Subject: add extractor_key to fix download archive 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 --- yt_dlp_plugins/extractor/radiko_mobile.py | 2 ++ 1 file changed, 2 insertions(+) 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", } -- cgit v1.2.3-70-g09d2