Scraper * .aspx using Python

I am having difficulty cleaning up a dynamically generated table in ASPX. An attempt to copy gas prices from such a GasPrices website . I can extract all information in the gas price table (address, time, etc.), except for the actual gas price.

Is there a way to clear gas prices? that is, get a textual representation. I'm not very familiar with ASP / ASPX, but what is currently being created does not appear in the final HTML. I'm using Python for cleanup, but it doesn't matter unless there is a specific library ...

Thanks in advance.

+2


a source to share


1 answer


The origin of the page (aspx) is not a problem here.

It looks like they are actively trying to thwart scrambling attempts. The numbers are not fonts, but multiple divs next to each other with background images that are numbers. They really don't want to be scratched.



(of course, if you were really sure you could display the class name of the div for ... They are not very well "encrypted")

Please note the copyright notice at the bottom of the linked page

+4


a source







All Articles