当前位置:网站首页>Climb movie paradise 2021 hot
Climb movie paradise 2021 hot
2022-07-03 06:32:00 【Bobo AI leaves work】
import requests
import re
url='https://dytt89.com/'
res=requests.get(url)#,verify=False
res.encoding='gbk'
# print(res.text)
obj1=re.compile(r'.*?2021 Must see hot film .*?<ul>(?P<movie>.*?)</ul>',re.S)
obj2=re.compile(r".*?<a href='(?P<link>.*?)title")
res1=obj1.finditer(res.text)
res2=obj2.finditer(res.text)
for it in res1:
dic = it.groupdict('movie')
print(dic)
# dic['movie'] = dic['movie'].strip()
for itt in res2:
dic2 = itt.groupdict()
print(dic2)
# dic2['link'] = dic2['link'].strip()
print(' Finished processing ')边栏推荐
- 【系统设计】邻近服务
- Print time Hahahahahaha
- Opencv mouse and keyboard events
- Interesting research on mouse pointer interaction
- Cesium entity(entities) 实体删除方法
- conda和pip的区别
- IE browser flash back, automatically open edge browser
- [untitled] 8 simplified address book
- Introduction to software engineering
- Use @data in Lombok to simplify entity class code
猜你喜欢
![[5g NR] UE registration process](/img/e3/f881d51fba03010de8c45ea480f3f0.png)
[5g NR] UE registration process

Scripy learning

SQL implementation merges multiple rows of records into one row

Phpstudy setting items can be accessed by other computers on the LAN

Oauth2.0 - explanation of simplified mode, password mode and client mode

Oauth2.0 - using JWT to replace token and JWT content enhancement

Cesium 点击获取模型表面经纬度高程坐标(三维坐标)

JMeter performance automation test

Mysql

Oauth2.0 - Introduction and use and explanation of authorization code mode
随机推荐
认识弹性盒子flex
Tabbar settings
Pytorch exercise items
Nacos service installation
Oauth2.0 - explanation of simplified mode, password mode and client mode
[set theory] relational closure (relational closure solution | relational graph closure | relational matrix closure | closure operation and relational properties | closure compound operation)
After the Chrome browser is updated, lodop printing cannot be called
. Net program configuration file operation (INI, CFG, config)
arcgis创建postgre企业级数据库
JMeter linked database
輕松上手Fluentd,結合 Rainbond 插件市場,日志收集更快捷
ruoyi接口权限校验
Example of joint use of ros+pytoch (semantic segmentation)
pytorch练习小项目
Cesium Click to obtain the longitude and latitude elevation coordinates (3D coordinates) of the model surface
[leetcode] day93 - intersection of two arrays II
The win7 computer can't start. Turn the CPU fan and stop it
YOLOV3学习笔记
When PHP uses env to obtain file parameters, it gets strings
Mysql database