YugenMangas: update baseUrl (#9828)
This commit is contained in:
parent
c4794638ff
commit
b8bd224804
@ -1,7 +1,7 @@
|
||||
ext {
|
||||
extName = 'Yugen Mangás'
|
||||
extClass = '.YugenMangas'
|
||||
extVersionCode = 47
|
||||
extVersionCode = 48
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
@ -45,7 +45,7 @@ class YugenMangas : HttpSource(), ConfigurableSource {
|
||||
else -> preferences.getString(BASE_URL_PREF, defaultBaseUrl)!!
|
||||
}
|
||||
|
||||
private val defaultBaseUrl: String = "https://yugenmangasbr.deliciousdelight.online"
|
||||
private val defaultBaseUrl: String = "https://yugenmangasbr.yocat.xyz"
|
||||
|
||||
override val lang = "pt-BR"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user