Mediocretoons: update cdn url (#11672)

* att URL CDN

* bump versioncode
This commit is contained in:
Felipe Ávila 2025-11-16 05:04:56 -03:00 committed by Draff
parent 7bf99f4bd0
commit 1ed99e7967
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ ext {
extName = 'Mediocre Toons'
extClass = '.MediocreToons'
baseUrl = 'https://mediocretoons.site'
extVersionCode = 7
extVersionCode = 8
isNsfw = true
}

View File

@ -262,7 +262,7 @@ class MediocreToons : HttpSource() {
}
companion object {
const val CDN_URL = "https://cdn2.fufutebol.com.br"
const val CDN_URL = "https://cdn.mediocretoons.site"
}
}