Commit Graph

13 Commits

Author SHA1 Message Date
tastytea 5275c1d9e3
Make Document::remove_html static.
continuous-integration/drone/push Build is passing Details
2021-07-12 23:39:00 +02:00
tastytea 3955cd95a1
Get rid of restclient-cpp dependency.
Use curl_wrapper instead.
2020-11-21 22:30:24 +01:00
tastytea e8ac4869b1
Treat permanent redirects after temporary redirects as temporary.
continuous-integration/drone/push Build is passing Details
Example:
http://example.com/ returns 302 with Location: http://example.com/1
http://example.com/1 returns 301 with Location: http://example.com/2

http://example.com/ will not be overwritten in the config file.
2019-12-29 00:41:14 +01:00
tastytea 937b08ff85
Parse watchwords only once.
continuous-integration/drone/push Build is passing Details
2019-12-29 00:05:13 +01:00
tastytea bad3059092
Add watchwords (hashtags) support. 2019-12-28 09:48:42 +01:00
tastytea 61d591e925
Rename profile → profiledata. 2019-12-28 09:01:17 +01:00
tastytea ec8bc6508c
Add operator != to Item.
To be able to determine if the last item is visited in main().
2019-12-28 07:12:28 +01:00
tastytea 74369d6ab5
Rename _data → _profile. 2019-12-28 06:57:23 +01:00
tastytea 9a3fb420d7
Begin with the oldest item. 2019-12-28 06:48:35 +01:00
tastytea 4491af53db
Handle HTTP redirects.
continuous-integration/drone/push Build is failing Details
2019-12-25 06:31:55 +01:00
tastytea d08bb95fbd
Pass whole Config object to Document. 2019-12-25 06:27:57 +01:00
tastytea 2bb03dd104
Extract and parse <item>s from RSS feeds. 2019-12-25 02:08:53 +01:00
tastytea 7bba87575f
Print --help, --version and implement downloading.
continuous-integration/drone/push Build is failing Details
2019-12-20 01:14:23 +01:00