texnicii/proxy-grabber

本包最新版本(v0.0.1)没有提供许可证信息。

从网络上开源资源抓取代理

v0.0.1 2020-12-06 13:11 UTC

This package is auto-updated.

Last update: 2024-09-21 23:36:16 UTC


README

从所有可用的来源抓取和解析(见 proxy_sources.json

$ProxyScraper = new ProxyScraper();
print_r($ps->all());

将新的来源添加到来源列表中

$ProxyScraper->add("SOURCE_URL", "type (http|socks4|socks5)");

从某些来源抓取和解析

$ProxyScraper->get("SOURCE_URL");