Question

How might one dynamically generate a temporary RSS feed, on the fly, from a list of links that point to videos, for example?

Was it helpful?

Solution

Check the specifications for RSS-feeds, e.g. here:

http://www.rss-specifications.com/ or http://www.atomenabled.org/developers/syndication/atom-format-spec.php, there's tons, just check Google.

Then iterate through your list and build the appropriate XML.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top