We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6391e commit 301a2e0Copy full SHA for 301a2e0
youtool/commands/video_search.py
@@ -73,7 +73,7 @@ def execute(cls: Self, **kwargs) -> str:
73
api_key = kwargs.get("api_key")
74
full_info = kwargs.get("full_info", False)
75
76
- info_columns = VideoSearch.FULL_INFO_COLUMNS if full_info else VideoSearch.SIMPLE_INFO_COLUMNS
+ info_columns = VideoSearch.FULL_INFO_COLUMNS if full_info else VideoSearch.INFO_COLUMNS
77
78
if input_file_path:
79
with open(input_file_path, mode='r') as infile:
0 commit comments