강의

멘토링

커뮤니티

Inflearn Community Q&A

panya's profile image
panya

asked

Free Python Course (Usage Part 3) - Web Scraping (5 hours)

Selenium Utilization 2-3

구글 무비 강좌에서요

Written on

·

395

0

movies=soup.find_all("div",attrs={'class':'???})

 

title=movie.find('span',attrs={'class':'???'}).get_text()

attrs 값을 못찾겠습니다.

웹-크롤링웹 스크래핑python웹-스크래핑웹-크롤링selenium

Answer

This question is waiting for answers
Be the first to answer!
panya's profile image
panya

asked

Ask a question