Код: Выделить всё
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-browser-snapshots/Win_x64/1181205/chrome-win.zip: получено
Код: Выделить всё
NoSuchKey
Я пробовал устанавливать разные версии Request_html
Подробнее здесь: https://stackoverflow.com/questions/780 ... g-chromium