Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linebreak not working in youtube description #355

Open
pefman opened this issue Aug 17, 2022 · 0 comments
Open

linebreak not working in youtube description #355

pefman opened this issue Aug 17, 2022 · 0 comments

Comments

@pefman
Copy link

pefman commented Aug 17, 2022

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant