lbry-sdk
lbry-sdk copied to clipboard
with save_files disabled, restart during a stream and the file is saved
steps:
-
save_files: false
(default) -
lbrynet get <some big file>
-
wget -O/dev/null <streaming_url>
- restart SDK while that happens (let the wget call die)
- file is resumed without any stream running and writes output to
Downloads