当前位置:网站首页>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 ')边栏推荐
猜你喜欢

Oauth2.0 - Introduction and use and explanation of authorization code mode

Paper notes vsalm literature review "a comprehensive survey of visual slam algorithms"

Kubesphere - set up redis cluster

Oauth2.0 - user defined mode authorization - SMS verification code login

Creating postgre enterprise database by ArcGIS

ThreadLocal的简单理解

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

JMeter performance automation test

ROS+Pytorch的联合使用示例(语义分割)

Kubesphere - build MySQL master-slave replication structure
随机推荐
Svn branch management
Fluentd is easy to use. Combined with the rainbow plug-in market, log collection is faster
远端rostopic的本地rviz调用及显示
Scripy learning
冒泡排序的简单理解
Simple understanding of ThreadLocal
Time format record
Printer related problem record
JMeter performance automation test
Zhiniu stock -- 03
pytorch练习小项目
Reinstalling the system displays "setup is applying system settings" stationary
SQL implementation merges multiple rows of records into one row
深入解析kubernetes controller-runtime
Scroll view specifies the starting position of the scrolling element
About the difference between count (1), count (*), and count (column name)
Oauth2.0 - user defined mode authorization - SMS verification code login
輕松上手Fluentd,結合 Rainbond 插件市場,日志收集更快捷
Use selenium to climb the annual box office of Yien
Project summary --01 (addition, deletion, modification and query of interfaces; use of multithreading)