Skip to content

jorgeajimenezl/animeflv-api

Repository files navigation

AnimeFLV API

Build Status Upload Python Package

AnimeFLV is a python custom API for animeflv.net a Spanish anime content website.

Installation

For install with pip:

pip install animeflv

Install from source:

git clone https://github.com/jorgeajimenezl/animeflv-api.git
cd animeflv
pip install -r requirements.txt
pip install .

API Documentation

Create animeflv api instance

>>> from animeflv import AnimeFLV
>>> with AnimeFLV() as api:
>>>     # Do anything with api object
>>>    ...

Features

  • Get download links by episodes
  • Search
  • Get Video Servers
  • Get Anime Info
  • Get new releases (animes and episodes)

License

MIT

Authors

About

AnimeFLV is a python custom API for animeflv.net

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages