fix ReaperScans.fr (#4900)

fixed reaperscans fr, the url just changed...
This commit is contained in:
Oneloutre 2022-08-17 18:43:35 +02:00 committed by GitHub
parent cdd5f6f11c
commit 2d6116b401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -6,9 +6,9 @@ export default class ReaperScansFR extends ReaperScans {
super.id = 'reaperscansfr';
super.label = 'Reaper Scans (French)';
this.tags = ['webtoon', 'french'];
this.url = 'https://new.reaperscans.fr';
this.url = 'https://reaperscans.fr';
this.links = {
login: 'https://new.reaperscans.fr/login'
login: 'https://reaperscans.fr/login'
};
}
}
}