[RU]LibGroup LICENSED notify deleted chapters (#18146)
This commit is contained in:
parent
076cc105de
commit
7806e14938
|
@ -9,7 +9,7 @@ class LibGenerator : ThemeSourceGenerator {
|
|||
|
||||
override val themeClass = "LibGroup"
|
||||
|
||||
override val baseVersionCode: Int = 24
|
||||
override val baseVersionCode: Int = 25
|
||||
|
||||
override val sources = listOf(
|
||||
SingleLang("MangaLib", "https://mangalib.me", "ru", overrideVersionCode = 74),
|
||||
|
|
|
@ -312,7 +312,7 @@ abstract class LibGroup(
|
|||
}
|
||||
val redirect = document.html()
|
||||
if (redirect.contains("paper empty section")) {
|
||||
return emptyList()
|
||||
throw Exception("Лицензировано - Нет глав")
|
||||
}
|
||||
val dataStr = document
|
||||
.toString()
|
||||
|
|
Loading…
Reference in New Issue