Skip to content

Commit

Permalink
Fix TruyenQQ: changfe domain (manga-download#7072)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored and serge-reboul committed Jun 30, 2024
1 parent 46775d4 commit 66ff9b9
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://truyenqqne.com';
this.url = 'https://truyenqqviet.com';
this.requestOptions.headers.set('x-referer', this.url);
this.config = {
throttle: {
Expand Down

0 comments on commit 66ff9b9

Please sign in to comment.