인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

인프런 커뮤니티 질문&답변

한살더님의 프로필 이미지
한살더

작성한 질문수

내 업무를 대신 할 파이썬(Python) 웹크롤링 & 자동화 (feat. 주식, 부동산 데이터 / 인스타그램)

4.2 bs4 - select()

오류 해결이 안되네요

작성

·

162

0

이틀째 해결을 못하고 있네요

혹시 빠진 데이타가 있나해서  순서대로 입력해도 같은 오류가 나네요

a_element = li_element.select("div.total_wrap > a")

type(a_element)


bs4.element.ResultSet

a_element = li_element.select("div.total_wrap > a")[0]

type(a_element)

---------------------------------------------------------------------------
IndexError                                Traceback (most recent call last)
<ipython-input-89-7b9166b2d17d> in <module>
----> 1 a_element = li_element.select("div.total_wrap > a")[0]
      2 type(a_element)

IndexError: list index out of range

답변 1

0

DeepingSauce님의 프로필 이미지
DeepingSauce
지식공유자

안녕하세요!

그새 네이버 사이트 구조가 바뀌었네요 ㅠ (div.total_wrap 과 a tag 사이에 div 엘리먼트가 하나 더 생겼습니다) 해당부분 반영해서 수업자료 새로 업로드했습니다.

감사합니다

한살더님의 프로필 이미지
한살더

작성한 질문수

질문하기