Merge: doc: fixed some typos and other misc. corrections
[nit.git] / contrib / rss_downloader / README.md
1 A tool to download files listed in RSS feeds according to local folders.
2
3 It fetches the content of the RSS feed, then filters it according to custom patterns and to existing folders on disk. Selected elements will be downloaded to the given folder.
4
5 This tool must be compiled with its configuration in order to work. See the `sample_config.nit` in `src/`.
6
7 # Features and TODO
8
9 - [x] Download & parse RSS file
10 - [x] Generate regular expressions from local folders
11 - [x] Auto download files matching regular expressions
12 - [x] Memory to prevent double downloads
13 - [ ] Blacklist
14 - [ ] Use a cleaner RSS parser
15 - [ ] Tolerate more feed formats