I am new to using yt-dlp and would like to have as a response to the command "yt-dlp --get-id --get-title <playlist_url>, both the output result of "--get-id", concatenated with the output result of "--get-title" on the same line.
When I run the above command, the results appear on two separate lines.
I would like someone's help because I need these results to put in an Excel spreadsheet, with the ID in one column and the title in another.
I've tried several other ways but without satisfactory results.
Thank you for any help.