getAllUrls

open suspend override fun getAllUrls(absolute: Boolean): List<String>

Convenience function, which returns all links (a, link, img, script, meta).

Return

List of URLs as String.

Parameters

absolute

If true, tries to build all the links in absolute form instead of "as is" (often relative).