getEpisodes

Return the episode direct link from given parameters.

Name

Type

Description

slug

slug of the anime

episode

episode number of the anime

Gogoanime.getEpisodes("naruto", 1).then(console.log)

Last updated

Was this helpful?