diff options
author | garret1317 <garret@airmail.cc> | 2025-06-09 07:51:32 +0100 |
---|---|---|
committer | garret1317 <garret@airmail.cc> | 2025-06-13 19:33:59 +0100 |
commit | a77e8c29ed85378768b97f7fc61d1b1fb21aedaa (patch) | |
tree | 0c22d4267dc2b05c8a2ae8f4acbdcbe1374bcd9d /yt_dlp_plugins | |
parent | 957b10b831015d55f376a34707b851f533146c03 (diff) | |
download | yt-dlp-rajiko-a77e8c29ed85378768b97f7fc61d1b1fb21aedaa.tar.gz yt-dlp-rajiko-a77e8c29ed85378768b97f7fc61d1b1fb21aedaa.tar.bz2 yt-dlp-rajiko-a77e8c29ed85378768b97f7fc61d1b1fb21aedaa.zip |
set count -> mincount for persons key station test
Diffstat (limited to 'yt_dlp_plugins')
-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 c87b1b7..5b79fc6 100644 --- a/yt_dlp_plugins/extractor/radiko.py +++ b/yt_dlp_plugins/extractor/radiko.py @@ -782,7 +782,7 @@ class RadikoPersonIE(InfoExtractor): },{ "url": "https://radiko.jp/persons/11421", "params": {'extractor_args': {'rajiko': {'key_station_only': ['']}}}, - "playlist_count": 1, + "playlist_mincount": 1, "info_dict": { "id": "person-11421", }, |