Has it ever been considered that some links would respond with a non-200 response, and this module would end up scraping the contents of that error page? I'm looking at network.get_html() and if I have time, I might just PR a change to that method to accept a strict 200-only config. I'm posting this here just in case I'm missing something or if someone has handled this elegantly already. Thanks.
Has it ever been considered that some links would respond with a non-200 response, and this module would end up scraping the contents of that error page? I'm looking at network.get_html() and if I have time, I might just PR a change to that method to accept a strict 200-only config. I'm posting this here just in case I'm missing something or if someone has handled this elegantly already. Thanks.