All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xyz.cssxsh.arknights.bilibili.Video.kt Maven / Gradle / Ivy

There is a newer version: 2.3.1
Show newest version
package xyz.cssxsh.arknights.bilibili

import io.ktor.http.*
import kotlinx.serialization.*
import xyz.cssxsh.arknights.*
import java.io.File
import java.time.*

private const val BILIBILI_API = "https://api.bilibili.com/x/space/arc/search"

private const val BILIBILI_ID = 161775300L

private const val PAGE_SIZE = 50

private const val ORDER = "pubdate"

private fun File.readVideoHistory(type: VideoDataType): List




© 2015 - 2024 Weber Informatics LLC | Privacy Policy