mirror of
https://github.com/KUlishevgeniy/c22712.git
synced 2026-09-24 08:00:22 +00:00
Домашнее задание: Парсинг Сайта
This commit is contained in:
@@ -68,7 +68,3 @@ cursor.execute("select * from laptops")
|
|||||||
print("Результат", cursor.fetchall())
|
print("Результат", cursor.fetchall())
|
||||||
cursor.close()
|
cursor.close()
|
||||||
connection.close()
|
connection.close()
|
||||||
'''
|
|
||||||
url = 'https://mephi.ru/content/public/styles/1015x500/public/images/slider/dod_na_sayt_mifi.jpg?itok=7XJZoP3t'
|
|
||||||
wget.download(url, 'C:\Games\Img\cat2.jpg')
|
|
||||||
'''
|
|
||||||
Reference in New Issue
Block a user