Python Code With Me - Day 41: Extracting Data from Web Pages Using BeautifulSoup and requests

preview_player
Показать описание


Рекомендации по теме
Комментарии
Автор

How to replace this ?
DeprecationWarning: The BeautifulStoneSoup class was deprecated in version 4.0.0. Instead of using it, pass features="xml" into the BeautifulSoup constructor.

soup = BeautifulStoneSoup(response.text, features='html.parser')

lenkaleskova