QueryList icon indicating copy to clipboard operation
QueryList copied to clipboard

:spider: The progressive PHP crawler framework! 优雅的渐进式PHP采集框架。

Results 35 QueryList issues
Sort by recently updated
recently updated
newest added

我在使用QueryList::rules($rules)->multiGet是总是会得到这个报错,但为什么使用try catch却无法捕获到它,这样会导致程序直接崩溃。 Fatal error: Uncaught TypeError: Argument 1 passed to QL\Services\MultiRequestService::QL\Services\{closure}() must be an instance of GuzzleHttp\Exception\RequestException, instance of GuzzleHttp\Exception\ConnectException given in D:\phpstudy\WWW\wpblog\wp-content\plugins\seekhub-collector\vendor\jaeger\querylist\src\Services\MultiRequestService.php:56 Stack trace: #0 [internal function]: QL\Services\MultiRequestService->QL\Services\{closure}(Object(GuzzleHttp\Exception\ConnectException), 7,...

Add .gitattributes, exclude tests from archive

请支持Laravel 9 谢谢! Laravel 9 需要PHP8.0以上 ,目前无法安装

![image](https://user-images.githubusercontent.com/34237667/163949388-59015a64-df12-4dad-8ac3-e48290a7656d.png) 不切片能拿到,这个切片该怎么写 ![image](https://user-images.githubusercontent.com/34237667/163949023-740bfdb4-dd86-44e2-8b24-fc1bc4683850.png) 数据来源http://www.98bk.com/syjj/hyfl/

现在爬取到了需要的富文本,需要将当前富文本中所有的图片都替换一下地址怎么操作,另外还想修改下a标签中title和img标签alt的内容,请问有这样的api吗

``` % composer require jaeger/querylist Using version ^4.2 for jaeger/querylist ./composer.json has been updated Running composer update jaeger/querylist Loading composer repositories with package information Updating dependencies Your requirements could not...

Tightenco\Collect\Support\Collection 这个文件 不兼容php8.1

// 设置代理 'proxy' => 'http://222.141.11.17:8118', //设置超时时间,单位:秒 'timeout' => 30, 例如上面的proxy 222.141.11.17:8118 使用时需要验证账号密码,这个如何填写?