Alex Rudenko
Alex Rudenko
I have used the following workaround: https://github.com/kisielk/gorge/blob/master/util/util.go which strips non-utf8 chars from the stream.
@musabgultekin yeah, I don't think that the problem is that the site serves wrong encoding I think it's really just badly-encoded utf8 and only some chars are broken. The content...
I have opened a PR to address this issue https://github.com/mmcdole/gofeed/pull/120 PTAL @mmcdole
I think it does not add much value: one can always use `http` to fetch and parse with `fp.Parse`. It's even a good idea to implement your own download function...
I think there could be a use case for switching between profiles but it's not something we are going to prfioritize. For now, the workaround is to use `--profile-directory=` argument...
@jrandolf could you please include this change into one of your documentation changes? I think we can improve this part of the docs but we actually need to document the...
Could you please share the minimal reproduction script?
@PortableDiag could you please provide a complete script that reproduces the issue (along with the website URL)? Could you also check if the body is there? e.g., `await page.evaluate(() =>...
I believe there have been many fixes and a whole new cooperative interception mode landed since the issue was reported. If it still happens, please re-open it with a repro...
it looks like this should be marked as confirmed!