Skip to content

Commit

Permalink
SamuraiScan: domain change (#7459)
Browse files Browse the repository at this point in the history
Fixes #7454
  • Loading branch information
MikeZeDev authored Oct 6, 2024
1 parent e7604d6 commit a0c0cd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/mjs/connectors/SamuraiScan.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export default class SamuraiScan extends WordPressMadara {
super.id = 'samuraiscan';
super.label = 'Samurai Scan';
this.tags = [ 'webtoon', 'spanish' ];
this.url = 'https://samuraiscan.com';
this.url = 'https://latan.visorsmr.com';
}
}
}

0 comments on commit a0c0cd8

Please sign in to comment.