RedditImageGrab
RedditImageGrab copied to clipboard
SyntaxError: invalid syntax on line 217
Hello guys, here is the error I'm getting (I've tried commands that are listed in readme):
File "redditdownload.py", line 217 print 'Downloading images from "%s" subreddit' % (ARGS.reddit) ^ SyntaxError: invalid syntax
anyone getting this as well ? I'm on Linux (Arch, Python 3.4.2)
Ok, fixed - you have to use Python 2 for this script to work.