yt-dlp extractor for animeinweb.com
Project description
INSTALASI
Via PyPI
pip install -U wibu-downloader
Atau
python -m pip install -U https://github.com/Asep5K/wibu-downloader/archive/main.zip
Cara penggunaan
⚠️ Sangat disarankan menggunakan --output '%(playlist_title)s/%(title)s.%(ext)s'
# Download anime (pake keyword)
yt-dlp 'animein:Kaifuku Jutsushi no Yarinaoshi' --output '%(playlist_title)s/%(title)s.%(ext)s'
# Download pake link langsung
yt-dlp 'https://animeinweb.com/anime/1280' --output '%(playlist_title)s/%(title)s.%(ext)s'
# Skip episode yang error
yt-dlp --ignore-no-formats-error 'https://animeinweb.com/anime/1280' --output '%(playlist_title)s/%(title)s.%(ext)s'
TONTON LANGSUNG MENGGUNAKAN MPV
Contoh penggunaan:
mpv --referrer=https://animeinweb.com/ 'https://animeinweb.com/anime/4347'
Error "No video formats found!"
[ytdl_hook] ERROR: [animeinweb] 7138: No video formats found!; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U
[ytdl_hook] youtube-dl failed: unexpected error occurred
[cplayer] finished playback, unrecognized file format (reason 4)
[cplayer] Failed to recognize file format.
Gunakan flag --ytdl-raw-options-append='ignore-no-formats-error='
mpv --ytdl-raw-options-append='ignore-no-formats-error=' 'https://animeinweb.com/anime/426'
❓ FAQ (Frequently Asked "Gimana nih?!")
Q: Kok masih error "No video formats found"?
A: Report bug langsung di sini (Kasih URL yang error + log yt-dlp/mpv)
Q: Episode urutannya aneh?
A: Udah gw reverse biar episode 1 dulu, kalo masih aneh ya namanya juga API-nya random
Q: Bisa download batch semua episode?
A: Bisa! Tapi siapin storage & kuota yang banyak ya
Educational Purpose Only
Code ini dibuat untuk pembelajaran:
- HTTP requests handling
- JSON parsing
- Video format extraction
- Web technology study
Profit! (for you, not for me 😂)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wibu_downloader-2.2.6-py3-none-any.whl.
File metadata
- Download URL: wibu_downloader-2.2.6-py3-none-any.whl
- Upload date:
- Size: 19.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38a517521a505b5e994a3f6021bfd5a16024a2545be7072985b26e3f3be1bf8c
|
|
| MD5 |
8548899fced64116d1d01c4002caf5e1
|
|
| BLAKE2b-256 |
05cd9bc7f5a4ca936fa9c4bfe5767766f3aeca8d6bc055a2fb8c862cfb7fe071
|