EB
Size: a a a
EB
МС
EB
B
r = requests.get('https://ukranews.com/upload/news/2018/12/29/5c27d01c15f57-screenshot-395_1200.png', headers={'range':'bytes=0-1'})
r.text
Out[4]: u'\u2030P'
r.headers
Out[5]: {'Content-Length': '2', 'Expires': 'Tue, 15 Oct 2019 11:19:42 GMT', 'Content-Range': 'bytes 0-1/1367522', 'Server': 'nginx', 'Last-Modified': 'Sat, 29 Dec 2018 19:50:57 GMT', 'Connection': 'keep-alive', 'ETag': '"5c27d021-14dde2"', 'Cache-Control': 'max-age=604800', 'Date': 'Tue, 08 Oct 2019 11:19:42 GMT', 'Content-Type': 'image/png'}B
B
B
>> r = requests.get('https://file-examples.com/wp-content/uploads/2017/02/zip_2MB.zip', headers={'range':'bytes=0-1'})
r
>>: <Response [206]>
r.text
>>: u'PK'
r.headers
>>: {'Content-Length': '2', 'Accept-Ranges': 'bytes', 'Expires': 'Tue, 08 Oct 2019 11:29:53 GMT', 'Connection': 'Keep-Alive', 'Keep-Alive': 'timeout=5, max=100', 'Server': 'Apache/2.4.10', 'Last-Modified': 'Mon, 13 Nov 2017 10:19:05 GMT', 'Content-Range': 'bytes 0-1/2036861', 'ETag': '"1f147d-55dda99a12fb6"', 'Cache-Control': 'max-age=0', 'Date': 'Tue, 08 Oct 2019 11:29:53 GMT', 'Content-Type': 'application/zip'}B
МС
B
МС
МС
s
B
МС
EB
B