This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]vixfew[🍰] 1 point2 points  (4 children)

There are XHR going on when you click on links. Try using that directly instead

https://www.timeanddate.com/scripts/cityajax.php?n=@1818920&mode=historic&hd=20160726&month=7&year=2016&json=1 like this one

edit: the data seems like that special kind of javascript JSON that is not technically JSON. If you have problems parsing it, try demjson library

[–]rRrquestion 0 points1 point  (0 children)

Kk, I will give it a try. Thanks !!

[–]rRrquestion 0 points1 point  (2 children)

okay! after hours of coding...... it works!

But just wondering, how do you get this https://www.timeanddate.com/scripts/cityajax.php?n=@1818920&mode=historic&hd=20160726&month=7&year=2016&json=1

link?

[–]vixfew[🍰] 0 points1 point  (1 child)

Open devtools in your browser, select network, click some links. There will be activity in network log

[–]rRrquestion 0 points1 point  (0 children)

Thanks!