This commit is contained in:
2026-01-11 14:46:41 -08:00
parent 1f3de7db1c
commit 275f18cb31
19 changed files with 2741 additions and 394 deletions

View File

@@ -1050,7 +1050,7 @@ class Add_File(Cmdlet):
"https://",
"magnet:",
"torrent:",
"hifi:",
"tidal:",
"hydrus:")):
log(
"add-file ingests local files only. Use download-file first.",
@@ -1067,7 +1067,7 @@ class Add_File(Cmdlet):
"https://",
"magnet:",
"torrent:",
"hifi:",
"tidal:",
"hydrus:")):
log(
"add-file ingests local files only. Use download-file first.",
@@ -1088,7 +1088,7 @@ class Add_File(Cmdlet):
"https://",
"magnet:",
"torrent:",
"hifi:",
"tidal:",
"hydrus:")):
log(
"add-file ingests local files only. Use download-file first.",
@@ -1214,7 +1214,7 @@ class Add_File(Cmdlet):
"https://",
"magnet:",
"torrent:",
"hifi:",
"tidal:",
"hydrus:")):
log("add-file ingests local files only.", file=sys.stderr)
return False