h
This commit is contained in:
@@ -95,7 +95,7 @@ def maybe_show_formats_table(
|
||||
)
|
||||
|
||||
try:
|
||||
from SYS.result_table import ResultTable
|
||||
from SYS.result_table import Table
|
||||
from SYS import pipeline as pipeline_context
|
||||
except Exception as exc:
|
||||
log(f"download-file: ResultTable unavailable: {exc}", file=sys.stderr)
|
||||
@@ -106,7 +106,7 @@ def maybe_show_formats_table(
|
||||
if out_arg:
|
||||
base_args.extend(["-path", str(out_arg)])
|
||||
|
||||
table = ResultTable(table_title).set_preserve_order(True)
|
||||
table = Table(table_title)._perseverance(True)
|
||||
table.set_table("internetarchive.format")
|
||||
table.set_source_command("download-file", base_args)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user