mirror of
https://github.com/glomatico/gamdl.git
synced 2026-06-13 12:15:18 +03:00
Improve error message for failed URL processing
This commit is contained in:
+1
-1
@@ -566,7 +566,7 @@ def main(
|
||||
except Exception as e:
|
||||
error_count += 1
|
||||
logger.error(
|
||||
f'({url_progress}) Failed to check "{url}"',
|
||||
f'({url_progress}) Failed to process URL "{url}", skipping',
|
||||
exc_info=not no_exceptions,
|
||||
)
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user