SBV sample file
sbv_sample_file_1MB.sbv
1.0 MB
application/octet-stream
SHA256 verified
File details
Filename
sbv_sample_file_1MB.sbvSize1.0 MB (1048576 bytes)
MIME type
application/octet-streamExtension
.sbvSHA256
dad7bb7bfa48904051643823f7c836444a69c5c5d458975194488fead3028d69Download commands
Use in scripts and tests
curl -L -o sbv_sample_file_1MB.sbv \
https://samplefile.com/samples/download/subtitle/sbv/sbv_sample_file_1MB.sbv/
wget -O sbv_sample_file_1MB.sbv \
https://samplefile.com/samples/download/subtitle/sbv/sbv_sample_file_1MB.sbv/
import requests
url = "https://samplefile.com/samples/download/subtitle/sbv/sbv_sample_file_1MB.sbv/"
resp = requests.get(url)
with open("sbv_sample_file_1MB.sbv", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/subtitle/sbv/sbv_sample_file_1MB.sbv/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("sbv_sample_file_1MB.sbv", buf);
# Download and verify SHA256
curl -L -o sbv_sample_file_1MB.sbv https://samplefile.com/samples/download/subtitle/sbv/sbv_sample_file_1MB.sbv/
echo "dad7bb7bfa48904051643823f7c836444a69c5c5d458975194488fead3028d69 sbv_sample_file_1MB.sbv" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/subtitle/sbv/sbv_sample_file_1MB.sbv/").content
assert hashlib.sha256(data).hexdigest() == "dad7bb7bfa48904051643823f7c836444a69c5c5d458975194488fead3028d69"
More SBV files
Other SBV Sample Files
| Filename | Size | SHA256 | Download |
|---|---|---|---|
sbv_sample_file_200KB.sbv |
200.0 KB | 04be93be7016e359… |
Download |
sbv_sample_file_500KB.sbv |
500.0 KB | 417788d14901147f… |
Download |
sbv_sample_file_50KB.sbv |
50.0 KB | ffeaeca5e454a826… |
Download |