manojmj92 / subtitle-downloader

Python script to automatically download subtitles for any movie/tv series episode.
GNU General Public License v3.0
777 stars 239 forks source link

Windows permission error on C:\ #22

Open redmoses opened 8 years ago

redmoses commented 8 years ago

First of all I would like to say its an amazing piece of script you've written. Bravo!

But I'd also like to point out when I put the subtitle-downloader.py in C:\ (according to the README) I was getting a IO Error due to the script not having permission to write the log file. So to resolve the issue I put the subtitle-downloader.py in a location where it doesn't need to have permission and then changed the Subtitle.cmd accordingly.

I think you might mention this in your README as windows by default doesn't give write permission on C:\ root.

manojmj92 commented 8 years ago

@redmoses Good find. Give a PR for the Readme