t3nsor / quora-backup

Python scripts to download Quora answers and convert them into a more portable form
GNU General Public License v2.0
125 stars 72 forks source link

Prevent Re-downloading answers #7

Closed ashish1294 closed 8 years ago

ashish1294 commented 9 years ago

If the answer was already downloaded - then do not download it. If users run the script again and again - only the newly posted answers will be downloaded. An interactive option can be added to the script - which when enabled - ask users interactively what they want to do with each answer that is already there in folder ! User may want to download answer again - incase they have update it.

Again - I can implement it if it makes sense.