Python bs4.SoupStrainer()

사용 버전 : Python 3.6.8
사용 프로그램 : Atom 1.35.1 x64


파이썬 bs4.SoupStrainer()에 대해서 알아보겠습니다.

괄호 안에는 태그(tag)가 들어갑니다.

bs4.SoupStrainer()는 태그를 선택할 수 있고, bs4.BeautifulSoup4()의 'parse_only' 속성에 사용됩니다.

<a> 태그만 보기.









<head> 태그만 보기.










<script> 태그만 보기.





위와 같이, 태그는 모두 선택할 수 있습니다.

끝.



카테고리: Python, bs4

댓글

이 블로그의 인기 게시물

Python urllib.parse.quote()

Python OpenCV 빈 화면 만들기

Android AVD Ram size change

KiCad 시작하기 7 (FreeRoute 사용하기 2)

Forensics .pyc 파일 .py로 복구하기

tensorflow tf.random.uniform()

Android Notification with Full Screen

Android Compose automation for getting localized images to use on Play Store app image

tensorflow tf.expand_dims()