YugenMangas: update baseUrl (#9828)

This commit is contained in:
whitebeardhelper 2025-07-28 12:05:58 -03:00 committed by Draff
parent c4794638ff
commit b8bd224804
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ext { ext {
extName = 'Yugen Mangás' extName = 'Yugen Mangás'
extClass = '.YugenMangas' extClass = '.YugenMangas'
extVersionCode = 47 extVersionCode = 48
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -45,7 +45,7 @@ class YugenMangas : HttpSource(), ConfigurableSource {
else -> preferences.getString(BASE_URL_PREF, defaultBaseUrl)!! 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" override val lang = "pt-BR"