We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
you have give
movies_details["title"] = movie.find("span", {'class': 'mli-info'}).text
I want this movies_details["genre"] = movie.find("span", {'class': **'WHAT CLASS?**'}).text
movies_details["genre"] = movie.find("span", {'class': **'WHAT CLASS?**'}).text
Sorry, something went wrong.
He finds the title of the movie and gives it to users. what you sent is like useless learn beautiful soup bro
he chose class and span according to search button of the site not according to genres
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: