Added Bug Tracking System
This commit is contained in:
@@ -28,7 +28,6 @@ fun getReader(galleryID: Int) : Reader {
|
||||
val galleryInfoUrl = "https://ltn.hitomi.la/galleries/$galleryID.js"
|
||||
|
||||
try {
|
||||
|
||||
val doc = Jsoup.connect(readerUrl).get()
|
||||
|
||||
val images = doc.select(".img-url").map {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
package xyz.quaver.hiyobi
|
||||
|
||||
import kotlinx.io.IOException
|
||||
import kotlinx.serialization.json.Json
|
||||
import kotlinx.serialization.json.JsonConfiguration
|
||||
import kotlinx.serialization.json.content
|
||||
|
||||
Reference in New Issue
Block a user