😎
Anime Scraper
  • INTRODUCTION
  • Gogoanime
    • getRecentAnime
    • getPopularAnime
    • getFromLink
    • search
    • getEpisodes
    • fetchAnime
Powered by GitBook
On this page

Was this helpful?

  1. Gogoanime

getFromLink

Returns the anime episode details along with download direct link

PreviousgetPopularAnimeNextsearch

Last updated 3 years ago

Was this helpful?

Name

Type

Description

link

URL of the episode

 Gogoanime
.getFromLink("https://gogoanime.ai/osananajimi-ga-zettai-ni-makenai-love-comedy-episode-6")
.then(anime => console.log(anime))

String