Companion

object Companion

Functions

Link copied to clipboard
fun decodeHTML(text: String?): String?

Used to decode HTML

Link copied to clipboard

Replaces all white spaces and tabs from title

Link copied to clipboard

To find resolution from given picture URL

Link copied to clipboard
fun joinURL(url: String?, uRL: String): String?

Joins two URLs together and returns the result as a String. If an error occurs during the process, the function returns null.