登录社区云,与社区用户共同成长
邀请您加入社区
该用户还未填写简介
暂无可提供的服务
def crawl_sitemap(url):html = ''#download the sitemap filesitemap = download_page(url, 2)# extract the sitemap linkslinks = re.findall('(.*?)',sitemap)#load each link