anshumanv / chia-anime-downloader

Anime batch downloader script for https://chia-anime.tv
MIT License
20 stars 5 forks source link

code refactored, general documentation added, lxml added to requireme… #5

Closed NikolaJankovic closed 6 years ago

NikolaJankovic commented 6 years ago

…nts file

The code can be further refactored to have the private functions called outside of their "parents", meaning they would only have to be called once.

anshumanv commented 6 years ago

I'm not able to run it for some reason, are you sure raw_input works in python 3.6 and windows ?

abhish311 commented 6 years ago

raw_input() only works on python2.7. For python 3 onwards it is just input ().

anshumanv commented 6 years ago

@abhish311 I'll merge this one since it has nice function organisation and comments, this will generate merge conflicts in your PR, so fix them alright ? Then we can easily merge your PR

Yureien commented 6 years ago

Hey, I have made a PR for Python 3-ification. @anshumanv

anshumanv commented 6 years ago

@FadedCoder merged