当前位置:网站首页>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 ')边栏推荐
- Zhiniu stock project -- 04
- 23 design models
- SSH link remote server and local display of remote graphical interface
- Difference between shortest path and minimum spanning tree
- Oauth2.0 - use database to store client information and authorization code
- [open source project recommendation colugomum] this group of undergraduates open source retail industry solutions based on the domestic deep learning framework paddlepadddle
- 有意思的鼠标指针交互探究
- Svn branch management
- Local rviz call and display of remote rostopic
- Project summary --01 (addition, deletion, modification and query of interfaces; use of multithreading)
猜你喜欢

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

SQL实现将多行记录合并成一行

【开源项目推荐-ColugoMum】这群本科生基于国产深度学习框架PaddlePadddle开源了零售行业解决方案

Numerical method for solving optimal control problem (I) -- gradient method

ruoyi接口权限校验

Oauth2.0 - use database to store client information and authorization code

Selenium - by changing the window size, the width, height and length of different models will be different

Push box games C #

Zhiniu stock -- 03

Project summary --2 (basic use of jsup)
随机推荐
Important knowledge points of redis
有意思的鼠標指針交互探究
How to scan when Canon c3120l is a network shared printer
[set theory] equivalence relation (concept of equivalence relation | examples of equivalence relation | equivalence relation and closure)
C2338 Cannot format an argument. To make type T formattable provide a formatter<T> specialization:
Judge whether the date time exceeds 31 days
Printer related problem record
SQL implementation merges multiple rows of records into one row
【无标题】5 自用历程
Selenium - 改变窗口大小,不同机型呈现的宽高长度会不一样
Yolov3 learning notes
Common interview questions
[untitled] 5 self use history
Cesium entity (entities) entity deletion method
Floating menu operation
conda和pip的区别
使用 Abp.Zero 搭建第三方登录模块(一):原理篇
The win7 computer can't start. Turn the CPU fan and stop it
IE browser flash back, automatically open edge browser
In depth analysis of kubernetes controller runtime