Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update domains #7507

Merged
merged 1 commit into from
Oct 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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';
}
}
Loading