Add www to irovedout URL (#12325)

Co-authored-by: GoldenRover <>
This commit is contained in:
GoldenRover 2022-06-25 22:30:58 +03:00 committed by GitHub
parent 5ad57abf6f
commit da995033e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'I Roved Out'
pkgNameSuffix = 'en.irovedout'
extClass = '.IRovedOut'
extVersionCode = 2
extVersionCode = 3
isNsfw = true
}

View File

@ -18,7 +18,7 @@ import java.util.Locale
class IRovedOut : HttpSource() {
override val name = "I Roved Out"
override val baseUrl = "https://irovedout.com"
override val baseUrl = "https://www.irovedout.com"
override val lang = "en"
override val supportsLatest = false
private val archiveUrl = "$baseUrl/archive"