It's a fork of yt-dlp-hianime.
I did only minor changes to make it work with different domain.
Thanks to @candrapersada you can now select preferred title language.
Python script:
'extractor_args': {
'aniwatch': {
'title_lang': ['ja']
}
}
CLI:
yt-dlp --extractor-args "aniwatch:title_lang=ja"
Note: Below is the original ReadMe by @pratikpatel8982 with domain names and links swapped to match this fork.
This is a extractor plugin for yt-dlp that enables downloading content from AniWatch. It supports playlist as well as single episodes.
If you are using python, you can run the following command to install this plugin:
python -m pip install -U https://github.com/EnormiE/yt-dlp-aniwatchtv/archive/master.zipYou can view Plugin Installation Guide
This plugin will be invoked automatically when it detects compatible url.
Python 3.11+ and requests
Recommended to use with yt-dlp python package instead of binaries.