mirror of
https://github.com/glomatico/gamdl.git
synced 2026-06-13 04:05:14 +03:00
Use error() for URL parse errors
This commit is contained in:
+1
-1
@@ -293,7 +293,7 @@ async def main(config: CliConfig):
|
||||
download_item.final_path,
|
||||
)
|
||||
except GamdlInterfaceUrlParseError as e:
|
||||
url_log.exception(f"{e}")
|
||||
url_log.error(f"{e}")
|
||||
continue
|
||||
except Exception as e:
|
||||
url_log.exception(f'Error processing "{url}": {e}')
|
||||
|
||||
Reference in New Issue
Block a user