Athlon1600
Athlon1600
I'm aware of this. Will try to find a solution within next week...
Managed to combine both of those solutions into one: https://github.com/Athlon1600/php-proxy-plugin-bundle/commit/b09920be6759728088893ed402545b1b57b65863 We are now pretending to be an old browser on windows XP and we're also sending that preference-setting cookie. Hopefully...
You must have did something wrong because youtube works just fine on https://unblockvideos.com/ which uses the same exact proxy script with this exact youtube plugin.
I think you also need to update php-proxy itself. At least just the src/Http/Request.php because that was changed recently: https://github.com/Athlon1600/php-proxy/commit/42c7a5e999ea3999e3141263ade2fcd348146ce5
Try downloading it now: https://www.php-proxy.com/download/php-proxy.zip it's hosting and updated version of the script.
On what website is that happening?
> So for now this still seems broken and unusable, even if you add the cookies manually? I can't replicate any of this from my end. > That's what you...
Where is this array coming from? Because `$google->search()` should return a SearchResponse object which SHOULD hold a correct a correct status code... that 200 is coming from something in your...
This is not a bad idea but the implementation of it is what's bothering me. First of all, those query parameters keep changing every few months anyways. What gbv=1 means...
are you sure you're using the latest version of serp-scraper? php-curl-client dependency was added in version 3. Do 'composer update'