indonime 1.0.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- indonime-1.0.0/LICENSE +21 -0
- indonime-1.0.0/PKG-INFO +208 -0
- indonime-1.0.0/README.md +192 -0
- indonime-1.0.0/indonime/__init__.py +369 -0
- indonime-1.0.0/indonime/__main__.py +7 -0
- indonime-1.0.0/indonime/_mpv_install.py +132 -0
- indonime-1.0.0/indonime/ext/__init__.py +0 -0
- indonime-1.0.0/indonime/ext/megaNZ.py +365 -0
- indonime-1.0.0/indonime/ext/pdrain.py +25 -0
- indonime-1.0.0/indonime/ext/videodec.py +146 -0
- indonime-1.0.0/indonime/player.py +66 -0
- indonime-1.0.0/indonime/plugins/__init__.py +0 -0
- indonime-1.0.0/indonime/plugins/_base.py +72 -0
- indonime-1.0.0/indonime/plugins/anoboy.py +38 -0
- indonime-1.0.0/indonime/plugins/otakudesu.py +49 -0
- indonime-1.0.0/indonime/ui.py +259 -0
- indonime-1.0.0/indonime.egg-info/PKG-INFO +208 -0
- indonime-1.0.0/indonime.egg-info/SOURCES.txt +22 -0
- indonime-1.0.0/indonime.egg-info/dependency_links.txt +1 -0
- indonime-1.0.0/indonime.egg-info/requires.txt +4 -0
- indonime-1.0.0/indonime.egg-info/top_level.txt +1 -0
- indonime-1.0.0/pyproject.toml +20 -0
- indonime-1.0.0/setup.cfg +4 -0
- indonime-1.0.0/setup.py +16 -0
indonime-1.0.0/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Salsabila R.
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
indonime-1.0.0/PKG-INFO
ADDED
|
@@ -0,0 +1,208 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: indonime
|
|
3
|
+
Version: 1.0.0
|
|
4
|
+
Summary: Subtitle Indonesia Anime Searcher - TUI application
|
|
5
|
+
License: MIT
|
|
6
|
+
Project-URL: Source, https://github.com/salsabytes/indonime
|
|
7
|
+
Requires-Python: >=3.10
|
|
8
|
+
Description-Content-Type: text/markdown
|
|
9
|
+
License-File: LICENSE
|
|
10
|
+
Requires-Dist: requests
|
|
11
|
+
Requires-Dist: beautifulsoup4
|
|
12
|
+
Requires-Dist: InquirerPy
|
|
13
|
+
Requires-Dist: rich
|
|
14
|
+
Dynamic: license-file
|
|
15
|
+
Dynamic: requires-python
|
|
16
|
+
|
|
17
|
+
<div align="center">
|
|
18
|
+
<h1>๐บ Indonime</h1>
|
|
19
|
+
<p><em>Nonton anime sub Indo dari terminal โ cepat, ringan, tanpa browser.</em></p>
|
|
20
|
+
|
|
21
|
+
<p>
|
|
22
|
+
<img src="https://img.shields.io/badge/python-3.10%2B-blue?style=flat-square&logo=python&logoColor=white" alt="Python 3.10+">
|
|
23
|
+
<img src="https://img.shields.io/badge/platform-windows-lightgrey?style=flat-square&logo=windows&logoColor=white" alt="Platform Windows">
|
|
24
|
+
<img src="https://img.shields.io/badge/license-MIT-green?style=flat-square" alt="License MIT">
|
|
25
|
+
<img src="https://img.shields.io/github/v/release/salsabytes/indonime?style=flat-square&logo=github" alt="Latest Release">
|
|
26
|
+
<img src="https://img.shields.io/github/downloads/salsabytes/indonime/total?style=flat-square&logo=github" alt="Downloads">
|
|
27
|
+
</p>
|
|
28
|
+
|
|
29
|
+
<p>
|
|
30
|
+
<a href="#-kenapa-indonime">Kenapa?</a> โข
|
|
31
|
+
<a href="#-cara-pakai">Cara Pakai</a> โข
|
|
32
|
+
<a href="#%EF%B8%8F-instalasi-dari-source">Instalasi</a> โข
|
|
33
|
+
<a href="#-contoh">Demo</a> โข
|
|
34
|
+
<a href="#-fitur">Fitur</a> โข
|
|
35
|
+
<a href="#-provider">Provider</a> โข
|
|
36
|
+
<a href="#-struktur-project">Struktur</a>
|
|
37
|
+
</p>
|
|
38
|
+
|
|
39
|
+
<br>
|
|
40
|
+
|
|
41
|
+
<!--<img src="https://github.com/user-attachments/assets/7057b06a-859e-47cc-a555-50d1cfd3996f" alt="Indonime Demo" width="80%" style="border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.3);"/>
|
|
42
|
+
|
|
43
|
+
<br><br>-->
|
|
44
|
+
|
|
45
|
+
<a href="https://github.com/salsabytes/indonime/releases/latest">
|
|
46
|
+
<img src="https://img.shields.io/badge/Download%20.exe-blue?style=for-the-badge&logo=windows&logoColor=white" alt="Download">
|
|
47
|
+
</a>
|
|
48
|
+
|
|
49
|
+
<!-- <a href="#-cara-pakai">
|
|
50
|
+
<img src="https://img.shields.io/badge/Pip%20Install-black?style=for-the-badge&logo=python&logoColor=white" alt="Pip Install">
|
|
51
|
+
</a> -->
|
|
52
|
+
</div>
|
|
53
|
+
|
|
54
|
+
<br>
|
|
55
|
+
|
|
56
|
+
---
|
|
57
|
+
|
|
58
|
+
## โจ Kenapa Indonime?
|
|
59
|
+
|
|
60
|
+
| ๐ซ Ribet di Browser | โ
Indonime |
|
|
61
|
+
|---|---|
|
|
62
|
+
| Buka browser, cari situs, hadapi iklan, ganti episode manual | **`indonime search one piece`** โ langsung search + putar |
|
|
63
|
+
| Download, buka player, hapus file sampah | Stream langsung lewat **mpv**, auto-cleanup โ
|
|
|
64
|
+
| Link Mega/PixelDrain pusing sendiri | Decrypt **otomatis** โ tinggal tonton ๐ฌ |
|
|
65
|
+
| Butuh Visual C++ 5GB buat compile | **Pure Python** โ nggak perlu build tools sama sekali ๐ |
|
|
66
|
+
|
|
67
|
+
> **Intinya:** Dari `pip install` sampe nonton episode pertama โ **kurang dari 2 menit**.
|
|
68
|
+
|
|
69
|
+
<br>
|
|
70
|
+
|
|
71
|
+
## ๐ Cara Pakai
|
|
72
|
+
|
|
73
|
+
Ada **3 cara** pake Indonime โ pilih yang paling cocok buat kamu:
|
|
74
|
+
|
|
75
|
+
### ๐ข Paling Gampang โ Portable
|
|
76
|
+
|
|
77
|
+
| Step | Aksi |
|
|
78
|
+
|---|---|
|
|
79
|
+
| 1๏ธโฃ | Download [`Indonime.exe`](https://github.com/salsabytes/indonime/releases/latest) |
|
|
80
|
+
| 2๏ธโฃ | Ekstrak & jalankan โ **mpv auto-install** kalo belum ada |
|
|
81
|
+
| 3๏ธโฃ | Tinggal pilih anime & nonton! ๐ |
|
|
82
|
+
|
|
83
|
+
### ๐ต Via Pip (Developer)
|
|
84
|
+
|
|
85
|
+
```bash
|
|
86
|
+
pip install indonime
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
| Command | Fungsi |
|
|
90
|
+
|---|---|
|
|
91
|
+
| `indonime` | TUI mode โ pake keyboard navigasi |
|
|
92
|
+
| `indonime search <judul>` | Search + play langsung dari CLI |
|
|
93
|
+
| `indonime search <judul> -p anoboy` | Ganti provider |
|
|
94
|
+
|
|
95
|
+
### ๐ก Dari Source (Contributor)
|
|
96
|
+
|
|
97
|
+
```bash
|
|
98
|
+
git clone https://github.com/salsabytes/indonime
|
|
99
|
+
cd indonime
|
|
100
|
+
pip install -r requirements.txt
|
|
101
|
+
pip install -e .
|
|
102
|
+
python main.py
|
|
103
|
+
```
|
|
104
|
+
|
|
105
|
+
> **Tips:** `pip install -e .` bikin kamu bisa panggil `indonime` dari mana aja.
|
|
106
|
+
|
|
107
|
+
<br>
|
|
108
|
+
|
|
109
|
+
---
|
|
110
|
+
|
|
111
|
+
## ๐งฉ Fitur
|
|
112
|
+
|
|
113
|
+
<div>
|
|
114
|
+
<table>
|
|
115
|
+
<tr>
|
|
116
|
+
<td align="center" width="33%">๐</td>
|
|
117
|
+
<td align="center" width="33%">๐ก</td>
|
|
118
|
+
<td align="center" width="33%">๐</td>
|
|
119
|
+
</tr>
|
|
120
|
+
<tr>
|
|
121
|
+
<td align="center"><strong>Search & Stream</strong></td>
|
|
122
|
+
<td align="center"><strong>Multi-Provider</strong></td>
|
|
123
|
+
<td align="center"><strong>Auto Decrypt</strong></td>
|
|
124
|
+
</tr>
|
|
125
|
+
<tr>
|
|
126
|
+
<td align="center">Cari anime, pilih episode, langsung putar. Selesai.</td>
|
|
127
|
+
<td align="center">Otakudesu + provider lain via plugin system ๐</td>
|
|
128
|
+
<td align="center">PixelDrain & Mega โ decrypt otomatis, <strong>pure Python AES</strong></td>
|
|
129
|
+
</tr>
|
|
130
|
+
<tr>
|
|
131
|
+
<td align="center">๐ฌ</td>
|
|
132
|
+
<td align="center">โก</td>
|
|
133
|
+
<td align="center">๐งน</td>
|
|
134
|
+
</tr>
|
|
135
|
+
<tr>
|
|
136
|
+
<td align="center"><strong>Auto mpv Setup</strong></td>
|
|
137
|
+
<td align="center"><strong>Zero Build Tools</strong></td>
|
|
138
|
+
<td align="center"><strong>Auto Cleanup</strong></td>
|
|
139
|
+
</tr>
|
|
140
|
+
<tr>
|
|
141
|
+
<td align="center">mpv diinstall otomatis kalo belum ada</td>
|
|
142
|
+
<td align="center">Nggak perlu Visual C++ โ <strong>beneran pure Python</strong></td>
|
|
143
|
+
<td align="center">File sementara dihapus otomatis pas keluar ๐งฝ</td>
|
|
144
|
+
</tr>
|
|
145
|
+
</table>
|
|
146
|
+
</div>
|
|
147
|
+
|
|
148
|
+
<br>
|
|
149
|
+
|
|
150
|
+
---
|
|
151
|
+
|
|
152
|
+
## ๐ก Provider
|
|
153
|
+
|
|
154
|
+
| Provider | Link Support | Status |
|
|
155
|
+
|---|---|---|
|
|
156
|
+
| **Otakudesu** | PixelDrain, Mega | โ
Aktif |
|
|
157
|
+
| **Anoboy** | PixelDrain | ๐ Coming soon |
|
|
158
|
+
|
|
159
|
+
> Dekripsi Mega pake **AES-128 CTR pure Python** โ nggak perlu C++ extension. ๐
|
|
160
|
+
|
|
161
|
+
<br>
|
|
162
|
+
|
|
163
|
+
---
|
|
164
|
+
|
|
165
|
+
## ๐๏ธ Struktur Project
|
|
166
|
+
|
|
167
|
+
```
|
|
168
|
+
indonime/
|
|
169
|
+
โโโ ๐ indonime/ # Package utama
|
|
170
|
+
โ โโโ __init__.py # Entry point & CLI routing
|
|
171
|
+
โ โโโ __main__.py # python -m indonime
|
|
172
|
+
โ โโโ ui.py # TUI โ InquirerPy + Rich
|
|
173
|
+
โ โโโ player.py # Streaming via mpv
|
|
174
|
+
โโโ ๐ ext/ # Utility modules
|
|
175
|
+
โ โโโ megaNZ.py # Mega download + AES decrypt
|
|
176
|
+
โ โโโ pdrain.py # PixelDrain downloader
|
|
177
|
+
โ โโโ videodec.py # Video decryption utils
|
|
178
|
+
โโโ ๐ plugins/ # Provider scrapers
|
|
179
|
+
โโโ ๐ scripts/ # Helper scripts
|
|
180
|
+
โโโ ๐ main.py # CLI entry point
|
|
181
|
+
```
|
|
182
|
+
|
|
183
|
+
<br>
|
|
184
|
+
|
|
185
|
+
---
|
|
186
|
+
|
|
187
|
+
## ๐ฌ Tentang Project
|
|
188
|
+
|
|
189
|
+
Dibuat dengan โค๏ธ buat **penikmat anime sub Indo** yang capek ribet buka browser, hadepin iklan, download file gede, dan compile C++ cuma buat nonton.
|
|
190
|
+
|
|
191
|
+
| Tautan | URL |
|
|
192
|
+
|---|---|
|
|
193
|
+
| ๐ Lapor Bug | [github.com/salsabytes/indonime/issues](https://github.com/salsabytes/indonime/issues) |
|
|
194
|
+
| ๐ฌ Diskusi | [github.com/salsabytes/indonime/discussions](https://github.com/salsabytes/indonime/discussions) |
|
|
195
|
+
| โญ Kontribusi | [CONTRIBUTING.md](CONTRIBUTING.md) |
|
|
196
|
+
| ๐ Lisensi | [MIT License](LICENSE) |
|
|
197
|
+
|
|
198
|
+
<br>
|
|
199
|
+
|
|
200
|
+
---
|
|
201
|
+
|
|
202
|
+
<div align="center">
|
|
203
|
+
<sub>
|
|
204
|
+
Dibaca pake <a href="README.en.md">English version ๐ฌ๐ง</a>
|
|
205
|
+
</sub>
|
|
206
|
+
<br><br>
|
|
207
|
+
<img src="https://img.shields.io/badge/made%20with%20โค๏ธ%20and%20๐-indonime-blue?style=flat-square" alt="Made with love and Python">
|
|
208
|
+
</div>
|
indonime-1.0.0/README.md
ADDED
|
@@ -0,0 +1,192 @@
|
|
|
1
|
+
<div align="center">
|
|
2
|
+
<h1>๐บ Indonime</h1>
|
|
3
|
+
<p><em>Nonton anime sub Indo dari terminal โ cepat, ringan, tanpa browser.</em></p>
|
|
4
|
+
|
|
5
|
+
<p>
|
|
6
|
+
<img src="https://img.shields.io/badge/python-3.10%2B-blue?style=flat-square&logo=python&logoColor=white" alt="Python 3.10+">
|
|
7
|
+
<img src="https://img.shields.io/badge/platform-windows-lightgrey?style=flat-square&logo=windows&logoColor=white" alt="Platform Windows">
|
|
8
|
+
<img src="https://img.shields.io/badge/license-MIT-green?style=flat-square" alt="License MIT">
|
|
9
|
+
<img src="https://img.shields.io/github/v/release/salsabytes/indonime?style=flat-square&logo=github" alt="Latest Release">
|
|
10
|
+
<img src="https://img.shields.io/github/downloads/salsabytes/indonime/total?style=flat-square&logo=github" alt="Downloads">
|
|
11
|
+
</p>
|
|
12
|
+
|
|
13
|
+
<p>
|
|
14
|
+
<a href="#-kenapa-indonime">Kenapa?</a> โข
|
|
15
|
+
<a href="#-cara-pakai">Cara Pakai</a> โข
|
|
16
|
+
<a href="#%EF%B8%8F-instalasi-dari-source">Instalasi</a> โข
|
|
17
|
+
<a href="#-contoh">Demo</a> โข
|
|
18
|
+
<a href="#-fitur">Fitur</a> โข
|
|
19
|
+
<a href="#-provider">Provider</a> โข
|
|
20
|
+
<a href="#-struktur-project">Struktur</a>
|
|
21
|
+
</p>
|
|
22
|
+
|
|
23
|
+
<br>
|
|
24
|
+
|
|
25
|
+
<!--<img src="https://github.com/user-attachments/assets/7057b06a-859e-47cc-a555-50d1cfd3996f" alt="Indonime Demo" width="80%" style="border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.3);"/>
|
|
26
|
+
|
|
27
|
+
<br><br>-->
|
|
28
|
+
|
|
29
|
+
<a href="https://github.com/salsabytes/indonime/releases/latest">
|
|
30
|
+
<img src="https://img.shields.io/badge/Download%20.exe-blue?style=for-the-badge&logo=windows&logoColor=white" alt="Download">
|
|
31
|
+
</a>
|
|
32
|
+
|
|
33
|
+
<!-- <a href="#-cara-pakai">
|
|
34
|
+
<img src="https://img.shields.io/badge/Pip%20Install-black?style=for-the-badge&logo=python&logoColor=white" alt="Pip Install">
|
|
35
|
+
</a> -->
|
|
36
|
+
</div>
|
|
37
|
+
|
|
38
|
+
<br>
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
## โจ Kenapa Indonime?
|
|
43
|
+
|
|
44
|
+
| ๐ซ Ribet di Browser | โ
Indonime |
|
|
45
|
+
|---|---|
|
|
46
|
+
| Buka browser, cari situs, hadapi iklan, ganti episode manual | **`indonime search one piece`** โ langsung search + putar |
|
|
47
|
+
| Download, buka player, hapus file sampah | Stream langsung lewat **mpv**, auto-cleanup โ
|
|
|
48
|
+
| Link Mega/PixelDrain pusing sendiri | Decrypt **otomatis** โ tinggal tonton ๐ฌ |
|
|
49
|
+
| Butuh Visual C++ 5GB buat compile | **Pure Python** โ nggak perlu build tools sama sekali ๐ |
|
|
50
|
+
|
|
51
|
+
> **Intinya:** Dari `pip install` sampe nonton episode pertama โ **kurang dari 2 menit**.
|
|
52
|
+
|
|
53
|
+
<br>
|
|
54
|
+
|
|
55
|
+
## ๐ Cara Pakai
|
|
56
|
+
|
|
57
|
+
Ada **3 cara** pake Indonime โ pilih yang paling cocok buat kamu:
|
|
58
|
+
|
|
59
|
+
### ๐ข Paling Gampang โ Portable
|
|
60
|
+
|
|
61
|
+
| Step | Aksi |
|
|
62
|
+
|---|---|
|
|
63
|
+
| 1๏ธโฃ | Download [`Indonime.exe`](https://github.com/salsabytes/indonime/releases/latest) |
|
|
64
|
+
| 2๏ธโฃ | Ekstrak & jalankan โ **mpv auto-install** kalo belum ada |
|
|
65
|
+
| 3๏ธโฃ | Tinggal pilih anime & nonton! ๐ |
|
|
66
|
+
|
|
67
|
+
### ๐ต Via Pip (Developer)
|
|
68
|
+
|
|
69
|
+
```bash
|
|
70
|
+
pip install indonime
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
| Command | Fungsi |
|
|
74
|
+
|---|---|
|
|
75
|
+
| `indonime` | TUI mode โ pake keyboard navigasi |
|
|
76
|
+
| `indonime search <judul>` | Search + play langsung dari CLI |
|
|
77
|
+
| `indonime search <judul> -p anoboy` | Ganti provider |
|
|
78
|
+
|
|
79
|
+
### ๐ก Dari Source (Contributor)
|
|
80
|
+
|
|
81
|
+
```bash
|
|
82
|
+
git clone https://github.com/salsabytes/indonime
|
|
83
|
+
cd indonime
|
|
84
|
+
pip install -r requirements.txt
|
|
85
|
+
pip install -e .
|
|
86
|
+
python main.py
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
> **Tips:** `pip install -e .` bikin kamu bisa panggil `indonime` dari mana aja.
|
|
90
|
+
|
|
91
|
+
<br>
|
|
92
|
+
|
|
93
|
+
---
|
|
94
|
+
|
|
95
|
+
## ๐งฉ Fitur
|
|
96
|
+
|
|
97
|
+
<div>
|
|
98
|
+
<table>
|
|
99
|
+
<tr>
|
|
100
|
+
<td align="center" width="33%">๐</td>
|
|
101
|
+
<td align="center" width="33%">๐ก</td>
|
|
102
|
+
<td align="center" width="33%">๐</td>
|
|
103
|
+
</tr>
|
|
104
|
+
<tr>
|
|
105
|
+
<td align="center"><strong>Search & Stream</strong></td>
|
|
106
|
+
<td align="center"><strong>Multi-Provider</strong></td>
|
|
107
|
+
<td align="center"><strong>Auto Decrypt</strong></td>
|
|
108
|
+
</tr>
|
|
109
|
+
<tr>
|
|
110
|
+
<td align="center">Cari anime, pilih episode, langsung putar. Selesai.</td>
|
|
111
|
+
<td align="center">Otakudesu + provider lain via plugin system ๐</td>
|
|
112
|
+
<td align="center">PixelDrain & Mega โ decrypt otomatis, <strong>pure Python AES</strong></td>
|
|
113
|
+
</tr>
|
|
114
|
+
<tr>
|
|
115
|
+
<td align="center">๐ฌ</td>
|
|
116
|
+
<td align="center">โก</td>
|
|
117
|
+
<td align="center">๐งน</td>
|
|
118
|
+
</tr>
|
|
119
|
+
<tr>
|
|
120
|
+
<td align="center"><strong>Auto mpv Setup</strong></td>
|
|
121
|
+
<td align="center"><strong>Zero Build Tools</strong></td>
|
|
122
|
+
<td align="center"><strong>Auto Cleanup</strong></td>
|
|
123
|
+
</tr>
|
|
124
|
+
<tr>
|
|
125
|
+
<td align="center">mpv diinstall otomatis kalo belum ada</td>
|
|
126
|
+
<td align="center">Nggak perlu Visual C++ โ <strong>beneran pure Python</strong></td>
|
|
127
|
+
<td align="center">File sementara dihapus otomatis pas keluar ๐งฝ</td>
|
|
128
|
+
</tr>
|
|
129
|
+
</table>
|
|
130
|
+
</div>
|
|
131
|
+
|
|
132
|
+
<br>
|
|
133
|
+
|
|
134
|
+
---
|
|
135
|
+
|
|
136
|
+
## ๐ก Provider
|
|
137
|
+
|
|
138
|
+
| Provider | Link Support | Status |
|
|
139
|
+
|---|---|---|
|
|
140
|
+
| **Otakudesu** | PixelDrain, Mega | โ
Aktif |
|
|
141
|
+
| **Anoboy** | PixelDrain | ๐ Coming soon |
|
|
142
|
+
|
|
143
|
+
> Dekripsi Mega pake **AES-128 CTR pure Python** โ nggak perlu C++ extension. ๐
|
|
144
|
+
|
|
145
|
+
<br>
|
|
146
|
+
|
|
147
|
+
---
|
|
148
|
+
|
|
149
|
+
## ๐๏ธ Struktur Project
|
|
150
|
+
|
|
151
|
+
```
|
|
152
|
+
indonime/
|
|
153
|
+
โโโ ๐ indonime/ # Package utama
|
|
154
|
+
โ โโโ __init__.py # Entry point & CLI routing
|
|
155
|
+
โ โโโ __main__.py # python -m indonime
|
|
156
|
+
โ โโโ ui.py # TUI โ InquirerPy + Rich
|
|
157
|
+
โ โโโ player.py # Streaming via mpv
|
|
158
|
+
โโโ ๐ ext/ # Utility modules
|
|
159
|
+
โ โโโ megaNZ.py # Mega download + AES decrypt
|
|
160
|
+
โ โโโ pdrain.py # PixelDrain downloader
|
|
161
|
+
โ โโโ videodec.py # Video decryption utils
|
|
162
|
+
โโโ ๐ plugins/ # Provider scrapers
|
|
163
|
+
โโโ ๐ scripts/ # Helper scripts
|
|
164
|
+
โโโ ๐ main.py # CLI entry point
|
|
165
|
+
```
|
|
166
|
+
|
|
167
|
+
<br>
|
|
168
|
+
|
|
169
|
+
---
|
|
170
|
+
|
|
171
|
+
## ๐ฌ Tentang Project
|
|
172
|
+
|
|
173
|
+
Dibuat dengan โค๏ธ buat **penikmat anime sub Indo** yang capek ribet buka browser, hadepin iklan, download file gede, dan compile C++ cuma buat nonton.
|
|
174
|
+
|
|
175
|
+
| Tautan | URL |
|
|
176
|
+
|---|---|
|
|
177
|
+
| ๐ Lapor Bug | [github.com/salsabytes/indonime/issues](https://github.com/salsabytes/indonime/issues) |
|
|
178
|
+
| ๐ฌ Diskusi | [github.com/salsabytes/indonime/discussions](https://github.com/salsabytes/indonime/discussions) |
|
|
179
|
+
| โญ Kontribusi | [CONTRIBUTING.md](CONTRIBUTING.md) |
|
|
180
|
+
| ๐ Lisensi | [MIT License](LICENSE) |
|
|
181
|
+
|
|
182
|
+
<br>
|
|
183
|
+
|
|
184
|
+
---
|
|
185
|
+
|
|
186
|
+
<div align="center">
|
|
187
|
+
<sub>
|
|
188
|
+
Dibaca pake <a href="README.en.md">English version ๐ฌ๐ง</a>
|
|
189
|
+
</sub>
|
|
190
|
+
<br><br>
|
|
191
|
+
<img src="https://img.shields.io/badge/made%20with%20โค๏ธ%20and%20๐-indonime-blue?style=flat-square" alt="Made with love and Python">
|
|
192
|
+
</div>
|