html = urlopen('https://finance.naver.com/item/board.nhn?code=232530')
bs = BeautifulSoup(html.read(), 'lxml')
with open('jong.txt', 'w', encoding="utf-8") as f:
f.write(bs.text)
코드 이건데 다른 사이트는 되던데
왜 네이버 파이낸스는 안 됨
코드 이건데 다른 사이트는 되던데
왜 네이버 파이낸스는 안 됨
유저에이전트 추가해봐라
그게 모얌 ㄳㄳ