I ran into an issue where it would crash when a page that I was trying to scrape referenced a stylesheet that didn't exist (server returned a 404). This fix ignores that error and continues on through the list of stylesheets.
I also fixed up tests which were failing - they're stil fairly fragile, but work at the moment.
I ran into an issue where it would crash when a page that I was trying to scrape referenced a stylesheet that didn't exist (server returned a 404). This fix ignores that error and continues on through the list of stylesheets.
I also fixed up tests which were failing - they're stil fairly fragile, but work at the moment.