diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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. |