Skip to content

Commit

Permalink
fix(DrakeScans): update domain (#7055)
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanWasTaken authored and ronny1982 committed Jul 27, 2024
1 parent 7e39429 commit 95e0c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/DrakeScans.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default class DrakeScans extends WordPressMangastream {
super.id = 'drakescans';
super.label = 'DrakeScans';
this.tags = [ 'webtoon', 'english'];
this.url = 'https://drakescans.com';
this.url = 'https://drake-scans.com';
this.path = '/manga/list-mode/';
}
}

0 comments on commit 95e0c1d

Please sign in to comment.