[RU]MangaPoisk new domain (#15971)

This commit is contained in:
Eshlender 2023-04-06 17:21:05 +05:00 committed by GitHub
parent 8ea319bbb6
commit 73e38b0f3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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