diff options
author | garret <garret@airmail.cc> | 2023-07-04 05:43:22 +0100 |
---|---|---|
committer | garret <garret@airmail.cc> | 2023-07-04 05:43:22 +0100 |
commit | ab2b98bd9ad065e89870209adc160fdffc942be6 (patch) | |
tree | 1ef68ab815cee91f33b654cfc9a59a5129bd091c | |
parent | 5ef6d0fb1f38c38ac5a7516e40099dc235926bd3 (diff) | |
download | yt-dlp-rajiko-ab2b98bd9ad065e89870209adc160fdffc942be6.tar.gz yt-dlp-rajiko-ab2b98bd9ad065e89870209adc160fdffc942be6.tar.bz2 yt-dlp-rajiko-ab2b98bd9ad065e89870209adc160fdffc942be6.zip |
update readme with tracklist stuff
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ It provides more metadata for timefree programmes, and less for live station str You can also download from 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. +Tracklists can be embedded as chapters for timefree programmes. The accuracy of the timestamps varies - it depends on what the stations provide. The duration/end time of the song is not provided at all, so you may get very long chapters if there's a big gap between songs. + 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. It also borrows bits from [Lesmiscore's extractor](https://github.com/yt-dlp/yt-dlp/blob/d1795f4a6af99c976c9d3ea2dabe5cf4f8965d3c/yt_dlp/extractor/radiko.py) from yt-dlp proper. |