Skip to content

Commit

Permalink
Fix MangaSwat : Change domain (#5985)
Browse files Browse the repository at this point in the history
Fixes #5984
  • Loading branch information
MikeZeDev committed Jul 8, 2023
1 parent ecb8350 commit b62fc15
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 = 'SWAT Manga';
this.tags = ['webtoon', 'arabic'];
this.url = 'https://swatmanga.net';
this.url = 'https://swatop.club';
this.path = '/manga/list-mode';

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

0 comments on commit b62fc15

Please sign in to comment.