Changed LupiTeam's domain (#699)

Changed LupiTeam's domain
This commit is contained in:
FedericoHeichou 2019-01-03 19:47:08 +01:00 committed by Carlos
parent a410e04d49
commit 928f5b97f6
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
appName = 'Tachiyomi: FoolSlide'
pkgNameSuffix = "all.foolslide"
extClass = '.FoolSlideFactory'
extVersionCode = 9
extVersionCode = 10
libVersion = '1.2'
}

View File

@ -181,7 +181,7 @@ class NaniScans : FoolSlide("NANI? SCANS", "https://reader.naniscans.xyz", "en")
class AkaiYuhiMunTeam : FoolSlide("AkaiYuhiMun team", "https://akaiyuhimun.ru", "ru", "/manga")
class LupiTeam : FoolSlide("LupiTeam", "https://lupiteam.tk", "it", "/reader") {
class LupiTeam : FoolSlide("LupiTeam", "https://lupiteam.ml", "it", "/reader") {
override fun mangaDetailsParse(document: Document): SManga {
val infoElement = document.select(mangaDetailsInfoSelector).first().text()