Skip to content

Commit

Permalink
Siyahmelek: change domain (#7294)
Browse files Browse the repository at this point in the history
Fixes #7293
  • Loading branch information
MikeZeDev authored Jul 30, 2024
1 parent fa918fe commit 3165b30
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/web/mjs/connectors/Siyahmelek.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ export default class Siyahmelek extends WordPressMadara {
super.id = 'siyahmelek';
super.label = 'Gri Melek (Siyahmelek)';
this.tags = [ 'manga', 'webtoon', 'turkish' ];
this.url = 'https://grimelek.co';
this.url = 'https://grimelek.mom';
this.links = {
login : 'https://grimelek.co'//this website needs login to see content !
login : 'https://grimelek.mom'//this website needs login to see content !
};
}

Expand All @@ -19,4 +19,3 @@ export default class Siyahmelek extends WordPressMadara {
return !pic.url.endsWith('xxxxx/99.jpg');
});
}
}

0 comments on commit 3165b30

Please sign in to comment.