AngryCurl
AngryCurl copied to clipboard
AngryCurl - Anonymized Rolling Curl class, used for parsing information from remote resourse using user-predefined amount of simultaneous connections over proxies-list.
When used in a loop, there is a problem that Get/Post/Request adds new links to the list, but they are not discarded after execute. ``` static::$obHttpClient = new \AngryCurl(function ($strResponse,...
I'm load paid proxy list(2k) to my script, but when AngryCurl checks them, no one of them valid. php fatal error: (!) Option 'use_proxy_list' is set, but no alive proxy...
are you still support i t?
В функции filter_alive_proxy при проверке прокси, через функцию request - проверяется не нужная прокси ,а любая. Добавляем проверку на существование опции CURLOPT_PROXY
Test queries to e.g. internet.yandex.ru to check if the proxy is secure.
https://github.com/2naive/AngryCurl/blob/master/classes/RollingCurl.class.php#L154 This should be rewritten for AngryCurl in the way request() was to make it possible to use on-the-fly proxy changing when adding requests as objects.