chore(en/fmovies): Update domain (#3307)

This commit is contained in:
asanelder 2024-06-09 13:38:02 +08:00 committed by GitHub
parent c7069783ca
commit 1ba2bfe48d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'FMovies'
extClass = '.FMovies'
extVersionCode = 24
extVersionCode = 25
}
apply from: "$rootDir/common.gradle"

View File

@ -37,7 +37,7 @@ class FMovies : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
override val name = "FMovies"
override val baseUrl = "https://fmoviesz.to"
override val baseUrl = "https://fmovies24.to"
override val lang = "en"