diff options
author | xyz <gky44px1999@gmail.com> | 2021-08-06 03:14:00 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-08-06 03:14:00 -0700 |
commit | 2c33f580ab26cd645dc03f89c3d692f0669b9672 (patch) | |
tree | f059983d60eca4b9629c4078d06c76e7478d4f5d /.config/newsboat/config | |
parent | 2118966295b4487966c0025c52c642b9d3a3d69f (diff) |
newsboat add arch linux all projects rss feed, ignore all expected interested
Diffstat (limited to '.config/newsboat/config')
-rw-r--r-- | .config/newsboat/config | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config index ee04f521..a6c1d522 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -2,4 +2,13 @@ auto-reload yes # https://newsboat.org/releases/2.24/docs/newsboat.html#_killfiles # https://newsboat.org/releases/2.24/docs/newsboat.html#_filter_language -ignore-article "https://bugs.archlinux.org/feed.php?feed_type=rss2&topic=edit&project=1" "title !~ \"FS#47508\"" + +# not sure if all following arch linux rss feed ignore-article will work as expected +# maybe aur rss feed is broken; maybe arch linux feeds are updated very fast so I can't get the wanted news? +# not fully understand the rss feed +ignore-article "https://aur.archlinux.org/rss/" "title !~\"youtube-dlp|yt-dlp\"" +# arch linux development feeds: all project +ignore-article "https://bugs.archlinux.org/feed.php?feed_type=rss2&project=0" "title !~ \"wildmidi|aur.*(rss|feed)|(rss|feed).*aur\"" +ignore-article "https://bugs.archlinux.org/feed.php?feed_type=rss2&topic=edit&project=0" "title !~ \"FS#(47508|71501|71453|70113|69492)|wildmidi|aur.*(rss|feed)|(rss|feed).*aur\"" +ignore-article "https://bugs.archlinux.org/feed.php?feed_type=rss2&topic=clo&project=0" "title !~ \"FS#(47508|71501|71453|70113|69492)|wildmidi|aur.*(rss|feed)|(rss|feed).*aur\"" + |