Skip to content

Commit

Permalink
LikeManga : change domain (#7556)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored Nov 20, 2024
1 parent ad21875 commit 55ae7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/FirstKiss.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default class FirstKiss extends Connector {
super.id = 'firstkiss';
super.label = 'LikeManga.io';
this.tags = ['webtoon', 'english'];
this.url = 'https://likemanga.io';
this.url = 'https://likemanga.ink';
this.requestOptions.headers.set('x-referer', this.url);
this.requestOptions.headers.set('x-origin', this.url);
}
Expand Down

0 comments on commit 55ae7ed

Please sign in to comment.