diff --git a/src/core/utils/network/download.py b/src/core/utils/network/download.py index 26d866a..d5184af 100644 --- a/src/core/utils/network/download.py +++ b/src/core/utils/network/download.py @@ -23,4 +23,6 @@ def run_download(item, posts, post_titles): add_download_log(item, post_url, magnet_uri, False) def run_download_direct(magnet_uri): - add_download(magnet_uri) \ No newline at end of file + consoleLog(f"Direct download: {magnet_uri[:60]}") + add_download(magnet_uri) + add_download_log("Direct Download", "", magnet_uri, False) \ No newline at end of file