Skip to content

Commit 750a268

Browse files
authored
fix FlameScansORG.mjs .com to .xyz (#8038)
1 parent bcbed1b commit 750a268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web/mjs/connectors/FlameScansORG.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default class FlameScansORG extends WordPressMangastream {
77
super.id = 'flamescans-org';
88
super.label = 'Flame Comics';
99
this.tags = [ 'manga', 'webtoon', 'english' ];
10-
this.url = 'https://flamecomics.com';
10+
this.url = 'https://flamecomics.xyz';
1111
this.path = '/series/list-mode/';
1212
this.queryMangas = 'div.postbody div.soralist ul li a.series';
1313
this.queryChapters = 'div#chapterlist ul li a';

0 commit comments

Comments
 (0)