diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-01-29 22:53:30 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-01-29 22:53:30 -0800 |
commit | 1b9614e98a95a875b6f2e5f2468484189471ef10 (patch) | |
tree | 366b3ea0c6981c02dd27d89fd575831ea03668e3 /home | |
parent | 4896b66e6e14cca326e945937baf5c74b273b749 (diff) |
update
Diffstat (limited to 'home')
-rw-r--r-- | home/xyz/.config/newsboat/config | 8 | ||||
-rw-r--r-- | home/xyz/.config/newsboat/urls | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/home/xyz/.config/newsboat/config b/home/xyz/.config/newsboat/config index 8b31ecb8..1967cb86 100644 --- a/home/xyz/.config/newsboat/config +++ b/home/xyz/.config/newsboat/config @@ -18,10 +18,10 @@ macro y set browser "echo %u | xsel -ib"; open-in-browser; set browser "$BROWSER # 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\"" +#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\"" +ignore-article "https://bugs.archlinux.org/feed.php?feed_type=rss2&project=0" "title !~ \"wildmidi|aur.*(rss|feed)|(rss|feed).*aur|firejail\"" +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|firejail\"" +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|firejail\"" # vim: ft=sh diff --git a/home/xyz/.config/newsboat/urls b/home/xyz/.config/newsboat/urls index 67f8cddd..1c6a528e 100644 --- a/home/xyz/.config/newsboat/urls +++ b/home/xyz/.config/newsboat/urls @@ -19,7 +19,7 @@ https://openai.com/blog/rss # arch linux https://archlinux.org/feeds/news/ https://bbs.archlinux.org/extern.php?action=feed&tid=260286&type=atom -https://aur.archlinux.org/rss/ +#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 |