Metadata-Version: 2.4
Name: anikoto
Version: 0.1.0
Summary: Download Anime from https://anikoto.tv/
Home-page: https://github.com/testingbetaversion/anikoto
Author: testingbetaversion
Author-email: testingbetaversion <moonmuaaz+alt@gmail.com>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: yt-dlp
Requires-Dist: bs4
Dynamic: author
Dynamic: home-page
Dynamic: requires-python


# Anikoto Downloader

Dowload anime from anikoto.tv


## Installation

Install from Github

```bash
python3 -m pip install git+https://github.com/testingbetaversion/anikoto.git
```


## Usage/Examples

```bash
anikoto https://anikoto.tv/watch/one-piece-odmau  -p /Users/Downloads  -a sub --range 1129-1129
```
```bash
anikoto "https://anikoto.tv/watch/solo-leveling-ilh08/ep-1"
```

```bash
anikoto "https://anikoto.tv/watch/frieren-beyond-journey-s-end-c6fbj/ep-1" -p /Users/Downloads
```

```bash
anikoto "https://anikoto.tv/watch/bottom-tier-character-tomozaki-2nd-stage-0et8i" -p /Users/Downloads  --source megaplay
```

Sources: megaplay and Kiwi (Kiwi being Default)
Default Audio is Dub 
Subs for sub/dub are downloaded first

## help

```
>anikoto --help
usage: anikoto.py [-h] [--version] [--debug]
                  [--quality {2160,1440,1080,720,480,360}] [--audio {sub,dub}]
                  [--subtitles] [--list] [--last] [--path PATH]
                  [--source SOURCE] [--range RANGE]
                  url

Anikoto (https://anikoto.tv/) Downloader

positional arguments:
  url                   Video Url like: https://anikoto.tv/watch/solo-
                        leveling-ilh08/ep-1

options:
  -h, --help            show this help message and exit
  --version, -v         show program's version number and exit
  --debug               Enable debug mode
  --quality, -q {2160,1440,1080,720,480,360}
                        Choose a Quality
  --audio, -a {sub,dub}
                        Download Audio
  --subtitles, -ss      Download Subs
  --list                List Episodes
  --last                Only Download Last Episode
  --path, -p PATH       path to save the file
  --source SOURCE       select source
  --range, -r RANGE     Specify episode range (e.g. 1-5) if you want to
                        download only episode 1129 use 1129-1129

Example usage: python3 anikoto.py OPTIONS URL
```
