soup에서findall 로 subsoup추출한 다음에리스트로 만들고 싶은데a = [x for x in subsoup]는 되는데왜a = [x for x in subsoup if “프붕” in x] 이렇게는오류 나는거나
x가 문자열이 아닌가보지 Element라던지
이게 맞음
element는 안되나 보내 - dc App
if "프붕" in x.text
해벌게 감시 - dc App