D
D
DokinsKING2021-05-03 15:08:43
Python
DokinsKING, 2021-05-03 15:08:43

How to get a link here?

How can I extract a link from this piece of the site, because it does not have a separate class.608fe7be98ac0357987373.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
Yupiter7575, 2021-05-03
@DokinsKING

link = soup.find(attrs={'class':'task__title'}).find('a').get('href')

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question