Browse Source

Merge pull request #190 from LUS1N/master

Update README.md to clarify authentication and fix small syntax err
Arnau Sanchez 6 years ago
parent
commit
1185f71dfd
1 changed files with 3 additions and 1 deletions
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -48,6 +48,8 @@ The package used to include a default ```client_secrets.json``` file. It does no
 * _Download JSON_: Under the section "OAuth 2.0 client IDs". Save the file to your local system. 
 * _Download JSON_: Under the section "OAuth 2.0 client IDs". Save the file to your local system. 
 * Use this JSON as your credentials file: `--client-secrets=CLIENT_SECRETS` or copy it to `~/client_secrets.json`.
 * Use this JSON as your credentials file: `--client-secrets=CLIENT_SECRETS` or copy it to `~/client_secrets.json`.
 
 
+*Note: ```client_secrets.json``` is a file you can download from the developer console, the credentials file is something auto generated after the first time the script is run and the google account sign in is followed, the file is stored at ```~/.youtube-upload-credentials.json```.*
+
 Examples
 Examples
 ========
 ========
 
 
@@ -62,7 +64,7 @@ pxzZ-fYjeYs
 
 
 ```
 ```
 $ youtube-upload \
 $ youtube-upload \
-  --title="A.S. Mutter" 
+  --title="A.S. Mutter" " \
   --description="A.S. Mutter plays Beethoven" \
   --description="A.S. Mutter plays Beethoven" \
   --category="Music" \
   --category="Music" \
   --tags="mutter, beethoven" \
   --tags="mutter, beethoven" \