diff --git a/.local/share/scripts/reddit-wp.sh b/.local/share/scripts/reddit-wp.sh index ea98ba0..0d1c798 100755 --- a/.local/share/scripts/reddit-wp.sh +++ b/.local/share/scripts/reddit-wp.sh @@ -8,5 +8,5 @@ set -e # There are 2 subreddits "wallpapers" and "wallpaper" the 2nd one is bigger. SUB="${1:-wallpaper}" -wget -O - "http://www.reddit.com/r/$SUB/top/.json?t=day" 2> /dev/null | jq -r ".data.children[0].data.url" +wget --hsts-file="$XDG_CACHE_HOME/wget-hsts" -O - "http://www.reddit.com/r/$SUB/top/.json?t=day" 2> /dev/null | jq -r ".data.children[0].data.url"