为了账号安全,请及时绑定邮箱和手机立即绑定

python 爬虫正则匹配不完全

python 爬虫正则匹配不完全

米琪卡哇伊 2019-05-12 09:14:21
response=requests.get('https://36kr.com/newsflashes')all_list=re.findall('"title":"(.*?)","catch_title":"","description":".*?","cover":"","news_url_type":"news_url","news_url":"(.*?)","user_id":"344033181","published_at":"(.*?)",',response.text,re.S)print(all_list)print(len(all_list))我这个正则为啥不能匹配全部呢?只能匹配16个,总共是20个标题https://36kr.com/newsflashes这是网址
查看完整描述

2 回答

  • 2 回答
  • 0 关注
  • 563 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信