youtube-upload
youtube-upload copied to clipboard
linebreak not working in youtube description
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"