Skip to content
This repository was archived by the owner on Jul 9, 2026. It is now read-only.

function_parseRSS

Wesley de Groot edited this page Jan 2, 2016 · 3 revisions

tvOS.parseRSS(url, callback)

Parse a RSS URL

Parameters

Type @var Description Required
string url the url to parse Required
function callback the function to call back to Required

Example

tvOS.parseRSS(url, callback)



Back to function list

Clone this wiki locally