Skip to content

Commit

Permalink
Fix SwatManga : change domain (#6844)
Browse files Browse the repository at this point in the history
Fixes #6842
  • Loading branch information
MikeZeDev authored Mar 8, 2024
1 parent 0fd1456 commit feb5278
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://goldragon.me';
this.url = 'https://swatmanhua.com';
this.path = '/manga/list-mode';

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

0 comments on commit feb5278

Please sign in to comment.