Skip to content

Commit

Permalink
add Supported Sites and Extractors to README
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixthrush authored Nov 26, 2024
1 parent 4e27086 commit 5beb008
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ AniWorld Downloader is a command-line tool built to download and stream anime co

### Overview
- [Features](#features)
- [Supported Sites and Extractors](#supported-sites-and-extractors)
- [TODO](#todo-list)

### Getting Started
Expand Down Expand Up @@ -56,6 +57,8 @@ AniWorld Downloader is a command-line tool built to download and stream anime co
- [Star History](#star-history)
</details>

<p align="right">(<a href="#readme-top">back to top</a>)</p>

## Features

- **Episode Downloads**: Easily download single episodes or entire seasons in one go.
Expand All @@ -69,6 +72,22 @@ AniWorld Downloader is a command-line tool built to download and stream anime co

<p align="right">(<a href="#readme-top">back to top</a>)</p>

## Supported Sites and Extractors

| Site | Supported Providers | Status |
|--------------------|--------------------------------------|------------------------------------------------------------------------------------------|
| **aniworld.to** | VOE, Vidoza, Streamtape | ✔️ VOE, Vidoza, Streamtape <br> ➖ DoodStream, SpeedFiles (in progress) <br> ❌ Luluvdo, Vidmoly, Filemoon |
| **streamkiste.tv** | Native extractor | ✔️ |
| **hanime.tv** | Native extractor | ✔️ |
| **nhentai.net** | Native extractor | ✔️ |
| **jav.guru** | Native extractor | ✔️ |

> **Note:** Streamtape has been removed by aniworld.to and from the menu, but it still works and can be accessed using `--provider`.
> **Note:** The menu currently only supports aniworld.to. To access other sites, you need to specify `--episode`.
> **Note:** Native extractor sites require the optional dependency **playwright**. To install, run `pip install playwright` and then `playwright install` to complete the setup.
<p align="right">(<a href="#readme-top">back to top</a>)</p>

## Installation

### Prerequisites
Expand Down

0 comments on commit 5beb008

Please sign in to comment.