MangaPoisk: update domain (#5276)

This commit is contained in:
Vetle Ledaal 2024-09-28 12:26:52 +02:00 committed by Draff
parent 243a7e9cd7
commit fd131cfffb
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ext { ext {
extName = 'MangaPoisk' extName = 'MangaPoisk'
extClass = '.MangaPoisk' extClass = '.MangaPoisk'
extVersionCode = 10 extVersionCode = 11
isNsfw = true isNsfw = true
} }

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.me" override val baseUrl = "https://mangapoisk.live"
override val lang = "ru" override val lang = "ru"