We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcbed1b commit 750a268Copy full SHA for 750a268
src/web/mjs/connectors/FlameScansORG.mjs
@@ -7,7 +7,7 @@ export default class FlameScansORG extends WordPressMangastream {
7
super.id = 'flamescans-org';
8
super.label = 'Flame Comics';
9
this.tags = [ 'manga', 'webtoon', 'english' ];
10
- this.url = 'https://flamecomics.com';
+ this.url = 'https://flamecomics.xyz';
11
this.path = '/series/list-mode/';
12
this.queryMangas = 'div.postbody div.soralist ul li a.series';
13
this.queryChapters = 'div#chapterlist ul li a';
0 commit comments