Reddit officially supports https now, so no need to use payment gate anymore

This commit is contained in:
Gabriel Potkány 2014-09-09 11:31:35 +02:00
parent 5a5542c692
commit 11fb849458
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ output="down"
useragent="Love by u/gadelat"
subreddit=$1
url="https://pay.reddit.com/r/$subreddit/.json"
url="https://www.reddit.com/r/$subreddit/.json"
content=`wget -U "$useragent" --no-check-certificate -q -O - $url`
mkdir -p $output
while : ; do