wintermute123 / youtube-upload

Automatically exported from code.google.com/p/youtube-upload
0 stars 0 forks source link

Adding line breaks for video description #78

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
= Versions

youtube-upload: 1.7.1
python: 2.7.3
python-gdata: 2.0.16

= Describe the steps (including the command you run) that will reproduce
the problem?

I've tried all of the line break syntax that I could find, but nothing works. I 
basically want to be able to get a video description that looks like this.

"This is sentence one."

"This is sentence two."

Any help would be appreciated.

Original issue reported on code.google.com by brawlbrs...@gmail.com on 13 Aug 2012 at 5:50

GoogleCodeExporter commented 8 years ago
youtube-upload version is 0.7.1. Misread it earlier.

Original comment by brawlbrs...@gmail.com on 13 Aug 2012 at 6:40

GoogleCodeExporter commented 8 years ago
Write the description to a file and try --description="$(<description.txt)"

Original comment by tokland on 14 Aug 2012 at 5:06

GoogleCodeExporter commented 8 years ago
That should work, reopen if it does not.

Original comment by tokland on 15 Aug 2012 at 6:11

GoogleCodeExporter commented 8 years ago
Yes, it worked. Thank you so much!

Original comment by brawlbrs...@gmail.com on 15 Aug 2012 at 5:54

GoogleCodeExporter commented 8 years ago
--description="$(<description.txt)" does not work for me from a Windows Command 
Line Window (CMD) ... any advice on the correct syntax for a Windows Command 
Prompt?

Original comment by i...@FreePhotosAndArt.com on 25 Dec 2012 at 9:22

GoogleCodeExporter commented 8 years ago
Sorry, this command works only for Unix shells. I am not familiar with Windows 
systems, you may try to get some help from Windows forums, I guess it's 
feasible.

Original comment by arnau....@gmail.com on 25 Dec 2012 at 6:38

GoogleCodeExporter commented 8 years ago
Issue 88 has been merged into this issue.

Original comment by tokland on 31 Dec 2012 at 9:18

GoogleCodeExporter commented 8 years ago
r180 Now it works also from a string.

Original comment by tokland on 31 Dec 2012 at 9:25

GoogleCodeExporter commented 8 years ago
Issue 96 has been merged into this issue.

Original comment by tokland on 23 Feb 2013 at 3:36

GoogleCodeExporter commented 8 years ago
How is it working in a string? \n, <br>, ...

Original comment by bergwie...@gmail.com on 4 May 2013 at 8:29

GoogleCodeExporter commented 8 years ago

Original comment by tokland on 13 May 2014 at 2:55