Reddit officially supports https now, so no need to use payment gate anymore
This commit is contained in:
parent
5a5542c692
commit
11fb849458
1 changed files with 1 additions and 1 deletions
2
rdit.sh
2
rdit.sh
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue