scrape scope - mimoccc/tvapp GitHub Wiki
//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())