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

fix date format regex #9

Closed jarifibrahim closed 8 years ago

jarifibrahim commented 8 years ago

Quora has dates of the form 'Dec 15', 'Jan 12, 2013'. The original regex could not parse these dates. So fixed it.

t3nsor commented 8 years ago

I assume they changed it from when I originally wrote this. Thanks!