|
@@ -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" \
|