Metadata-Version: 2.1
Name: aniworld
Version: 1.2.1
Summary: Command line tool designed to download and stream content from aniworld.to
Author-email: Phoenixthrush UwU <contact@phoenixthrush.com>
Project-URL: Homepage, https://github.com/phoenixthrush/Aniworld-Downloader
Project-URL: Issues, https://github.com/phoenixthrush/Aniworld-Downloader/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: bs4
Requires-Dist: npyscreen
Requires-Dist: thefuzz
Requires-Dist: windows-curses ; platform_system == "Windows"

# AniWorld Downloader

## Description

AniWorld Downloader is a command-line tool for downloading and streaming content from aniworld.to.<br>
It can fetch single episodes, download entire seasons, and organize downloads into folders.<br><br>
This tool works on Windows, macOS, and Linux.

![AniWorld Downloader - Demo](https://github.com/phoenixthrush/AniWorld-Downloader/blob/module/.github/demo.png?raw=true)

## Installation

To install AniWorld Downloader, use this command:

```shell
pip install -U aniworld
```

## Usage

To run AniWorld Downloader, use this command:

```shell
aniworld
```

## TODO

- [ ] Fix aniskip finding wrong MAL ID
- [ ] Refactor code into modular Python files
- [ ] Integrate Python logging module
- [x] Utilize argparse for command-line argument parsing
- [x] Implement functionality to fetch episode titles
- [ ] Develop comprehensive unit tests
- [ ] Configure Anime4K installation setup
- [ ] Support Doodstream
- [ ] Add proxy support
- [ ] Replace requests module with urllib

## Contributing

Contributions to AniWorld Downloader are welcome!<br>
Feel free to submit bug reports, feature requests, or pull requests to help improve the project.

## Credits

- mpv - https://github.com/mpv-player/mpv.git
- yt-dlp - https://github.com/yt-dlp/yt-dlp.git
- syncplay - https://github.com/Syncplay/syncplay.git

## License

This project is licensed under the MIT License.<br>
See the LICENSE file for more details.<br>

Thank you for using AniWorld Downloader!
