diff options
-rw-r--r-- | .config/newsboat/config | 11 | ||||
-rw-r--r-- | .config/newsboat/urls | 16 |
2 files changed, 20 insertions, 7 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\"" + diff --git a/.config/newsboat/urls b/.config/newsboat/urls index c2bebeb2..60b39d0f 100644 --- a/.config/newsboat/urls +++ b/.config/newsboat/urls @@ -4,13 +4,17 @@ http://keygenmusic.net/rss.php recreation # computer misc -https://suckless.org/atom.xml "computer misc" +https://suckless.org/atom.xml # arch linux -https://archlinux.org/feeds/news/ "Arch Linux" -https://bbs.archlinux.org/extern.php?action=feed&tid=260286&type=atom "Arch Linux" -https://bugs.archlinux.org/feed.php?feed_type=rss2&topic=edit&project=1 "Arch Linux" +https://archlinux.org/feeds/news/ +https://bbs.archlinux.org/extern.php?action=feed&tid=260286&type=atom +https://aur.archlinux.org/rss/ +# arch linux development feeds: all projects +https://bugs.archlinux.org/feed.php?feed_type=rss2&project=0 +https://bugs.archlinux.org/feed.php?feed_type=rss2&topic=edit&project=0 +https://bugs.archlinux.org/feed.php?feed_type=rss2&topic=clo&project=0 # qmmp -https://sourceforge.net/p/qmmp-dev/tickets/590/feed.atom qmmp -https://sourceforge.net/p/qmmp-dev/tickets/714/feed.atom qmmp +https://sourceforge.net/p/qmmp-dev/tickets/590/feed.atom +https://sourceforge.net/p/qmmp-dev/tickets/714/feed.atom |