Skip to content

Commit

Permalink
TruyenQQ : change domain (#7392)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored Sep 15, 2024
1 parent 0bf6af0 commit 5cdb757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/TruyenQQ.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class TruyenQQ extends Connector {
super.id = 'truyenqq';
super.label = 'TruyenQQ';
this.tags = ['manga', 'webtoon', 'vietnamese'];
this.url = 'https://truyenqqviet.com';
this.url = 'https://truyenqqto.com';
this.requestOptions.headers.set('x-referer', this.url);
this.config = {
throttle: {
Expand Down

0 comments on commit 5cdb757

Please sign in to comment.