Skip to content

Commit bb190ab

Browse files
committed
multithread
1 parent 77571ea commit bb190ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multigrab_urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from bs4 import BeautifulSoup # Импортируем библиотеку BeautifulSoup для парсинга
77

88
# Общая часть адреса каталога рецептов
9-
path = 'https://eda.ru/recepty?page='
9+
path = 'https://***?page='
1010
# Юзер-агент
1111
ua = 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36'
1212

0 commit comments

Comments
 (0)