-
Notifications
You must be signed in to change notification settings - Fork 0
scrape scope
milan jurkulák edited this page May 2, 2024
·
1 revision
//tvlib/org.mjdev.tvlib.webscrapper.base/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())