fromContent

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


fun fromContent(content: String, announcementId: Int): ForumAnnouncement?(source)

Parse the content from Tibia.com into a forum announcement.

Parameters

announcementId

The announcement ID to assign to the article, since it is not possible to know this only from the HTML content.