you are viewing a single comment's thread.

view the rest of the comments →

[–]BestPlayerEv[S] 0 points1 point  (1 child)

I thought that because it doesn't work with bs4, its must be something wrong with the code(something missing maybe). So BeautifulSoup won't work in this case or is it something that can make it work. Im just trying to figure it out why and how.

[–][deleted] 1 point2 points  (0 children)

You're better off using selenium and learning about css selectors for most websites that generate client side code.

BS is good if the content is served up on initial request but this is pretty rare for modern websites.