diff options
author | garret1317 <garret@airmail.cc> | 2025-05-17 19:29:02 +0100 |
---|---|---|
committer | garret1317 <garret@airmail.cc> | 2025-05-17 19:29:02 +0100 |
commit | b879d27a7b4fa15ecb41483c25f762eb5d4cb6fa (patch) | |
tree | 2fcb63ce6116b0837136facf38ee9dede1349109 /yt_dlp_plugins/extractor | |
parent | 2f1bcb85c51bc3c623ace03cabbd88d033eb4720 (diff) | |
download | yt-dlp-rajiko-b879d27a7b4fa15ecb41483c25f762eb5d4cb6fa.tar.gz yt-dlp-rajiko-b879d27a7b4fa15ecb41483c25f762eb5d4cb6fa.tar.bz2 yt-dlp-rajiko-b879d27a7b4fa15ecb41483c25f762eb5d4cb6fa.zip |
update "type" comment with new information
Diffstat (limited to 'yt_dlp_plugins/extractor')
-rw-r--r-- | yt_dlp_plugins/extractor/radiko.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp_plugins/extractor/radiko.py b/yt_dlp_plugins/extractor/radiko.py index 9a74f34..c9d2756 100644 --- a/yt_dlp_plugins/extractor/radiko.py +++ b/yt_dlp_plugins/extractor/radiko.py @@ -268,7 +268,7 @@ class _RadikoBaseIE(InfoExtractor): "station_id": station, "l": "15", # l = length, ie how many seconds in the live m3u8 (max 300) "lsid": auth_data["user"], - "type": "b", # it is a mystery + "type": "b", # a/b = in-region, c = areafree }) if timefree: |