Html scraping made easy.

Too Lazy to get the tag structure

<body>...CARGA HOR&Aacute;RIA ${duration} Local ...
Sometimes the html we had to parse was so hideous that we would simply give up. Other times, we came to workarounds like this. Find "<body>", ignore everything until find "CARGA HOR&Aacute;RIA", get everything until "Local" and them ignore everything after.