Dependecy-Lowest AnimeFLV scrapper for nodejs, just using node-html-parser
for faster DOM parsing.
Install this module with
# npm
npm i @carlosnunezmx/animeflv
#pnpm
pnpm add @carlosnunezmx/animeflv
This is our RoadMap ⏲️
- Search
- Get Anime Info
- Get Episodes
- Get Episode Sources (Beta support)
- Support for all anime catalog (Beta support)
Just import from the module and instance it, then run exec method
import {Search} from "@carlosnunezmx/animeflv";
Search({text: "yumemiru danshi"})
.then(console.log);
/**
[
{
Id: 'yumemiru-danshi-wa-genjitsushugisha',
Image: 'https://www3.animeflv.nethttps://animeflv.net/uploads/animes/covers/3829.jpg',
Type: 'Anime',
Title: 'Yumemiru Danshi wa GenjitsushugishaYumemiru Danshi wa Genjitsushugisha',
Review: 0,
Description: '...'
}
]
**/
For use this module is needed set "type": "module"
-> on your package.json
Made with ❤️ from 🇲🇽 by CarlosNunexMX / Discord @karurosu