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))
Why can"t my rule match all of them? Only 16 matches can be made. There are 20 headings in total
https://36kr.com/newsflashes. This is the URL