A yt-dlp extractor plugin for aniwatchtv.to and kaido.to.
Based on yt-dlp-hianime by pratikpatel8982.
pip install -U https://github.com/Tons-7/yt-dlp-aniwatchtv-kaido/archive/master.zip
- Download this repo as a ZIP and extract it
- Create this folder if it doesn't exist:
%APPDATA%\yt-dlp\plugins\aniwatch-kaido\yt_dlp_plugins\extractor\ - Copy
aniwatch.py,kaido.py, andmegacloud.pyinto that folder
The final structure should look like:
%APPDATA%\yt-dlp\plugins\aniwatch\yt_dlp_plugins\extractor\aniwatch.py
%APPDATA%\yt-dlp\plugins\aniwatch\yt_dlp_plugins\extractor\kaido.py
%APPDATA%\yt-dlp\plugins\aniwatch\yt_dlp_plugins\extractor\megacloud.py
Once installed, yt-dlp will automatically use this plugin for any aniwatchtv.to or kaido.to URL — no extra flags needed:
yt-dlp "https://aniwatchtv.to/watch/one-piece-100?ep=2142"
Controls the language of the series metadata field. Useful for file naming or player titles.
Value -> Language
en -> English (default)
jp-romaji -> Romanized Japanese
jp -> Japanese kanji/kana
yt-dlp --extractor-args "aniwatch:title_lang=jp-romaji" "https://aniwatchtv.to/watch/one-piece-100?ep=2142"
- yt-dlp latest
- Python
requestslibrary (pip install requests)