Reddit officially supports https now, so no need to use payment gate anymore
This commit is contained in:
parent
5a5542c692
commit
11fb849458
2
rdit.sh
2
rdit.sh
|
@ -5,7 +5,7 @@ output="down"
|
||||||
useragent="Love by u/gadelat"
|
useragent="Love by u/gadelat"
|
||||||
|
|
||||||
subreddit=$1
|
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`
|
content=`wget -U "$useragent" --no-check-certificate -q -O - $url`
|
||||||
mkdir -p $output
|
mkdir -p $output
|
||||||
while : ; do
|
while : ; do
|
||||||
|
|
Loading…
Reference in New Issue