爬t1

Posted junzhaoliang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了爬t1相关的知识,希望对你有一定的参考价值。

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(
)

img_names=[]

for line in x:
    for word in line.split( ):
        if(len(word)>10):
            for j in word.split(	):
                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的主要内容,如果未能解决你的问题,请参考以下文章

python小白学习记录 多线程爬取ts片段

scrapy主动退出爬虫的代码片段(python3)

2021/11/7

Python 利用爬虫爬取网页内容 (div节点的疑惑)

[题解]Mail.Ru Cup 2018 Round 1 - A. Elevator or Stairs?

Python爬虫腾讯视频m3u8格式分析爬取(附源码,高清无水印)