added wget hsts file option to reddit wp
This commit is contained in:
parent
868edd88d1
commit
ce33958387
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user