1.1.1 • Published 4 months ago

@carlosnunezmx/animeflv v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

AnimeFLV Scrapper 📺

Dependecy-Lowest AnimeFLV scrapper for nodejs, just using node-html-parser for faster DOM parsing.

Now in npm 🥳

Install this module with

# npm
npm i @carlosnunezmx/animeflv

#pnpm
pnpm add @carlosnunezmx/animeflv

RoadMap

This is our RoadMap ⏲️

  • Search
  • Get Anime Info
  • Get Episodes
  • Get Episode Sources (Beta support)
  • Support for all anime catalog (Beta support)

Using

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: '...'
  }
]
**/

Note ⚠️

For use this module is needed set "type": "module" -> on your package.json

Made with ❤️ from 🇲🇽 by CarlosNunexMX / Discord @karurosu

1.1.1

4 months ago

1.1.0

4 months ago

1.0.9

4 months ago

1.0.8

5 months ago

1.0.7

5 months ago

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

9 months ago

0.9.9

9 months ago

0.9.8-fix1

9 months ago

0.9.8

9 months ago

0.9.7-r-1

10 months ago

0.9.7

10 months ago

0.9.6

10 months ago

0.9.2

10 months ago

0.9.1

10 months ago

0.6.3

10 months ago

0.6.1

10 months ago

0.6.0

10 months ago

0.5.0

10 months ago