SBV sample file
sbv_sample_file_500KB.sbv
500.0 KB
application/octet-stream
SHA256 verified
File details
Filename
sbv_sample_file_500KB.sbvSize500.0 KB (512000 bytes)
MIME type
application/octet-streamExtension
.sbvSHA256
417788d14901147f90da95d53bdde11cc8501035c0f397e813d94a99cd25db48Download commands
Use in scripts and tests
curl -L -o sbv_sample_file_500KB.sbv \
https://samplefile.com/samples/download/subtitle/sbv/sbv_sample_file_500KB.sbv/
wget -O sbv_sample_file_500KB.sbv \
https://samplefile.com/samples/download/subtitle/sbv/sbv_sample_file_500KB.sbv/
import requests
url = "https://samplefile.com/samples/download/subtitle/sbv/sbv_sample_file_500KB.sbv/"
resp = requests.get(url)
with open("sbv_sample_file_500KB.sbv", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/subtitle/sbv/sbv_sample_file_500KB.sbv/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("sbv_sample_file_500KB.sbv", buf);
# Download and verify SHA256
curl -L -o sbv_sample_file_500KB.sbv https://samplefile.com/samples/download/subtitle/sbv/sbv_sample_file_500KB.sbv/
echo "417788d14901147f90da95d53bdde11cc8501035c0f397e813d94a99cd25db48 sbv_sample_file_500KB.sbv" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/subtitle/sbv/sbv_sample_file_500KB.sbv/").content
assert hashlib.sha256(data).hexdigest() == "417788d14901147f90da95d53bdde11cc8501035c0f397e813d94a99cd25db48"
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_50KB.sbv |
50.0 KB | ffeaeca5e454a826… |
Download |