aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* :sparkles: Add many more fields that can be used, improve documentation and ↵v0.3.0Jakob Stendahl2022-02-141-140/+14
| | | | improve file structure
* :children_crossing: Catch and deal with database connection error(s)v0.2.0Jakob Stendahl2022-02-141-3/+21
|
* :children_crossing: Improve log dataJakob Stendahl2022-02-141-2/+5
|
* :lock: Escape HTML special charactersJakob Stendahl2022-02-141-2/+6
| | | This will make all html tags not work, this _could_ be an issue for some feeds. Since we are using html2md for all content that advertises itself as html, I am going to assume it is fine for now :)
* :pencil2: Remove unnecessary error!Jakob Stendahl2022-01-241-5/+2
|
* :construction: Remove println!v0.1.0Jakob Stendahl2022-01-241-1/+0
|
* Initial commitJakob Stendahl2022-01-241-0/+223