The inspect of the rotten tomatoes page
The code I have for this specific issue is this line:
description = movie_soup.find(“div”, class_=”media-scorecard no-border”).find(“”)
I do not know how to approach this as there is no class or span or whatever for the description of the movie. I also do not know what #shadow-root is.
Please let me know how to approach this, as I have been very confused.
New contributor
coder_dude is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.