代码拉取完成,页面将自动刷新
import requests
from bs4 import BeautifulSoup
url = 'https://ssr1.scrape.center/'
res = requests.get(url)
print(res.status_code)
html = res.text
soup = BeautifulSoup(html,'html.parser')
# 书名
for i in soup.find_all('h2',class_='m-b-sm'):
print(i.string)
# 剧情
for i in soup.find_all('button'):
print(i.span.string)
# 中国大陆和时间
for i in soup.find_all('div',class_='m-v-sm info'):
print(i.span.string)
# 评分
for i in soup.find_all('p',class_='score m-t-md m-b-n-sm'):
print(i.string)
200
霸王别姬 - Farewell My Concubine
这个杀手不太冷 - Léon
肖申克的救赎 - The Shawshank Redemption
泰坦尼克号 - Titanic
罗马假日 - Roman Holiday
唐伯虎点秋香 - Flirting Scholar
乱世佳人 - Gone with the Wind
喜剧之王 - The King of Comedy
楚门的世界 - The Truman Show
狮子王 - The Lion King
剧情
爱情
剧情
动作
犯罪
剧情
犯罪
剧情
爱情
灾难
剧情
喜剧
爱情
喜剧
爱情
古装
剧情
爱情
历史
战争
剧情
喜剧
爱情
剧情
科幻
动画
歌舞
冒险
9.5
9.5
9.5
9.5
9.5
9.5
9.5
9.5
9.0
9.5
9.5
9.0
9.0
9.0
9.0
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。