Changed LupiTeam's domain (#751)

Changed LupiTeam's domain
This commit is contained in:
FedericoHeichou 2019-01-29 20:20:40 +01:00 committed by Carlos
parent c86da1b3aa
commit 6bded71d67
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 = 13
extVersionCode = 14
libVersion = '1.2'
}

View File

@ -178,7 +178,7 @@ class EvilFlowers : FoolSlide("Evil Flowers", "http://reader.evilflowers.com", "
class AkaiYuhiMunTeam : FoolSlide("AkaiYuhiMun team", "https://akaiyuhimun.ru", "ru", "/manga")
class LupiTeam : FoolSlide("LupiTeam", "https://lupiteam.ml", "it", "/reader") {
class LupiTeam : FoolSlide("LupiTeam", "http://52.47.38.169", "it", "/reader") {
override fun mangaDetailsParse(document: Document): SManga {
val infoElement = document.select(mangaDetailsInfoSelector).first().text()