Skip to content

Commit

Permalink
fix: Gogoanime crawler link
Browse files Browse the repository at this point in the history
  • Loading branch information
AXeL-dev committed Aug 24, 2021
1 parent 00501ad commit c2385e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/crawlers/gogoanime.crawler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export class GogoAnimeCrawler extends BaseCrawler {
constructor(private scraper: ScraperService) {
super(
'GogoAnime',
'https://www19.gogoanime.io'
'https://gogoanime.pe'
);
this.filters = {
...this.filters,
Expand Down

0 comments on commit c2385e8

Please sign in to comment.