Walter X
Walter X

Reputation: 11

how to create an rss feed from a third party, web page

Background: there is an external web page from a non-profitable organization that publish mp3 audio files and I'd like to subscribe the page in a podcast listener, but the lack of RSS prevents that.

Solution(?): parse that web page in weekly basis and create an RSS feed somewhere else with the audio files.

Parsing HTML would be easy, but creating the RSS and specially where to create it are the main concerns, as I don't have blog accounts, personal sites, etc.

Tks

Upvotes: 0

Views: 1388

Answers (2)

Walter X
Walter X

Reputation: 11

The http://feed43.com/ was tried (tks for the tip) but its free mode allows parsing web pages whose size is up to 100Kb. The page I need to process is larger, of corse. But Feed43 provides the RSS for the itens up to 100Kb, what is a good reference.

I used it as a template to create the RSS by myself in my computer. After that, I uploaded the RSS to Google Sites (created a File Cabinet to hold random files).

RSS syntax was checked by http://feedvalidator.org/, which found some inconsistencies in the template (duplicated GUIDs, etc). RSS file was fixed (removed all GUID tags), uploaded and voila, finally I get a podcast version for the site.

I hope it helps.

Upvotes: 0

Mat
Mat

Reputation: 2184

There are services like http://feed43.com/ that can produce feeds from pages, but you have to "costruct" your feed extractor explaining what is relevant to you

Upvotes: 1

Related Questions