beautifulsoup req html 소스 req.text header req.headers status req.status_code http 확인 req.ok Python-Library/Python-Library__BeautifulSoup 2018.12.24
selector test = soup.select('div.tit3 > a[href*=movie]') div id가 tit3이면서 href에 movie가 포함된 애들만 가져오기 Python-Library/Python-Library__BeautifulSoup 2018.12.24