Python Web Scraping Example: Selenium and Beautiful Soup

Python Web Scraping Example: Selenium and Beautiful Soup

Python ML Daily

2 месяца назад

1,918 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@axel_bol
@axel_bol - 13.03.2024 07:38

Thanks Povilas!

Ответить
@LeviElekes
@LeviElekes - 23.04.2024 21:06

thanks

Ответить
@sijiahan9876
@sijiahan9876 - 23.05.2024 01:11

It's a great video. I have not tried the code, but I think there is one tiny error: if you use `find_all_next`, the tags will be a long list that includes every tag starting from the current element. For example, if the current element is company b, the tags will include tags of b, c,d,e,... It should be just `find_all` to get the tags for the current element only.

Ответить