Skip to content

Commit

Permalink
FIX AsuraScansTR : change domain
Browse files Browse the repository at this point in the history
Fixes #6235
  • Loading branch information
MikeZeDev committed Sep 18, 2023
1 parent 540e003 commit f21bc0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/mjs/connectors/AsuraScansTR.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class AsuraScansTR extends WordPressMangastream {
super.id = 'asurascans-tr';
super.label = 'Asura Scans (TR)';
this.tags = ['webtoon', 'turkish'];
this.url = 'https://asurascanstr.com';
this.url = 'https://armoniscans.com';
this.path = '/manga/list-mode/';
this.queryPages = 'div#readerarea p img';
this.requestOptions.headers.set('x-user-agent', 'Mozilla/5.0 (Linux; Android 9; Pixel) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4026.0 Mobile Safari/537.36');
Expand All @@ -28,4 +28,4 @@ export default class AsuraScansTR extends WordPressMangastream {
return images.filter(link => !excludes.some(rgx => rgx.test(link)));
}

}
}

0 comments on commit f21bc0b

Please sign in to comment.