Код: Выделить всё
import requests
from bs4 import BeautifulSoup
from requests_html import HTMLSession
url="https://dmarket.com/ingame-items/item-list/csgo-skins?title=recoil%20case"
sesion = HTMLSession()
response = sesion.get(url)
response.html.render()
soup = BeautifulSoup(response.html.html, features="html.parser")
print(soup)
Код: Выделить всё
[INFO] Starting Chromium download.
Загружаемый файл Chromium не найден на https://storage.googleapis.com/chromium ... me-win.zip: получено
Код: Выделить всё
NoSuchKeyЯ пробовал устанавливать разные версии запросы_html
Подробнее здесь: https://stackoverflow.com/questions/780 ... g-chromium
Мобильная версия