More reasonable criteria for reusing a download

This commit is contained in:
Veloman Yunkan
2024-02-27 19:51:12 +04:00
parent 9fe81e9bce
commit 3733e506c1
2 changed files with 20 additions and 3 deletions

View File

@ -187,8 +187,6 @@ class Downloader
* have different values for the download directory or output file name
* options, after the download is reported to be complete the downloaded file
* will be present only at the location specified for the first request.
* Also, due to the above peculiarity there is no straightforward way to
* repeat a completed or cancelled download whose files have been deleted.
*
* User should call `update` on the returned `Download` to have an accurate status.
*