Skip to content

Commit

Permalink
MangaSwat: change domain (#7500)
Browse files Browse the repository at this point in the history
FIxes #7494
  • Loading branch information
MikeZeDev authored Oct 19, 2024
1 parent 2139138 commit 3a7fcfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/MangaSwat.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class MangaSwat extends WordPressMangastream {
super.id = 'mangaswat';
super.label = 'Goldragon (SWAT Manga)';
this.tags = ['webtoon', 'arabic'];
this.url = 'https://swatmanhua.com';
this.url = 'https://swatscans.com';
this.path = '/manga/list-mode';

this.queryChapters = 'div.bxcl ul li span.lchx a';
Expand Down

0 comments on commit 3a7fcfb

Please sign in to comment.