Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.4 KB

newsboat_filtered_query_feeds.md

File metadata and controls

46 lines (32 loc) · 1.4 KB

Newsboat Filtered Query Feeds

Filtering out junk and get to the articles we want to see in our rss reader.

  • tutorial video: Link
  • offical website: Link

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

contact

             _   _     _      _         
  __ _  ___ | |_| |__ | | ___| |_ _   _ 
 / _` |/ _ \| __| '_ \| |/ _ \ __| | | |
| (_| | (_) | |_| |_) | |  __/ |_| |_| |
 \__, |\___/ \__|_.__/|_|\___|\__|\__,_|
 |___/