加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 创业 > C语言 > 正文

python爬虫如何抓取代理服务器

发布时间:2020-12-15 00:39:23 所属栏目:C语言 来源:网络整理
导读:table class="python" tr class="li1" td class="ln"pre class="de1"1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 6
<tr class="li1">
<td class="ln"><pre class="de1">1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171

. ? ?言归正传,由于我要爬取百度网盘,而度娘你懂的的搞爬虫出生的,反爬虫的能力很牛掰。尤其像我用我的电脑去爬百度网盘,爬几天百度就盯 上了我的机子,爬虫开始爬不出东西。之后网上东查,西查,发现可以通过代理来解决这个问题,所以又去爬代理。我爬的是这个网站:http://www../ 之后他貌似他开始反击,我又将魔爪指向了http://www..。 ? ?想必看这篇博文的多半是程序猿,所以还是先上代码我会写注释的,放心,该爬虫以http://www../为目标: json . bs4 BeautifulSoup MySQLdb mdb DB_HOST DB_USER DB_PASS ID ST uk classify proxy u:u ? ProxyServer: : . mdb.DB_HOST DB_USER DB_PASS charset .. . . . . . .. .. ? get_prxynum: num: proxyIDukclassifyST count page : . : 代理伪装,这个.表示我什么时候开始换代理 ST % : .. r .: countr STcount: ST ..ST results .. r results: protocolr ipr portr proprotocolip++port pro .: ..pro . ST+ proxy_support .proxy opener .proxy_support .opener i_headers : url+classify+ + page html_doc : req .urlheadersi_headers response .req html_doc response. ex: ex .+ .: .: protocol.. proxy protocol: proxy html_doc : soup BeautifulSouphtml_docfrom_encoding trs : trs soup.. : tr trs:: tds tr. ip tds.. port tds.. protocol tds.. get_time tds.. check_time ..get_time temp . x .temp time_now .x http_ip protocol++ip++port protocol protocol : content : proxy_support.protocol:http_ip opener .proxy_support . .opener .: ..ID 你不用管,你想检测拿你要爬取的链接检测代理吧 uid .: ukuid ID+ ID: ID . test_url+uk+ http_ip+"+uk req1 .test_urlheadersi_headers response1 .req1 content response1. ex: .+ .: . content: json_body json.content ? ? json_body ? .+ -: .. ip y .. y: % protocol ip port ..protocolipportcheck_timetime_now .. num- num % : classify num % : classify num % : classify num % : classify ? ? __name__ : ? ? proSer ProxyServer ? proSer. ? 以上就是本人的代理爬虫代码,有兴趣可以加我qq:,还可以去:www..首页关注我们的微博(如果你没有看到微博,可能是新代码我没有推),谢谢阅读,欢迎转载。(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

<table class="python">

    推荐文章
      热点阅读