This commit is contained in:
ada-dmitry
2023-03-27 22:50:23 +03:00
parent a0e99cb827
commit 1e69e53e91
13 changed files with 272 additions and 8 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ creat_qwery = """ create table Parser
cursor.execute(creat_qwery)
connection.commit()
driver = Service('D:\teach\Prog\chromedriver.exe')
driver = Service('D:\\teach\Prog\chromedriver.exe')
browser = webdriver.Chrome(service=driver)
browser.get('https://amwine.ru/catalog/igristoe_vino_i_shampanskoe/igristoe_vino/')
html_code = browser.page_source