blob: 41b7ff92d50979386f1c02d7f052282a6982dc7d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
# yt-dlp-rajiko
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`
Requires yt-dlp 2025.02.19 or above.
Use the pip command if you installed yt-dlp with pip. If you installed
yt-dlp with `pipx`, use `pipx inject yt-dlp yt-dlp-rajiko` to install
the plugin in yt-dlp's environment.
Otherwise, download the plugin bundle, and place it in one of these locations:
- `~/.config/yt-dlp/plugins/` (on Linux and Mac)
- `%appdata%/yt-dlp/plugins/` (on Windows)
- a `yt-dlp-plugins` folder next to your `yt-dlp.exe` (<a href="https://427738.xyz/yt-dlp-rajiko/i/installation-pluginsfolder.png">like this</a>)
- anywhere else listed in [the yt-dlp
documentation](https://github.com/yt-dlp/yt-dlp#installing-plugins).
You'll have to create those folders if they don't already exist.
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).
## More info
[Please see the website for more information](https://427738.xyz/yt-dlp-rajiko/) (usage, contact methods, etc)
[日本語訳もあります](https://427738.xyz/yt-dlp-rajiko/index.ja.html)
## notes about this repository
this is just where the source code and bug tracker live. most of the info is on the website.
Generally you should use the release versions.
`master` branch usually works, but should be considered experimental and may have bugs
|