MangaPoisk: update domain (#17237)

This commit is contained in:
Vetle Ledaal 2023-07-24 22:51:33 +02:00 committed by GitHub
parent 3288935f8a
commit e34a5b4c70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,8 @@ ext {
extName = 'MangaPoisk'
pkgNameSuffix = 'ru.mangapoisk'
extClass = '.MangaPoisk'
extVersionCode = 5
extVersionCode = 6
isNsfw = true
}
apply from: "$rootDir/common.gradle"

View File

@ -23,7 +23,7 @@ import java.util.Locale
class MangaPoisk : ParsedHttpSource() {
override val name = "MangaPoisk"
override val baseUrl = "https://mangapoisk.com"
override val baseUrl = "https://mangapoisk.org"
override val lang = "ru"