I'm using QueryPath to retrieve various tags from sites. I'm using htmlqp to parse pages. My problem is that the parse fails when done remotely but works fine when the page is saved locally via curl. How can I debug the output and get the pages to process?
PHPCSS
Last Comment
Kyle Hamilton
8/22/2022 - Mon
Kyle Hamilton
does querypath do a file_get_contents first? if not, you could try that, and then parse the result.