From 65c886793584a936fef92dcf4897a4af88cca54b Mon Sep 17 00:00:00 2001 From: gotbletu Date: Fri, 13 Apr 2018 22:54:59 -0700 Subject: [PATCH] filtered rss --- newsboat_filtered_query_feeds.md | 46 ++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 newsboat_filtered_query_feeds.md diff --git a/newsboat_filtered_query_feeds.md b/newsboat_filtered_query_feeds.md new file mode 100644 index 0000000..1e74eb8 --- /dev/null +++ b/newsboat_filtered_query_feeds.md @@ -0,0 +1,46 @@ +# Newsboat Filtered Query Feeds +Filtering out junk and get to the articles we want to see in our rss reader. + +* tutorial video: [Link](https://www.youtube.com/watch?v=PUxPUdyCy_U) +* offical website: [Link](https://newsboat.org/) + +### install requirements + newsboat + +### configuration + vim ~/.newsboat/urls + + + # -------- Filter Feeds {{{ + # ------------------------------------------------------ + # https://newsboat.org/releases/2.11.1/docs/newsboat.html#_filter_language + + https://thepiratebay.org/rss//top100/0 "BTRSS" + https://www.torrentdownload.ch/feed_latest "BTRSS" + + "query:Only 720p:tags =~ \"BTRSS\" and ( title =~ \"720p\" )" "BTRSS" + "query:Only 1080p:tags =~ \"BTRSS\" and ( title =~ \"1080p\" )" "BTRSS" + "query:Only SD:tags =~ \"BTRSS\" and ( title =~ \"hdtv|x264|web\" )" "BTRSS" + + # }}} + +### references +- https://newsboat.org/releases/2.11.1/docs/newsboat.html#_filter_language +- https://www.youtube.com/watch?v=PUxPUdyCy_U + +### contact + + _ _ _ _ + __ _ ___ | |_| |__ | | ___| |_ _ _ + / _` |/ _ \| __| '_ \| |/ _ \ __| | | | + | (_| | (_) | |_| |_) | | __/ |_| |_| | + \__, |\___/ \__|_.__/|_|\___|\__|\__,_| + |___/ + +- http://www.youtube.com/user/gotbletu +- https://twitter.com/gotbletu +- https://plus.google.com/+gotbletu +- https://github.com/gotbletu +- gotbletu@gmail.com + +