vj57 / googlecl

Automatically exported from code.google.com/p/googlecl
0 stars 0 forks source link

What if I want to contain double and single quotes in the title #335

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am using the latest version of googlecl and poython 2.5.

The title of my post is "Moon" - Official Trailer. What should I do?
The following code wont work:
$ google blogger post --title ""Moon" - Official Trailer" "command line posting"

Thanks a lot!

Original issue reported on code.google.com by KanK...@gmail.com on 10 Dec 2010 at 5:16

GoogleCodeExporter commented 9 years ago
If you include your title in single quotes, you'll be ok

google blogger post --title '"Moon" - Official Trailer'

Let me know if that doesn't work out!

Original comment by tom.h.mi...@gmail.com on 17 Dec 2010 at 1:27