Skip to content

Snapshots and downloads a media (mp3 at moment) rss feed in a format that can be served on your own server.

Notifications You must be signed in to change notification settings

mcksn/rss_downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rss_downloader

Snapshots and downloads a media (mp3 at moment) rss feed in a format that can be served on your own server.

Using it for storing Patreon content I subscribe to.

Run

FEED_ROOT=##### MY_URL=##### FEED_URL=##### NUM=100 cargo run --release

NUM how many of the items to download. Using same items order as original feed xml FEED_ROOT absolute location feed should be downloaded to MY_URL url where you will serve the downloaded content from FEED_URL rss feed url to download (i.e. patreon url)

Result

feed root path (from FEED_ROOT) / feedtitle (with underscores) / media1.mp3, media2.mp3 ... median.mp3, rss.xml

About

Snapshots and downloads a media (mp3 at moment) rss feed in a format that can be served on your own server.

Resources

Stars

Watchers

Forks

Languages