|
|
|
|
|
by jandrese
2105 days ago
|
|
There are multiple ways of doing web scraping, and some are definitely more fragile than others. I've found fully specified XPaths to be a mistake for example. It only takes one tiny change on the page to mess up the script. On the other hand, despite numerous warnings that it would be a disaster I've found I have a lot of luck maintaining regexes, even after major page reworks. |
|