https://www.cian.ru/sale/flat/230946309/In this announcement there is a photo. It is enough to get links to these photos. I did a post request, still gives None. Tell me what to do?
Answer 1, Authority 100%
import requests
From BS4 Import Beautifulsoup
For URL in List_URL:
Response = Requests.get (URL)
Soup = Beautifulsoup (Response.Text, Features = "HTML.PARSER")
images = []
FOR IMG IN SOUP.FINDALL ('IMG'):
images.append (img.get ('src'))
Print