fix(animeworld): update base URL and increment version code to 47

This commit is contained in:
Dark25 2025-03-23 22:43:18 +01:00
parent 1f3093b267
commit 248dd19337
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
ext {
extName = 'ANIMEWORLD.tv'
extClass = '.ANIMEWORLD'
extVersionCode = 46
extVersionCode = 47
}
apply from: "$rootDir/common.gradle"

View file

@ -2,6 +2,7 @@ package eu.kanade.tachiyomi.animeextension.it.animeworld
import android.app.Application
import android.content.SharedPreferences
import android.util.Log
import androidx.preference.ListPreference
import androidx.preference.PreferenceScreen
import eu.kanade.tachiyomi.animesource.ConfigurableAnimeSource
@ -34,7 +35,7 @@ class ANIMEWORLD : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
// TODO: Check frequency of url changes to potentially
// add back overridable baseurl preference
override val baseUrl = "https://www.animeworld.so"
override val baseUrl = "https://www.animeworld.ac"
override val lang = "it"