LikeManga: fix url (#6165)

* Likemanga: change domain .ink

* Likemanga: bump
This commit is contained in:
dngonz 2024-11-20 10:17:24 +01:00 committed by Draff
parent 5b2ccea602
commit 151548c0f9
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 {
extName = 'LikeManga'
extClass = '.LikeManga'
extVersionCode = 4
extVersionCode = 5
}
apply from: "$rootDir/common.gradle"

View File

@ -30,7 +30,7 @@ import java.util.Locale
class LikeManga : ParsedHttpSource() {
override val name = "LikeManga"
override val baseUrl = "https://likemanga.io"
override val baseUrl = "https://likemanga.ink"
override val lang = "en"