
22.10.2022, 16:52
|
|
Участник форума
Регистрация: 06.06.2021
Сообщений: 178
С нами:
2599697
Репутация:
13
|
|
Сообщение от Sanchez.
Код:
Код:
for k in blocks:
title = k.find_element(By.CLASS_NAME, 'structItem-title')
answers = k.find_element(By.CSS_SELECTOR, 'dd').text
url = title.find_element(By.CSS_SELECTOR, 'a').get_attribute('href')
title = title.text.replace('Исковое заявление', '').replace('ОС |', '').replace('OC |', '').replace(' ', '')
date_create = k.find_element(By.CLASS_NAME, 'u-dt').text
date_last_answer = k.find_element(By.CLASS_NAME, 'structItem-latestDate').text
await message.answer(answers)
пж без хейта за говнокод
Answers, url, date_create - верное показывает?
|
|
|