-
참고
Python예제: http://infos.tistory.com/1982
soup.find_all(id=True) # 모든 id
soup.find_all(href=re.compile("http"), id='id1') # id="link1"이면서 http를 포함.
'Python' 카테고리의 다른 글
Python예제 - 콘솔창 타이틀 이름 변경, 얻기 (0) 2019.03.05 Python예제 목록 (0) 2018.12.10 Python예제 - SMTP Email (0) 2018.10.06 Python예제 - soup.prettify() (0) 2018.02.04 Python예제 - soup 기본 개념 (0) 2018.02.03 Python예제 - soup.extract() (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