码迷,mamicode.com
首页 > 其他好文 > 详细

爬t1

时间:2020-01-01 23:51:21      阅读:81      评论:0      收藏:0      [点我收藏+]

标签:url   otl   name   bbr   amazon   mes   with open   put   div   

import requests
import webbrowser
import matplotlib.pyplot as plot
from urllib.request import urlopen

with open(t1.txt,r)as f:
    x=f.read().split(\n)

img_names=[]

for line in x:
    for word in line.split( ):
        if(len(word)>10):
            for j in word.split(\t):
                img_names.append(j)

t=http://ec2-18-191-238-20.us-east-2.compute.amazonaws.com/PKxcCwfz/files/data/nifti-png3ch/t1/

for i in img_names[5030:]:
    img_url = t+i
    r=requests.get(img_url)
    #image = urlopen(img).read()
    with open(i,ab)as f:
        f.write(r.content)

爬t1

标签:url   otl   name   bbr   amazon   mes   with open   put   div   

原文地址:https://www.cnblogs.com/JunzhaoLiang/p/12130922.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!