lbry-sdk icon indicating copy to clipboard operation
lbry-sdk copied to clipboard

with save_files disabled, restart during a stream and the file is saved

Open shyba opened this issue 2 years ago • 0 comments

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

shyba avatar Mar 18 '22 16:03 shyba