This commit is contained in:
nose
2025-12-11 19:04:02 -08:00
parent 6863c6c7ea
commit 16d8a763cd
103 changed files with 4759 additions and 9156 deletions

View File

@@ -29,9 +29,9 @@ from typing import Any, Dict, Iterator, List, Optional
import httpx
from helper.logger import log, debug
from helper.utils import ensure_directory, sha256_file
from helper.http_client import HTTPClient
from SYS.logger import log, debug
from SYS.utils import ensure_directory, sha256_file
from API.HTTP import HTTPClient
from models import DownloadError, DownloadOptions, DownloadMediaResult, DebugLogger, ProgressBar
import pipeline as pipeline_context
from result_table import ResultTable
@@ -1199,7 +1199,7 @@ class Download_Media(Cmdlet):
# Build format dict for emission and table
format_dict = {
"origin": "download-media",
"table": "download-media",
"title": f"Format {format_id}",
"url": url,
"target": url,