Skip to content

Commit

Permalink
Update BlogTruyen.mjs (#5973)
Browse files Browse the repository at this point in the history
Update Blogtruyen.vn -> Blogtruyenmoi.com
Originally Blogtruyen.vn, now Blogtruyenmoi.com
  • Loading branch information
Khangry authored Jul 3, 2023
1 parent 54f80c3 commit 9b66ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/BlogTruyen.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default class BlogTruyen extends Connector {
super.id = 'blogtruyen';
super.label = 'BlogTruyen';
this.tags = [ 'manga', 'webtoon', 'vietnamese' ];
this.url = 'https://blogtruyen.vn';
this.url = 'https://blogtruyenmoi.com';
this.requestOptions.headers.set('x-referer', this.url);
}

Expand Down

0 comments on commit 9b66ba9

Please sign in to comment.