Skip to content

Commit

Permalink
Websites maintenance : url changes (#5341)
Browse files Browse the repository at this point in the history
* Nitro scans -> Dark Scans url

* tritinia update url

* xlecx change url
  • Loading branch information
MikeZeDev authored Jan 8, 2023
1 parent 8e11bdb commit bbe3393
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/web/mjs/connectors/NitroScans.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ export default class NitroScans extends WordPressMadara {
constructor() {
super();
super.id = 'nitroscans';
super.label = 'Nitro Scans';
super.label = 'Dark Scans';
this.tags = [ 'webtoon', 'english' ];
this.url = 'https://nitroscans.com';
this.url = 'https://darkscans.com';
}
}
}
4 changes: 2 additions & 2 deletions src/web/mjs/connectors/TritiniaScans.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export default class TritiniaScans extends WordPressMadara {
super.id = 'tritiniascans';
super.label = 'Tritinia Scans';
this.tags = [ 'webtoon', 'high-quality', 'english', 'scanlation' ];
this.url = 'https://tritinia.com';
this.url = 'https://tritinia.org';
}
}
}
4 changes: 2 additions & 2 deletions src/web/mjs/connectors/XlecX.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default class XlecX extends Connector {
super.id = 'xlecx';
super.label = 'XlecX';
this.tags = [ 'hentai', 'porn', 'english' ];
this.url = 'https://xlecx.org';
this.url = 'https://xlecx.one';
}

async _getMangaFromURI(uri) {
Expand Down Expand Up @@ -49,4 +49,4 @@ export default class XlecX extends Connector {
const data = await this.fetchDOM(request, 'div.f-desc source');
return data.map(element => this.getAbsolutePath(element.dataset.src, request.url));
}
}
}

0 comments on commit bbe3393

Please sign in to comment.