-
Updated
Aug 18, 2020 - Rust
rss
Here are 31 public repositories matching this topic...
-
Updated
Aug 17, 2020 - Rust
Something like
$ hem pickthat renders a small list of your feeds (like remove) so you can pick which ones you want to check. Similar results can be achieved by using grep to filter Hemingway's output, but it would be nice to get faster performance by only having to check a subset of all your feeds. Could also have a -c flag which will show a list of categories so you can che
Editing .hemrc
-
Updated
Jun 4, 2020 - Rust
-
Updated
Jan 12, 2019 - Rust
-
Updated
Feb 27, 2020 - Rust
-
Updated
Nov 10, 2019 - Rust
Currently there is duplicated code for /audiobook_rss/ and /series_rss/ we might clean that up a bit
-
Updated
Jul 31, 2019 - Rust
-
Updated
Apr 4, 2019 - Rust
-
Updated
Mar 12, 2017 - Rust
Improve this page
Add a description, image, and links to the rss topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rss topic, visit your repo's landing page and select "manage topics."
Feeds to Pocket currently doesn't support relative URLs in entries. When a relative URL is encountered, it is added to the feed's
processed_entries, but it is not sent to Pocket.We use
Url::parse, which only handles absolute URLs.Url::joincan resolve an URL relativ