当前位置:网站首页>Domestic high hidden free agent crawler code
Domestic high hidden free agent crawler code
2022-07-28 04:01:00 【SingYi】
Just climbed ip
import requests
import parsel
import base64
import re
res = requests.get('http://ip.yqie.com/proxygaoni/index.htm')
res.encoding = 'utf-8'
for i in parsel.Selector(res.text).xpath("//tr/td[2]").extract():
print(base64.b64decode(re.findall(f'window\.atob\("(.*?)"\)', i)[0]).decode())Add a new one lxml Of xpath edition
import base64
import re
import requests
from lxml import etree
res = requests.get('http://ip.yqie.com/proxygaoni/index.htm')
res.encoding = 'utf-8'
for i in etree.HTML(res.text).xpath('//tr/td[2]/script'):
print(base64.b64decode(re.findall(f'window\.atob\("(.*?)"\)', i.text)[0]).decode())边栏推荐
- Error no matching function for call to 'std:: exception:: exception (const char [15])' problem solving
- 金仓数据库KingbaseES安全指南--6.1. 强身份验证简介
- Is there a bonus period for robot engineering
- Greed 45. Jumping game II
- Fourier series
- 金仓数据库KingbaseES安全指南--4 数据访问保护
- Dynamic planning - 63. Different paths II
- 【luogu P4590】游园会(DP套DP)
- 基于SSM实现在线租房系统
- [openvx] VX for basic use of objects_ distribution
猜你喜欢

Selenium--WEB自动化测试工具

Embedded development: tips and techniques -- the best practice of defensive programming with C

常用的弱网测试工具

Combination of Oracle and Premier League statistics and presentation

Interface automation test, complete introduction

Basic knowledge of day08 redis
![[prototype and prototype chain] get to know prototype and prototype chain~](/img/8a/d6362fdd50dc883ff817a997ab9e1e.png)
[prototype and prototype chain] get to know prototype and prototype chain~

Security exception handling mechanism

静态博客搭建工具汇总

【图像分类】2021-MLP-Mixer NIPS
随机推荐
Recursion and non recursion are used to calculate the nth Fibonacci number respectively
Greed - 55. Jumping game
企业数字化建设“三不五要”原则
Monotonous stack -- 42. Receiving rain -- a difficult problem that big factories must know
Summary and interpretation of CONDA virtual environment
程序人生 | 测试工程师还只会点点点?7个捷径教给你快速学习新技术...
月薪28K学员 自动化测试经验分享
Security exception handling mechanism
In depth introduction to sap ui5 fileuploader control - why do you need a hidden iframe trial
MySQL是怎么保证高可用的
Prefix-Tuning: Optimizing Continuous Prompts for Generation
[openvx] VX for basic use of objects_ image
数据丰富的计算:M.2在边缘遇到AI
Leetcode58. Length of the last word
21 days, fat brother personally takes you to play oauth2
Dynamic programming - 474. One and zero
Classification cluster analysis
2022.7.13-----leetcode.735
Chinese Remainder Theorem of X problem
Istio's Traffic Management API