Skip to content

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