roflmuffin / node-anime-scraper

Scrapes information from Gogoanime to get Anime, Episode & Video information & urls.
59 stars 17 forks source link

No Video Links #34

Closed Wolfkid200444 closed 3 years ago

Wolfkid200444 commented 3 years ago

So recently it seems that videos links are back to been null

episodes: [
    Episode {
      name: 'EP 1',
      url: 'https://gogoanime.io/naruto-episode-1',
      videoLinks: null
    },
    Episode {
      name: 'EP 2',
      url: 'https://gogoanime.io/naruto-episode-2',
      videoLinks: null
    },
roflmuffin commented 3 years ago

This should be fixed as of version 3.1.3, can you try this again once the npm package finishes publishing?

Wolfkid200444 commented 3 years ago

yeah sure I will

Wolfkid200444 commented 3 years ago

yep it works thanks