Open
Conversation
去除不可用和解析出错代理
Owner
|
这些不可用的代理能不能修改一下变成可用的? |
Contributor
Author
|
可以下载根目录下的DB文件 用数据库软件打开,用语句
UPDATE proxies
SET validated = 1
WHERE validated =0;
…------------------ 原始邮件 ------------------
发件人: "OxOOo/ProxyPoolWithUI" ***@***.***>;
发送时间: 2023年3月14日(星期二) 凌晨0:34
***@***.***>;
***@***.******@***.***>;
主题: Re: [OxOOo/ProxyPoolWithUI] Update __init__.py (PR #31)
这些不可用的代理能不能修改一下变成可用的?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Owner
|
我的意思是,你这个PR将KuaidailiFetcher移除了,是因为目前的版本KuaidailiFetcher不能抓取到代理了。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
去除不可用和解析出错代理