parent
3fb869e5e2
commit
68c6a5a6af
@ -2,7 +2,7 @@ plugins {
|
|||||||
id("lib-multisrc")
|
id("lib-multisrc")
|
||||||
}
|
}
|
||||||
|
|
||||||
baseVersionCode = 30
|
baseVersionCode = 31
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api(project(":lib:randomua"))
|
api(project(":lib:randomua"))
|
||||||
|
@ -276,7 +276,7 @@ abstract class MangaHub(
|
|||||||
|
|
||||||
private fun chapterFromElement(element: Element, head: Element): SChapter {
|
private fun chapterFromElement(element: Element, head: Element): SChapter {
|
||||||
val chapter = SChapter.create()
|
val chapter = SChapter.create()
|
||||||
val potentialLinks = element.select("a[href*='$baseUrl/chapter/']:not([rel*=nofollow]):not([rel*=noreferrer])")
|
val potentialLinks = element.select("a[href*='$baseUrl/chapter/']")
|
||||||
var visibleLink = ""
|
var visibleLink = ""
|
||||||
potentialLinks.forEach { a ->
|
potentialLinks.forEach { a ->
|
||||||
val className = a.className()
|
val className = a.className()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user