#python #anaconda #jupyter-notebook #visual-code #html #css #javascript #http

제목 크롤링 URLError 질문2021-04-04 12:26
작성자
from urllib.request import urlopen
from bs4 import BeautifulSoup
page = urlopen(url)
print(page)


'''

이런식으로 코드를 짯는데 4번째줄에서

Exception has occurred: URLError

<urlopen error unknown url type: https>

라는 에러가 뜹니다

왜 이런 에러가 뜨는건지 잘 모르겠습니다

'''



댓글