animeflv-api
animeflv-api copied to clipboard
AnimeFLV is a python custom API for animeflv.net
AnimeFLV API
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
git install -r requirements.txt
pip install .
API Documentation
Read this | Watch videos
Create animeflv api instance
>>> from animeflv import AnimeFLV
>>> with AnimeFLV() as api:
>>> # Do anything with api object
>>> ...
Features
- [X] Get download links by episodes
- [X] Search
- [X] Get Video Servers
- [X] Get Anime Info
- [X] Get new releases (animes and episodes)
License
MIT