inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

김건호님의 게시글

김건호 김건호

@gunho69396585

수강평 작성수
-
평균평점
-

게시글 3

질문&답변

beautiful soup 명령 실행 오류 관련 문의

구글에 에러난 내용 검색해서 알아본 조치사항을 적용해보니 해보니 아래와 같이 나오네요 사내 보안 같은것 때문에 안되는건지.. import requests from bs4 import BeautifulSoup res = requests.get(' https://calendar.google.com/calendar/u/0/r/month?pli=1 ', verify=False) soup = BeautifulSoup(res.content, 'html.parser') C:\Users\6804314\AppData\Local\anaconda3\Lib\site-packages\urllib3\connectionpool.py:1056: InsecureRequestWarning: Unverified HTTPS request is being made to host 'calendar.google.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings warnings.warn(

좋아요수
0
댓글수
1
조회수
902