Hey, i'm trying to build an app that extracts data from various websites . In order to be "gentle" on their bandwith, etc, i'm downloading the files localy before extracting the data.
So i have a directory with lots of html files and i want to open each file and extract the data i need.
The issue is that i can't really invoke the browser with a local url, because it seems it adds some kind of url encoding, adding unnecessary chars to the file path .
Any ideeas ? ty
Any ideeas ? Ty. 
