Skip to content

Commit

Permalink
FIx Mangalek : change domain (#6610)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored Dec 30, 2023
1 parent e51fa32 commit d230347
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://mangaleku.com';
this.url = 'https://manga-lek.net';
this.queryTitleForURI = 'div.profile-manga div.post-title h1';
this.requestOptions.headers.set('x-referer', this.url);
}
Expand Down

0 comments on commit d230347

Please sign in to comment.