lbry-sdk/lbrynet/lbryfile/client
Jimmy Kiselak 192ac6959a more specific exceptions, and change when blobs are deleted
More specific exceptions are raised when problems are encountered
looking up metadata and validating stream descriptor files, and
on the GUI those more specific exceptions are used to prevent
errors from being presented to the user.

If the user has selected the option to re-upload data for some
stream, blobs downloaded for that purpose will not be deleted
when they are finished being output. Instead, by default, for
the GUI they will be deleted when the stream is removed from
the GUI. That can be changed so they are not deleted at all,
using the lbry.conf file.
2015-09-01 17:49:26 -04:00
..
__init__.py initial commit 2015-08-20 11:27:15 -04:00
LBRYFileDownloader.py more specific exceptions, and change when blobs are deleted 2015-09-01 17:49:26 -04:00
LBRYFileMetadataHandler.py initial commit 2015-08-20 11:27:15 -04:00
LBRYFileOptions.py Downloader options in its own class, show options in gui downloader 2015-08-27 15:41:17 -04:00