Skip to content

EnormiE/yt-dlp-aniwatchtv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A few words from me

It's a fork of yt-dlp-hianime.

I did only minor changes to make it work with different domain.

Title language selection

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.

Installation

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.zip

You can view Plugin Installation Guide

Usage

This plugin will be invoked automatically when it detects compatible url.

Requirements

Python 3.11+ and requests

Recommended to use with yt-dlp python package instead of binaries.

About

AniWatch Extractor Plugin for yt-dlp

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages

  • Python 100.0%