Spark-NF / twitter_media_downloader

Twitter media downloader.
Apache License 2.0
293 stars 52 forks source link

SyntaxError: invalid syntax #2

Closed thexwts closed 7 years ago

thexwts commented 7 years ago

File "twitter_media_downloader.py", line 34 print('Token: ', end='', flush=True) ^ SyntaxError: invalid syntax

Spark-NF commented 7 years ago

Indeed, the script was written for Python 3 initially.

I pushed a fix to import the right things. Tested on Python 2.7.12.