-
Notifications
You must be signed in to change notification settings - Fork 78
Description
hello there
first of all: great script! i love using it. there are a few bugs.
well first of all, it only downloads 1000 images (someone already posted that issue). buts thats okay, because you can add --num 20000 (just an example) and it won't stop at 1000.
another bug: i cant download subreddits with sort type new, hot, rising and gilded
top and controversial are working
i get this error if i try to download new, hot rising or gilded (using windows 7 command line):
A:\Python27>python redditdl.py example A:\Python27\here --sort-type new --num 10
Downloading images from "example" subreddit
Traceback (most recent call last):
File "redditdl.py", line 14, in
main()
File "A:\Python27\redditdownload\redditdownload.py", line 393, in main
reddit_sort=ARGS.sort_type)
File "A:\Python27\redditdownload\reddit.py", line 80, in getitems
if is_advanced_sort:
UnboundLocalError: local variable 'is_advanced_sort' referenced before assignment
it would be nice if you could help me
greetings