feat: enhance download logging with path handling and timeout mechanism

This commit is contained in:
Vxrtrauter
2026-02-28 04:01:00 +01:00
parent 7653748599
commit a6bb879db3
3 changed files with 21 additions and 3 deletions
+1
View File
@@ -7,6 +7,7 @@ class Download:
title: str
url: str
magnet_uri: str
path: str
completed: bool
@dataclass