Skip to content

Commit

Permalink
Fix TruyenQQ: changfe domain (#7072)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored May 12, 2024
1 parent 31868b5 commit ff293c0
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 ff293c0

Please sign in to comment.