cheerio
This module is designed to extract specific information for particular paths of the animeflv site, whether it's for the mobile or desktop version. This could encompass links to videos, cover, titles, and more, all facilitated through the utilization of cheerio for data extraction.
Warning
Since this package doesn't make requests to the animeflv site, the parsed HTML response should not be minified or formatted by any tools.
API
methods | desktop | mobile | path |
---|---|---|---|
getInformation | ✅ | ❌ | /anime/:title |
getInformationMobile | ❌ | ✅ | /anime/:title |
getTitles | ✅ | ❌ | /browse |
getTitlesMobile | ❌ | ✅ | /browse |
getPages | ✅ | ✅ | /browse |
getVideos | ✅ | ✅ | /ver/:title-:episode |