downlod images in python with Beautifulsoup

前端 未结 0 858
鱼传尺愫
鱼传尺愫 2020-12-22 15:32
from bs4 import BeautifulSoup
import urllib.request

def make_soup(url):
  thepage = urllib.request.urlopen(url)
  #req = Request(url, headers={\'User-Agent\': \'Moz         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题