https://github.com/rjxby/dwpod
Simple way to download files from rss feeds
https://github.com/rjxby/dwpod
feed podcast python3 rss
Last synced: 11 months 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-04-21T19:52:11.000Z (about 7 years ago)
- Last Synced: 2025-03-03T11:26:05.734Z (over 1 year 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