jtara1 / imgur_downloader

Python script/class to download an entire Imgur album in one go into a folder of your choice.
MIT License
40 stars 7 forks source link

make program pip installable #2

Closed rachmadaniHaryono closed 7 years ago

rachmadaniHaryono commented 7 years ago

here are some change to make the program installable

jtara1 commented 7 years ago

Looks good, but why the change to .rst?

rachmadaniHaryono commented 7 years ago

Pypi can only parse restructured text right now . To use markdown language on pypi, it need to be converted with pandoc and may cause undesired output

https://stackoverflow.com/questions/26737222/pypi-description-markdown-doesnt-work

E:actually I want to add parse subcommand that will print direct download url from album url, but after seeing the repo I decided to do clean up first. If it is finished I will create another pr

E2:~~just realize there is wrong formatted text in readme, will create another pr for this ~~

E3: just check it once again, and it is similar to previous markdown, so no pr for readme.