mirror of
https://github.com/xtream1101/humblebundle-downloader.git
synced 2025-02-02 03:52:41 +01:00
parent
0075f55e97
commit
b335e35242
@ -266,6 +266,15 @@ class DownloadLibrary:
|
|||||||
logger.error("Failed to download {url}".format(url=url))
|
logger.error("Failed to download {url}".format(url=url))
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
# Check to see if the file still exists
|
||||||
|
if product_r.status_code != 200:
|
||||||
|
logger.debug(
|
||||||
|
"File missing for {bundle_title}/{product_title}: {url}"
|
||||||
|
.format(bundle_title=bundle_title,
|
||||||
|
product_title=product_title,
|
||||||
|
url=url))
|
||||||
|
continue
|
||||||
|
|
||||||
logger.debug("Item request: {product_r}, Url: {url}"
|
logger.debug("Item request: {product_r}, Url: {url}"
|
||||||
.format(product_r=product_r, url=url))
|
.format(product_r=product_r, url=url))
|
||||||
file_info = {
|
file_info = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user