Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rjxby/dwpod

Simple way to download files from rss feeds
https://github.com/rjxby/dwpod

feed podcast python3 rss

Last synced: 16 days ago
JSON representation

Simple way to download files from rss feeds

Awesome Lists containing this project

README

        

dwpod
===================================================================

Simple way to download files from rss feeds.
-------------------------------------------------------------------

Configuration
-------------------------------------------------------------------

Configuration tools are located in the file config.json

* count_item - The number of scanned item(s) in feed(RSS);
* dir_name - The folder where the files will be uploaded;
* type_data - The type of data to be downloaded;
* urls - Links to feeds(RSS);
* timeout_check_urls - Interval to check for updates in feeds(RSS) (minutes);
* timeout_check_files - Interval to cleaning up old files (minutes);
* delta_stored - Stored time (days)

TODO
--------------------------------------------------------------------
* continue download corrupted files
* unit tests