soup에서
findall 로 subsoup추출한 다음에
리스트로 만들고 싶은데
a = [x for x in subsoup]
는 되는데
a = [x for x in subsoup if “프붕” in x]
 이렇게는
오류 나는거나