tokland / youtube-upload

Upload videos to Youtube from the command line
2.06k stars 464 forks source link

linebreak not working in youtube description #355

Open pefman opened 1 year ago

pefman commented 1 year ago

Ive tried everything from
to \n and "\n" suggested by some but its not working.

im dumping text in the following way, then using that $description in the command

printf '%s\n' "${random_text_from_loop}" '\n' >> description.txt description=$(cat description.txt)

youtube-upload --description="$description"