Looking for anime scraper?

Status
Not open for further replies.

johnalegarbes

Newbie
Joined
Oct 5, 2016
Messages
39
Reaction score
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?

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) {
 
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).
 
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?
 
ican make php scrip from gogoanime.....my demo site (gogo-anime.us)
 
Status
Not open for further replies.
Back
Top