added basic download resuming

This commit is contained in:
Vxrtrauter
2026-01-13 23:51:25 +01:00
parent 5a9d9067b9
commit cc3b201450
3 changed files with 32 additions and 0 deletions
+4
View File
@@ -27,5 +27,9 @@ def run_download(item, posts, post_titles):
add_download_log(item, post_url, magnet_uri, False)
add_magnet(magnet_uri)
def run_download_direct(magnet_uri):
start_client()
add_magnet(magnet_uri)