daijro
daijro
Chromium by default allows you to reenable the flags expired by the last 2 versions, but Ungoogled Chromium's patch reenables all expired flags. I can't seem to find this functionality...
Sorry for the late response- I don't think I will be able to work on this project any time soon because of schoolwork Thank you for the suggestion though, Ill...
I definitely think this is possible to implement. I'll be looking into it this weekend Thanks!
This issue happens when rendering a Response into a BrowserSession: ```py resp = session.get('https://www.somewebsite.com/') page = resp.render() ``` When setting the content of a page, Playwright doesn't seem to automatically...
Hello, this was a decision I chose to make a while back. I explained it a little [here](https://github.com/daijro/hrequests?tab=readme-ov-file#sessions). At the moment, the version parameter only sets the TLS fingerprint version,...
Hello, Scrapy integration isn't on my current roadmap, but it definitely sounds interesting to add in the future. I'll mark this as help wanted. Thanks
Hello, thank you for bringing attention to this! Sadly, I don't believe it is possible to scrape information from these endpoints. On `https://www.coursehero.com/file/*` links, the pages are hosted as blurred...
Just released a fix, hopefully it works now
Hello, sorry for the late response. There were a few questions I'd like to ask: 1. Are you able to reach this endpoint in a browser? If you are, I'll...
Can you run the command with --debug as a flag? Sorry I can't seem to find a way to reproduce that error