Skip to content

Commit

Permalink
FIX MangaMe: change domain (#6179)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored and Sheepux committed Jan 2, 2024
1 parent 7f11b87 commit 93c9690
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/web/mjs/connectors/MangaMe.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ export default class MangaMe extends WordPressMadara {
super.id = 'mangame';
super.label = 'MangaMe';
this.tags = [ 'webtoon', 'manga', 'english' ];
this.url = 'https://mangame.org';
this.url = 'https://mangareading.org';
this.queryMangas = 'div.card-item-title a';
this.queryChapters = 'div.plm-chapters div.plm-grid a';
this.queryChaptersTitleBloat = 'span';
}
}
}

0 comments on commit 93c9690

Please sign in to comment.