-
참고
Python예제: http://infos.tistory.com/1982
soup.find(id="articleBodyContents").script.extract()
원본에서 script만 추출하고, 그 추출된 내용을 리턴한다. list.pop과 유사.
'Python' 카테고리의 다른 글
Python예제 - SMTP Email (0) 2018.10.06 Python예제 - soup.prettify() (0) 2018.02.04 Python예제 - soup.find, soup.find_all (0) 2018.02.04 Python예제 - soup 기본 개념 (0) 2018.02.03 Python문법 - 예외 try except else finally assert raise (0) 2018.02.01 Python예제 - string, join, split, find, startswith, endswith, strip, format (0) 2018.01.31 Python예제 - string.digits string.ascii_letters (0) 2018.01.31 Python예제 - 문자열 속 특수문자 변환 (0) 2018.01.31