I have started programming in python not too long ago and I came across with a problem for which I got stuck. I try to download (called export the button on the page) a csv file to my desktop from this page: http://kapar.mavir.hu/kapar/daily-publication.jsp?locale=hu_HU on a daily basis in python. My problem is that all the solution I found are for pages where the urls change after you push the button but in this case nothing happens with url after the push so the methods don't work as far as I'm concerned. How can I code this one down in python (python 2.7 are in use)?
Any help/suggestions are appreciated.
Thanks in advance.