yt-dlp extractor for animeinweb.com
Project description
INSTALASI
Via PyPI
pip install -U wibu-downloader
Atau
python -m pip install -U https://codeberg.org/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'
Educational Purpose Only
Code ini dibuat untuk pembelajaran:
- HTTP requests handling
- JSON parsing
- Video format extraction
- Web technology study
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
No source distribution files available for this release.See tutorial on generating distribution archives.
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.7-py3-none-any.whl.
File metadata
- Download URL: wibu_downloader-2.2.7-py3-none-any.whl
- Upload date:
- Size: 20.0 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 |
4f9ccb0c5698675f8fac33cf39bfeadad2b1b1f2a3e85eb84d9dd885c7d2e144
|
|
| MD5 |
68fff5f10461420eded1588b4ce8eff8
|
|
| BLAKE2b-256 |
ca0555bfc00a008474f84d5e45aa520d6bf037c0dede3afce034bf44aa7594cb
|