Skip to content

Commit

Permalink
update domains (#7507)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored Oct 20, 2024
1 parent d74fb47 commit 0afb023
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/Fbsquads.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ export default class Fbsquads extends WordPressMadara {
super.id = 'fbsquads';
super.label = 'Fleur Blanche Squads';
this.tags = [ 'webtoon', 'spanish', 'scanlation', 'yaoi' ];
this.url = 'https://fbsscan.com';
this.url = 'https://fbsquadx.com';
}
}
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/HunterScan.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export default class HunterScan extends WordPressMadara {
super.id = 'hunterscan';
super.label = 'Hunters Scan';
this.tags = [ 'manga', 'webtoon', 'portuguese' ];
this.url = 'https://huntersscan.xyz/';
this.url = 'https://htoons.online';
}
}
7 changes: 4 additions & 3 deletions src/web/mjs/connectors/PrismaScan.mjs
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
import WordPressMadara from './templates/WordPressMadara.mjs';
import WordPressMangastream from './templates/WordPressMangastream.mjs';

export default class PrismaScan extends WordPressMadara {
export default class PrismaScan extends WordPressMangastream {

constructor() {
super();
super.id = 'prismascans';
super.label = 'Demon Scan';
this.tags = [ 'webtoon', 'portuguese' ];
this.url = 'https://dsectcomics.org';
this.path = '/comics/list-mode/';
this.url = 'https://seitacelestial.com';
}
}
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/XXXYaoi.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export default class XXXYaoi extends WordPressMadara {
super.id = 'xxxyaoi';
super.label = 'XXXYaoi';
this.tags = [ 'hentai', 'high-quality', 'portuguese', 'scanlation' ];
this.url = 'https://xxxyaoi.com';
this.url = 'https://3xyaoi.com';
}
}

0 comments on commit 0afb023

Please sign in to comment.