AnimeFLV is a python custom API for animeflv.net a Spanish anime content website.
For install with pip:
$ pip install animeflv
Install from source:
$ git clone https://github.com/
$ jorgeajimenezl/animeflv.git
$ cd animeflv
$ git submodule --recursive update
$ pip install .
>>> from animeflv import AnimeFLV
>>> api = AnimeFLV()
Example: Get download links of episode 1 of Nanatsu no Taizai Season 1:
>>> api.downloadLinksByEpisodeID('36557/nanatsu-no-taizai-1')
Output:
[
{
"server": "Zippyshare",
"url": "http://ouo.io/s/y0d65LCP?s=http://www9.zippyshare.com/v/tnAF0l2S/file.html"
},
{
"server": "MEGA",
"url": "http://ouo.io/s/y0d65LCP?s=https://mega.nz/#!yagHlRKB!AKBvkABb-kiMnb02tMfQDgARiTcAOCIOjPB-MLTxO5s"
},
{
"server": "Openload",
"url": "http://ouo.io/s/y0d65LCP?s=https://openload.co/f/MIiuhaEG680/"
},
{
"server": "MEGA",
"url": "http://ouo.io/s/y0d65LCP?s=https://mega.nz/#!XnRzFSIQ!NSNLmlXjp_liEe8_zoxTXGaJoszC3IcmwNN25FgcZr0"
},
{
"server": "Zippyshare",
"url": "http://ouo.io/s/y0d65LCP?s=https://www113.zippyshare.com/v/xfkBpxAX/file.html"
}
]
Copyright © 2020 RevolutionDev.