dfdsf
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user