Date parsing case missed
Closed this issue · 5 comments
ashish1294 commented
Quora answers may have strings like "Added 12am" - and the script fails to parse such string - giving me xxxx-xx-xx. Just need to add another regex. Should be easy to fix.
t3nsor commented
Have you checked that it only shows "12am" and never any other hour?
ashish1294 commented
Yesh. I did some testing manually. It shows only 12am.
ashish1294 commented
There's one more thing. For answers that were not written in the current year,
Quora shows something like - "Added 12 Nov 2014". However, the script assumes "Added 12 Nov, 2014" (Notice the extra comma).
I think Quora might have changed this format after this script was written.
ashish1294 commented
I just checked again - It may show any hour. Will fix this.
t3nsor commented
Thanks!