Skip to content

scrape scope

milan jurkulák edited this page May 2, 2024 · 1 revision

//tvlib/org.mjdev.tvlib.webscrapper.base/ScrapeScope/ScrapeScope

ScrapeScope

[androidJvm]
constructor(url: ScrapeLink? = null, title: String = "", error: Throwable? = null, document: Doc? = null, videos: List<DocElement> = emptyList(), audios: List<DocElement> = emptyList(), anchors: List<DocElement> = emptyList())

Clone this wiki locally