[RU]Newbie new domain (#9808)
This commit is contained in:
parent
7159c6a11d
commit
bf9a02cf3f
|
@ -6,7 +6,7 @@ ext {
|
|||
extName = 'Newbie'
|
||||
pkgNameSuffix = 'ru.newbie'
|
||||
extClass = '.Newbie'
|
||||
extVersionCode = 2
|
||||
extVersionCode = 3
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
@ -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()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue