yask123 / Instant-Music-Downloader

🎷 Downloads Music From The Web
http://iyask.me/Instant-Music-Downloader/
1.41k stars 161 forks source link

why use readline ? #80

Closed aviaryan closed 8 years ago

aviaryan commented 8 years ago

readline seems to work only on Mac OS X. This makes the script unusable, atleast on Windows.

yask123 commented 8 years ago

Ah, I didn't know that. readlines enables you to move back typing cursor (Useful to edit if you made typo while entering song name and wish to edit it). Could there be an alternative workaround for it to work in windows ?

aviaryan commented 8 years ago

Sorry but I don't get it. :disappointed: To edit something you just wrote on the terminal, why not just delete everything or go back using left arrow key and change it.

gummywormz commented 8 years ago

Install pyreadline. It fixes the script on windows.

aviaryan commented 8 years ago

Thanks. That fixed the issue

aviaryan commented 8 years ago

Opened pull #82 to properly fix this issue.