Skip to content

Commit

Permalink
FIx MangaSwat: change domain (#6492)
Browse files Browse the repository at this point in the history
Fixes #6486
  • Loading branch information
MikeZeDev authored Dec 3, 2023
1 parent 173fddf commit d1163eb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/web/mjs/connectors/MangaSwat.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ export default class MangaSwat extends WordPressMangastream {
constructor() {
super();
super.id = 'mangaswat';
super.label = 'SWAT Manga';
super.label = 'Goldragon (SWAT Manga)';
this.tags = ['webtoon', 'arabic'];
this.url = 'https://swatop.club';
this.url = 'https://goldragon.me';
this.path = '/manga/list-mode';

this.queryChapters = 'div.bxcl ul li span.lchx a';
this.queryChaptersTitle = undefined;
this.queryMangas = 'div.soralist ul li a.series';
}

async _getPages(chapter) {
Expand Down

0 comments on commit d1163eb

Please sign in to comment.