Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rjxby/dwpod
- Owner: rjxby
- License: mit
- Created: 2015-11-21T04:16:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-21T19:52:11.000Z (almost 6 years ago)
- Last Synced: 2024-11-14T06:32:13.726Z (3 months ago)
- Topics: feed, podcast, python3, rss
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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