Skip to content

Commit

Permalink
Fix SwatManga : change domain (manga-download#6844)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored and serge-reboul committed Jun 30, 2024
1 parent 1e72fc3 commit fb4700f
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 fb4700f

Please sign in to comment.