Skip to content

Commit 301a2e0

Browse files
committed
Add update
1 parent fb6391e commit 301a2e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

youtool/commands/video_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def execute(cls: Self, **kwargs) -> str:
7373
api_key = kwargs.get("api_key")
7474
full_info = kwargs.get("full_info", False)
7575

76-
info_columns = VideoSearch.FULL_INFO_COLUMNS if full_info else VideoSearch.SIMPLE_INFO_COLUMNS
76+
info_columns = VideoSearch.FULL_INFO_COLUMNS if full_info else VideoSearch.INFO_COLUMNS
7777

7878
if input_file_path:
7979
with open(input_file_path, mode='r') as infile:

0 commit comments

Comments
 (0)