[RU]Newbie new domain (#9808)

This commit is contained in:
e-shl 2021-11-14 16:10:16 +05:00 committed by GitHub
parent 7159c6a11d
commit bf9a02cf3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ ext {
extName = 'Newbie'
pkgNameSuffix = 'ru.newbie'
extClass = '.Newbie'
extVersionCode = 2
extVersionCode = 3
}
dependencies {

View File

@ -38,7 +38,7 @@ import java.util.Locale
class Newbie : HttpSource() {
override val name = "Newbie"
override val baseUrl = "https://newbie-tl.ru"
override val baseUrl = "https://newmanga.org"
override val lang = "ru"
@ -353,8 +353,8 @@ class Newbie : HttpSource() {
CheckFilter("яой", "32"),
)
companion object {
private const val API_URL = "https://api.newbie-tl.ru/v2"
private const val IMAGE_URL = "https://storage.newbie-tl.ru"
private const val API_URL = "https://api.newmanga.org/v2"
private const val IMAGE_URL = "https://storage.newmanga.org"
}
private val json: Json by injectLazy()
}