Web scraping for simple text

preview_player
Показать описание
Web Scraping using Beautiful Soup in Python
Рекомендации по теме
Комментарии
Автор

you didn't run and display the output of the respective cells
it has created so much confusion for me

Nidire_
Автор

Hii i am getting name error
Cell, line 1
Type (html_page)

Name error : name 'html_page' is not defined

Can you please help her

potnurusatish-wp
Автор

when use this text = soup.find_all(text=True)
i got
DeprecationWarning: The 'text' argument to find()-type methods is deprecated. Use 'string' instead.

how to fix this ?

Hyakurei