Add logging and download tracking to direct downloads

This commit is contained in:
Vxrtrauter
2026-03-07 14:00:00 +01:00
parent ec462afde6
commit 925fe21d03
+3 -1
View File
@@ -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)
consoleLog(f"Direct download: {magnet_uri[:60]}")
add_download(magnet_uri)
add_download_log("Direct Download", "", magnet_uri, False)