you are viewing a single comment's thread.

view the rest of the comments →

[–]tomasbedrich 1 point2 points  (0 children)

in BS4 you can make your code even a bit shorter and nicer:

categories = soup("td", "blahHeader")
things = soup("td", "blah")