Skip to content

Commit

Permalink
FIX DoujinDesu: domain change (#6126)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev committed Aug 8, 2023
1 parent 8b9ce92 commit 30ae883
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/web/mjs/connectors/DoujinDesu.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class DoujinDesu extends WordPressMangastream {
super.id = 'doujindesu';
super.label = 'DoujinDesu';
this.tags = ['hentai', 'indonesian'];
this.url = 'https://212.32.226.234';
this.url = 'https://doujindesu.tv/';
this.path = '/manga/page/%PAGE%/';

this.queryMangas = 'div.entries article.entry a';
Expand All @@ -17,10 +17,6 @@ export default class DoujinDesu extends WordPressMangastream {
this.querMangaTitleFromURI = 'section.metadata h1.title';
}

canHandleURI(uri) {
return /doujindesu\.xxx|212\.32\.226\.234/.test(uri.hostname);
}

async _getMangas() {
let mangaList = [];
for(let page = 1, run = true; run; page++) {
Expand Down

0 comments on commit 30ae883

Please sign in to comment.