1.1.1 • Published 2 years ago

@carlosnunezmx/animeflv v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years 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

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.9.9

2 years ago

0.9.8-fix1

2 years ago

0.9.8

2 years ago

0.9.7-r-1

2 years ago

0.9.7

2 years ago

0.9.6

2 years ago

0.9.2

2 years ago

0.9.1

2 years ago

0.6.3

2 years ago

0.6.1

2 years ago

0.6.0

2 years ago

0.5.0

2 years ago