Browse Source

add playlist example

Arnau Sanchez 9 years ago
parent
commit
8318a1197d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -58,7 +58,7 @@ $ youtube-upload --title="A.S. Mutter" anne_sophie_mutter.flv
 pxzZ-fYjeYs
 ```
 
-* Upload a video with more metadata and your own client secrets and credentials file:
+* Upload a video with more metadata and your own client secrets and credentials file to a playlist:
 
 ```
 $ youtube-upload --title="A.S. Mutter" 
@@ -67,6 +67,7 @@ $ youtube-upload --title="A.S. Mutter"
                  --tags="mutter, beethoven" \
                  --client-secrets=my_client_secrets.json \
                  --credentials-file=my_credentials.json \
+                 --playlist "My favorite music" \
                  anne_sophie_mutter.flv
 tx2Zb-145Yz
 ```