dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit ac3339ae69cfa9156335068cd39b5fdf0c56c2a4
parent ceaabc452dfc92c9d966bb1b7130668ebf1eccb9
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed, 19 Jun 2019 12:39:47 +0200

Update feeds, keep M$ cookies for AU webmail

Diffstat:
M.config/newsboat/urls | 1+
M.local/bin/surf-clean-cookies | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.config/newsboat/urls b/.config/newsboat/urls @@ -137,6 +137,7 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UCi4Z9CMZwcYPhl1FguWClzA you https://www.youtube.com/feeds/videos.xml?channel_id=UC8Pksdbj37CdE00kmE7Z1dw youtube photo "~youtube: Adorama" https://www.youtube.com/feeds/videos.xml?channel_id=UC-fHTM9facYaj-EdIBnsPcA youtube photo "~youtube: Fotoimpex" https://www.youtube.com/feeds/videos.xml?channel_id=UC7um6-cvMO_Wn4gPCSCGvJQ youtube photo "~youtube: Cameraville" +https://www.youtube.com/feeds/videos.xml?channel_id=UCLfGwQwIzK2tdup4QkXr0Bg youtube photo "~youtube: Azriel Knight" https://www.youtube.com/feeds/videos.xml?channel_id=UCm9BPmxgO7fW7_lOXl9-mPw youtube "~youtube: Lars Damsgaard Christensen" https://www.youtube.com/feeds/videos.xml?channel_id=UCzFfuU06f327-bnI3lODUNQ youtube "~youtube: LinuxChristian" diff --git a/.local/bin/surf-clean-cookies b/.local/bin/surf-clean-cookies @@ -3,5 +3,5 @@ cookiefile="$HOME/.config/surf/cookies.txt" tmpfile="$(mktemp)" grep -r \ - 'jyskenetbank.dk\|jyskebank.dk\|github.com\|gitlab.com\|macodirect.de\|fotoimpex.com\|skoleintra.dk\|au.dk\|fredmiranda.com\|news.ycombinator.com\|overleaf.com' \ + 'jyskenetbank.dk\|jyskebank.dk\|github.com\|gitlab.com\|macodirect.de\|fotoimpex.com\|skoleintra.dk\|au.dk\|fredmiranda.com\|news.ycombinator.com\|overleaf.com\|microsoftonline.com\|windowsazure.com' \ "$cookiefile" > "$tmpfile" && mv "$tmpfile" "$cookiefile"