mirror of
https://github.com/kristoferssolo/School.git
synced 2026-03-22 00:26:35 +00:00
Deleted Telegram bot
This commit is contained in:
@@ -18,7 +18,7 @@ class IKEA:
|
||||
page = requests.get(url, headers=HEADERS)
|
||||
soup = BeautifulSoup(page.content, 'html.parser')
|
||||
|
||||
# getting page amount
|
||||
# getting max page amount
|
||||
for el in soup.find_all(class_='page-link'):
|
||||
cropped_name = el.get_text().strip()
|
||||
if cropped_name.isnumeric():
|
||||
|
||||
Reference in New Issue
Block a user