Skip to content

Commit

Permalink
TempestScans: change domain (#7333)
Browse files Browse the repository at this point in the history
Fixes #7331
  • Loading branch information
MikeZeDev authored Aug 28, 2024
1 parent e40bc3a commit 4a58ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/TempestScans.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class TempestScans extends WordPressMangastream {
super.id = 'tempestscans';
super.label = 'Tempest Scans';
this.tags = ['manga', 'turkish'];
this.url = 'https://tempestscans.com';
this.url = 'https://tempestscans.net';
this.path = '/manga/list-mode/';
}
}

0 comments on commit 4a58ff1

Please sign in to comment.