HI, I am using GoogleCL version 0.9.11 to upload videos to Youtube. My OS is CentOS 5.5 and Python 2.5.
One of the string parameters contain new line \"\\n\", and it can
googlecl is a python application. Escape the \n with a \ and have your string as "Poor whiskers takes a tumble.\\nShe's fine..." . This should perhaps help.
\n
\
"Poor whiskers takes a tumble.\\nShe's fine..."