SBDeveloper10 / movies-downloader-bot

73 stars 338 forks source link

i want to add genre in my bot #3

Open BhavyaKachhadiya opened 1 year ago

BhavyaKachhadiya commented 1 year ago

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

Fashionedgroot commented 1 year ago

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