Update luratoons url (#6436)

This commit is contained in:
Lucas Bernardineli de Queiroz 2024-12-03 10:25:48 -03:00 committed by Draff
parent 816133a4a8
commit 489c6a3fc0
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
ext {
extName = 'Lura Toon'
extClass = '.LuraToon'
baseUrl = 'https://luratoons.com'
extVersionCode = 55
baseUrl = 'https://luratoons.net'
extVersionCode = 56
}
apply from: "$rootDir/common.gradle"

View File

@ -36,7 +36,7 @@ import java.util.TimeZone
import kotlin.getValue
class LuraToon : HttpSource(), ConfigurableSource {
override val baseUrl = "https://luratoons.com"
override val baseUrl = "https://luratoons.net"
override val name = "Lura Toon"
override val lang = "pt-BR"
override val supportsLatest = true