Skip to content

Commit

Permalink
FIX: AsuraScans: domain change
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored Jul 17, 2023
1 parent e83910e commit 87c67db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/mjs/connectors/AsuraScans.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class AsuraScans extends WordPressMangastream {
super.id = 'asurascans';
super.label = 'Asura Scans';
this.tags = ['webtoon', 'english'];
this.url = 'https://www.asurascans.com';
this.url = 'https://asura.gg';
this.path = '/manga/list-mode/';

this.queryPages = 'div#readerarea p img';
Expand All @@ -23,4 +23,4 @@ export default class AsuraScans extends WordPressMangastream {
const images = await super._getPages(chapter);
return images.filter(link => !excludes.some(rgx => rgx.test(link)));
}
}
}

0 comments on commit 87c67db

Please sign in to comment.