chore(es/hackstore): Change domain (#3262)

This commit is contained in:
Dark25 2024-05-26 07:54:01 +02:00 committed by GitHub
parent 995f782f89
commit f35c36d3c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ext { ext {
extName = 'Hackstore' extName = 'Hackstore'
extClass = '.Hackstore' extClass = '.Hackstore'
extVersionCode = 8 extVersionCode = 9
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -32,7 +32,7 @@ class Hackstore : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
override val name = "Hackstore" override val name = "Hackstore"
override val baseUrl = "https://hackstore.rs" override val baseUrl = "https://hackstore.to"
override val lang = "es" override val lang = "es"