johnalegarbes
Newbie
- Oct 5, 2016
- 39
- 2
Hi can anyone help where to get anime scraper that is good? I have an anime streaming website and i want to update my episodes automatically. I dont want to update episode manually is there a way to do it?
Look for Node Anime Scraper at the GitHub. It should do it. BTW can you PM me link to your website?
Look for Node Anime Scraper at the GitHub. It should do it. BTW can you PM me link to your website?
aniscrape-kissanime is a provider for the [aniscrape](https://github.com/roflmuffin/aniscrape) node module.
4
5 By including it you get to do awesome things with anime sites, such as retrieve anime pages, episode listings and ultimately video links. See [here](https://github.com/roflmuffin/aniscrape/blob/master/readme.md) for more details.
…
16 scraper.fetchSeries(results[0]).then(function(anime) {
17 console.log(anime)
18 scraper.fetchVideo(anime.episodes[1]).then(function(video) {
hi i dont understand this node anime scraper. i see codes in GitHub what is this? how do i use this?
Code:aniscrape-kissanime is a provider for the [aniscrape](https://github.com/roflmuffin/aniscrape) node module. 4 5 By including it you get to do awesome things with anime sites, such as retrieve anime pages, episode listings and ultimately video links. See [here](https://github.com/roflmuffin/aniscrape/blob/master/readme.md) for more details. … 16 scraper.fetchSeries(results[0]).then(function(anime) { 17 console.log(anime) 18 scraper.fetchVideo(anime.episodes[1]).then(function(video) {
You need a specialist to set it up for you if you do not have the experience. Just saying. Iḿ sure you need additional code to be compatible with your already existing anime website (e.g. avoid duplicate content).
what do you mean a specialist? like a programmer?
Yeah, someone that knows PHP coding, understands how to combine bot functions with websites, etc. A programmer is a general term for it yeah.
It's a module for node.js