|
2 | 2 |
|
3 | 3 | [English](./README.md) | [日本語](./README.ja.md)
|
4 | 4 |
|
5 |
| -A simple encrypted content downloader. |
| 5 | +シンプルな暗号化コンテンツダウンローダーです。 |
6 | 6 |
|
7 |
| -Currently, we have confirmed operation with the following devices |
| 7 | +現在以下のデバイスでの動作を確認しています。 |
8 | 8 |
|
9 | 9 | - Linux (aarch64, arm64)
|
10 | 10 | - Windows (10&11)
|
11 |
| -- Nintendo Switch(L4T Ubuntu noble) |
| 11 | +- Nintendo Switch(L4T noble) |
12 | 12 |
|
13 |
| -# Table of contents |
| 13 | +# 目次 |
14 | 14 |
|
15 |
| -- [Installation](#how-to-install) |
16 |
| - - [Download with Git Clone](#download-with-git-clone) |
17 |
| - - [Downlaod with Release](#download-with-release) |
18 |
| -- [How to use](#how-to-use) |
19 |
| - - [Commands](#basic-commands) |
20 |
| - - [Download](#basic-download) |
21 |
| - - [Supported Sites](#supported-sites) |
22 |
| -- [Existing Issues](#exsiting-issues) |
| 15 | +- [インストール](#インストール方法) |
| 16 | + - [Git Cloneでのダウンロード](#git-cloneでのダウンロード) |
| 17 | + - [リリースからのダウンロード](#リリースからのダウンロード) |
| 18 | +- [使い方](#使い方) |
| 19 | + - [コマンド](#基本的なコマンド) |
| 20 | + - [基本的なダウンロード](#基本的なダウンロード) |
| 21 | + - [サポートされているサイト](#サポートされているサイト) |
| 22 | +- [既存の問題](#既存の問題) |
23 | 23 |
|
24 | 24 |
|
25 |
| -## How to Install |
| 25 | +## インストール方法 |
26 | 26 |
|
27 |
| -### Download with Git Clone |
| 27 | +### Git cloneでのダウンロード |
28 | 28 |
|
29 | 29 | git clone https://github.com/nyashinn1204/yoimi
|
30 | 30 |
|
31 |
| -Note: you will need layer3 widevine cdm if downloading from git. (l3.wvd) |
| 31 | +注意: gitからのダウンロードの場合layer3のwidevine cdmが必要となります。(l3.wvd) |
32 | 32 |
|
33 |
| -If you are able to prepare it, please use this option if at all possible! |
| 33 | +もし用意できるのであればできる限りこのオプションを利用してください |
34 | 34 |
|
35 | 35 |
|
36 |
| -### Downlaod with Release |
| 36 | +### リリースからのダウンロード |
37 | 37 |
|
38 |
| -Download the latest version of Yoimi from [here](https://github.com/NyaShinn1204/Yoimi/releases/latest). |
| 38 | +[こちら](https://github.com/NyaShinn1204/Yoimi/releases/latest) から最新版のYoimiをダウンロードしてください。 |
39 | 39 |
|
40 |
| -This zip contains l3.wvd and other files. If you are having trouble preparing it, use this one. |
| 40 | +このzipにはl3.wvdなどが含まれています。用意がめんどくさいときはこちらを使ってください。 |
41 | 41 |
|
42 |
| -Also, sometimes there are modifications to the Yoimi-hot-fix-0.zip. |
| 42 | +また、たまにですがYoimi-hot-fix-〇.zipという風に修正がされている場合があります。 |
43 | 43 |
|
44 |
| -In that case, please update the file as much as possible. |
| 44 | +その際にはできるだけ更新を行ってください。 |
45 | 45 |
|
46 |
| -## How to use |
| 46 | +## 使い方 |
47 | 47 |
|
48 |
| -### Basic Commands |
| 48 | +### 基本的なコマンド |
49 | 49 |
|
50 | 50 | ```
|
51 | 51 | >> python yoimi.py download -h
|
@@ -78,72 +78,72 @@ Options:
|
78 | 78 | -h, --help Show this message and exit.
|
79 | 79 | ```
|
80 | 80 |
|
81 |
| -- **`--username/-U`**: Username or Email |
82 |
| -- **`--password/-P`**: Password |
83 |
| -- **`--proxies/-p`**: Proxy |
84 |
| - - Example: `127.0.0.1:1080`, `http://127.0.0.1:1080`, `http://user:[email protected]:1080`, `socks5://127.0.0.1:1080` |
85 |
| -- **`--verbose/-v`**: Use debug mode |
86 |
| -- **`--random-directory/-rd`**: Temp folder to random characters [※1](#decryption-fails-in-chinese-environment) |
87 |
| -- **`--get-niconico-comment`**: download niconico comment |
88 |
| -- **`--only-download-comment`**: download only niconico comment |
| 81 | +- **`--username/-U`**: ユーザー名またはメールアドレス |
| 82 | +- **`--password/-P`**: パスワード |
| 83 | +- **`--proxies/-p`**: プロキシ |
| 84 | + - 例: `127.0.0.1:1080`, `http://127.0.0.1:1080`, `http://user:[email protected]:1080`, `socks5://127.0.0.1:1080` |
| 85 | +- **`--verbose/-v`**: デバッグモードを利用する |
| 86 | +- **`--random-directory/-rd`**: tempフォルダをランダム文字にする [※1](#中国語環境で暗号化解除が失敗する) |
| 87 | +- **`--get-niconico-comment`**: ニコニコのコメントをダウンロードする |
| 88 | +- **`--only-download-comment`**: ニコニコのコメントのみダウンロードする |
89 | 89 |
|
90 |
| -### Basic Download |
| 90 | +### 基本的なダウンロード |
91 | 91 |
|
92 |
| -Basically |
| 92 | +基本的には |
93 | 93 |
|
94 |
| - python yoimi.py download Here is the url of the video |
| 94 | + python yoimi.py download ここに動画のurl |
95 | 95 |
|
96 |
| -and it will work. If you need an account |
| 96 | +のようにすると、動作します。アカウントが必要な場合には |
97 | 97 |
|
98 |
| - python yoimi.py download here url of video --username here email address --password here password |
| 98 | + python yoimi.py download ここに動画のurl --username ここにメールアドレス --password ここにパスワード |
99 | 99 |
|
100 |
| -If you want to use your account, you can use your account as follows. Some cookies may be required. |
| 100 | +のようにすると、アカウントが使われます。一部クッキーが必要なものも出てくるかもしれません。 |
101 | 101 |
|
102 |
| -### Supported Sites |
| 102 | +### サポートされているサイト |
103 | 103 |
|
104 |
| -We currently support or are working on the following sites |
| 104 | +現在以下のサイトにサポート、または取り組んでいます。 |
105 | 105 |
|
106 |
| -Completed: ✅ | Under construction: 🔄️ | Cancel: ❌ |
| 106 | +完了: ✅ | 作成中: 🔄️ | キャンセル: ❌ |
107 | 107 |
|
108 | 108 | | | Premium | Free |
|
109 | 109 | | -------------------- | -------- | ----- |
|
110 | 110 | | Abema | ✅ | ✅ |
|
111 | 111 | | U-Next | ✅ | x |
|
112 | 112 | | Dmm-TV | ✅ | 🔄️ |
|
113 |
| -| Danime | 🔄️ | 🔄️ | |
| 113 | +| Dアニメ | 🔄️ | 🔄️ | |
114 | 114 | | FOD | ✅ | x |
|
115 |
| -| NHK+ | ❌ | ❌ | |
| 115 | +| NHK+ | ❌ | ❌ | |
116 | 116 | | Anime3rb | X | ✅ |
|
117 | 117 |
|
118 |
| -NHK+ Cancel Reason: [※2](#nhk-issues) |
| 118 | +NHK+のキャンセル理由: [※2](#nhkでうまくログインできない) |
119 | 119 |
|
120 |
| -If you have problems with Abema, try adding “-v1” to the end of the url, and the downloader will work in v1 mode. |
| 120 | +Abemaで問題が発生したら、urlの最後に"-v1"をつけてみてください。v1のモードでダウンローダーが動きます。 |
121 | 121 |
|
122 |
| -## Existing Issues |
| 122 | +## 既存の問題 |
123 | 123 |
|
124 |
| -#### Decryption fails in Chinese environment |
| 124 | +#### 中国語環境で暗号化解除が失敗する |
125 | 125 |
|
126 |
| -In this case, use the -rd option or the --random-directory option. |
| 126 | +この場合は-rdオプション、または--random-directoryオプションを利用してください。 |
127 | 127 |
|
128 |
| -#### NHK Issues |
| 128 | +#### nhkでうまくログインできない |
129 | 129 |
|
130 |
| -I have to give up on nhk+ because I can't match the “fingerprint” used to log in. |
131 |
| -The source code itself is in /ongoing/nhk_plus/, so if you can fix it, please pull requests or whatever. |
132 |
| -Please do so (see below). |
| 130 | +ログインをする際に使う"fingerprint"の照合がどうしてもできないため、nhk+は断念します。 |
| 131 | +ソースコード自体は/ongoing/nhk_plus/に入っているので、直せたらpull requestsでも何でもしてください。 |
| 132 | +お願いします() |
133 | 133 |
|
134 |
| -#### Other |
| 134 | +#### その他 |
135 | 135 |
|
136 |
| -Problem with occasional licensing failures and program stoppage |
| 136 | +時々ライセンス取得に失敗し、プログラムが停止してしまう問題 |
137 | 137 |
|
138 | 138 |
|
139 |
| -## Have you found a problem? |
| 139 | +## 問題を発見しましたか? |
140 | 140 |
|
141 | 141 | discord: nyanyakko005
|
142 |
| -or |
| 142 | +または |
143 | 143 | telegmra: skidnyarara
|
144 | 144 |
|
145 |
| -Please contact us at |
| 145 | +に連絡をしてください |
146 | 146 |
|
147 | 147 | > [!WARNING]
|
148 |
| -> Yoimi is developed from the base part of a package called [Yuu](https://github.com/noaione/yuu). There are many similarities in the code |
149 |
| -> Yoimi also recommends that it be used for educational purposes only. |
| 148 | +> Yoimiは、[Yuu](https://github.com/noaione/yuu) と呼ばれるパッケージのベース部分をもとに開発されています。コードが似ている部分が多くあります |
| 149 | +> またYoimiは、教育目的のみの使用を推奨しています。 |
0 commit comments