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