Inflearn Community Q&A
구글 무비 강좌에서요
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!




