santosderek / Imgur-To-Folder

Download Imgur albums and images to desired folder
Other
80 stars 9 forks source link

Two fixes #1

Closed DebugDax closed 6 years ago

DebugDax commented 6 years ago

During setup there are two issues that exists in the source files.

1) config.py The 'download_folder_path' has an 'r' character sitting outside the quotes

2) setup.py It's set to look for 'imgurtofolder' when the source folder is 'ImgurToFolder'

santosderek commented 6 years ago

Thank you for letting me know! I just fixed the repository and have tested it on Ubuntu and Windows. There was a cross-platform issue that I needed to fix.

The 'r' character outside of the quotes is to register the string as a raw-string. This escapes backslashes for easier use when using folder paths within python. For the time being I'm going to keep this feature in but let me know if it presents a problem!