reddit wallpaper fix
This commit is contained in:
parent
647415fad1
commit
b00db4983d
@ -6,7 +6,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
# There are 2 subreddits "wallpapers" and "wallpaper" the 2nd one is bigger.
|
# 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")
|
SCRIPT=$(readlink -f "$0")
|
||||||
SCRIPTPATH=$(dirname "$SCRIPT")
|
SCRIPTPATH=$(dirname "$SCRIPT")
|
||||||
|
|
||||||
URL=$($SCRIPTPATH/reddit-wp.sh)
|
URL=$($SCRIPTPATH/reddit-wp.sh $1)
|
||||||
NAME=$(basename "$URL")
|
NAME=$(basename "$URL")
|
||||||
FILENAME=~/pictures/wallpapers/"$NAME"
|
FILENAME=~/pictures/wallpapers/"$NAME"
|
||||||
wget "$URL" -nc -O "$FILENAME"
|
wget "$URL" -nc -O "$FILENAME"
|
||||||
|
Loading…
Reference in New Issue
Block a user