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')
@lenkaleskova9006