Drake Scans: update domain (#5202)

Change skips some redirects.
This commit is contained in:
Vetle Ledaal 2024-09-25 15:52:53 +02:00 committed by Draff
parent 5a827719cf
commit 8c78d137ca
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 4 additions and 3 deletions

View File

@ -2,8 +2,9 @@ ext {
extName = 'Drake Scans' extName = 'Drake Scans'
extClass = '.DrakeScans' extClass = '.DrakeScans'
themePkg = 'mangathemesia' themePkg = 'mangathemesia'
baseUrl = 'https://drakecomic.com' baseUrl = 'https://drakecomic.org'
overrideVersionCode = 13 overrideVersionCode = 14
isNsfw = false
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -9,7 +9,7 @@ import java.util.concurrent.TimeUnit
class DrakeScans : MangaThemesia( class DrakeScans : MangaThemesia(
"Drake Scans", "Drake Scans",
"https://drakecomic.com", "https://drakecomic.org",
"en", "en",
) { ) {
// madara -> mangathemesia // madara -> mangathemesia