From 58d380a44dd8f3898e38b6f6c281b98d978ff122 Mon Sep 17 00:00:00 2001 From: garret Date: Tue, 30 May 2023 16:05:40 +0100 Subject: update readme for search extractor --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b97dc65..cc7d8f7 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,14 @@ See [yt-dlp plugins](https://github.com/yt-dlp/yt-dlp#plugins) for more details. This plugin adds an improved [radiko](https://radiko.jp) extractor to yt-dlp. It bypasses the region blocks entirely, meaning you can download programmes and listen to stations from any prefecture, even from outside Japan. + It provides more metadata for timefree programmes, and less for live station streams (it's a station that happens to be playing a programme at that point in time, not a programme itself). -The authentication code is based heavily on [the work of jackyzy823](https://github.com/jackyzy823/rajiko/). +It also supports search pages. If, for example, you want to download all available episodes of JET STREAM on Tokyo FM, [search for jet stream and set 地域 to +東京](https://radiko.jp/#!/search/live?key=jet%20stream&filter=&start_day=&end_day=®ion_id=&area_id=JP13&cul_area_id=JP13&page_idx=0). yt-dlp the url, and it'll download every result. +(this only really works because there's no other station in Tokyo (JP13) that has jet stream. You'll need to find another solution if it's on multiple stations in your region. take it up with radiko, not me) + +The authentication code is based heavily on [the work of jackyzy823](https://github.com/jackyzy823/rajiko/), which is where the name of the plugin comes from. I've been advised that it would be risky to merge it into yt-dlp proper as it uses a key reverse-engineered from the mobile app, so it's a plugin instead. -- cgit v1.2.3-70-g09d2