reddit wallpaper fix
This commit is contained in:
parent
647415fad1
commit
b00db4983d
@ -6,7 +6,7 @@
|
||||
set -e
|
||||
|
||||
# There are 2 subreddits "wallpapers" and "wallpaper" the 2nd one is bigger.
|
||||
SUB="${1:-wallpaper}"
|
||||
|
||||
# wget -O - "http://www.reddit.com/r/wallpapers/top/.json?t=day" 2> /dev/null | jq -r ".data.children[0].data.url"
|
||||
wget -O - "http://www.reddit.com/r/$SUB/top/.json?t=day" 2> /dev/null | jq -r ".data.children[0].data.url"
|
||||
|
||||
wget -O - "http://www.reddit.com/r/wallpaper/top/.json?t=day" 2> /dev/null | jq -r ".data.children[0].data.url"
|
||||
|
@ -2,7 +2,7 @@
|
||||
SCRIPT=$(readlink -f "$0")
|
||||
SCRIPTPATH=$(dirname "$SCRIPT")
|
||||
|
||||
URL=$($SCRIPTPATH/reddit-wp.sh)
|
||||
URL=$($SCRIPTPATH/reddit-wp.sh $1)
|
||||
NAME=$(basename "$URL")
|
||||
FILENAME=~/pictures/wallpapers/"$NAME"
|
||||
wget "$URL" -nc -O "$FILENAME"
|
||||
|
Loading…
Reference in New Issue
Block a user