Skip to content

Commit

Permalink
change domain (#6910)
Browse files Browse the repository at this point in the history
Co-authored-by: Abdullah-KS <78895454+Abdullah-KS@users.noreply.github.com>
  • Loading branch information
PD-ZIRO and PD-ZIRO committed Mar 26, 2024
1 parent 29f3622 commit 4165fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/Mangalek.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class Mangalek extends WordPressMadara {
super.id = 'mangalek';
super.label = 'مانجا ليك (Mangalek)';
this.tags = [ 'manga', 'webtoon', 'arabic' ];
this.url = 'https://manga-lek.net';
this.url = 'https://lekmanga.net';
this.queryTitleForURI = 'div.profile-manga div.post-title h1';
this.requestOptions.headers.set('x-referer', this.url);
}
Expand Down

0 comments on commit 4165fda

Please sign in to comment.