Skip to content

Download the enclosure (e.g. mp3 file) attached to the first item of a feed

Notifications You must be signed in to change notification settings

cawel/feed_enclosures_downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

== Usage == 

add your RSS feeds to the 'rss_links' file and run the following:

ruby downloader.rb

This will download the enclosure of the first item for each feed link in the 'rss_links' file. The data will be put in a directory named 'downloads', in a subdirectory named after the feed description.


== Motivation ==

I needed this because some of my feeds get updated every day (e.g. for a daily chronique) and only carry the 'post of the day' (with no history whatsoever). This means that if you miss a day, there is no way to get the data from that day again.

The info is served as an feed item enclosure (an mp3 file in this case), so I needed a script to fetch that mp3 every day. 

Now all I need to do, is setup a cron job which runs my downloader script.

About

Download the enclosure (e.g. mp3 file) attached to the first item of a feed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages