Skip to content

Commit

Permalink
Update gogoanime.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
hase0278 authored Apr 13, 2024
1 parent 995ac19 commit c2f1365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/anime/gogoanime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ class Gogoanime extends AnimeParser {
'User-Agent': USER_AGENT,
},
sources: await new StreamSB(this.proxyConfig, this.adapter).extract(serverUrl),
download: `https://${serverUrl.host}t/download${serverUrl.search}`,
download: `https://${serverUrl.host}/download${serverUrl.search}`,
};
default:
return {
Expand Down

0 comments on commit c2f1365

Please sign in to comment.