fromContent

open override fun fromContent(content: String): Auction?(source)


fun fromContent(content: String, auctionId: Int, parseDetails: Boolean = true): Auction?(source)

Parse the content of an auction.

Parameters

content

The HTML content of the auction's page.

auctionId

The auction ID to set to the results, since it is not possible to know from the content only.

parseDetails

Whether to parse the auction's detail or just the general information.