diff options
| -rw-r--r-- | README.md | 48 |
1 files changed, 5 insertions, 43 deletions
@@ -2,6 +2,8 @@ yt-dlp-rajiko is an improved [radiko.jp](https://radiko.jp) extractor plugin for yt-dlp. +### [日本語](https://427738.xyz/yt-dlp-rajiko/index.ja.html) + ## Installation [Download the plugin bundle](https://427738.xyz/yt-dlp-rajiko/dl/yt_dlp_rajiko-latest.bundle.zip) or `pip install yt-dlp-rajiko` @@ -25,51 +27,11 @@ There is no need to unzip the plugin bundle. More information about yt-dlp plugins is available from [yt-dlp's documentation](https://github.com/yt-dlp/yt-dlp#plugins). -## Usage - -simply: -``` -# timefree download -yt-dlp 'https://radiko.jp/#!/ts/INT/20240308230000' -# live recording -yt-dlp 'https://radiko.jp/#!/live/CCL' -# live shorthand -yt-dlp 'https://radiko.jp/#FMT' -``` - -You can semi-automatically grab the latest episodes of programmes by using the search page, like this: -``` -# single-station programme yt-dlp -'https://radiko.jp/#!/search/live?key=World Jazz Warehouse&filter=past' -# area filtering also works -yt-dlp 'https://radiko.jp/#!/search/live?key=tokyo speakeasy&filter=past&area_id=JP13' -``` -(though of course you still need to be there to press the button) - -If you can reliably get it in the search, you can somewhat-automate downloading it. -If there's a programme that airs on multiple stations, the best way to filter down to the station you want is to use the search's 地域 (region) filter. - -You can also get programmes that a person has appeared in, using the links from those little boxes on the side: -`yt-dlp 'https://radiko.jp/persons/3363'` - -you can limit it to the "key station" only, like so: -`yt-dlp 'https://radiko.jp/persons/33635' --extractor-args rajiko:key-station-only` - -This is meant as an alternative to the region filter, for networked programmes where the same thing airs on multiple stations. -Currently /persons/ URLs are the only place where that option works, as the information just isn't available for normal search results. - -As a general rule, just copying from the browser URL bar should work with no changes. (if it doesn't, [let me know!](https://github.com/garret1317/yt-dlp-rajiko/issues)) - -(Apparently on Windows it won't work unless you use "double quotes", but on Linux it won't work unless you use 'single quotes'. If the command doesnt work with one quote type then try the other.) - -**[You can find more usage tips on the website](https://427738.xyz/yt-dlp-rajiko/)** - -## How do I get help? +## More info -[Open an issue on github](https://github.com/garret1317/yt-dlp-rajiko/issues) or [send a message via the "hate mail" form](https://427738.xyz/hate-mail.html). -You can also ping me [in the yt-dlp discord server](https://discord.gg/H5MNcFW63r), username `garret1317`. +[Please see the website for more information](https://427738.xyz/yt-dlp-rajiko/) (usage, contact methods, etc) -Please try to include a verbose log if you're reporting a problem, it helps with diagnosing the issue. +[日本語訳もあります](https://427738.xyz/yt-dlp-rajiko/index.ja.html) ## notes about this repository |