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