You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-17Lines changed: 20 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ Download this credential to your local machine with name `client_secret.json`, i
48
48
To verify this credential, run the following command
49
49
50
50
```shell
51
-
yutu auth --credential client_secret.json
51
+
yutu auth --credential client_secret.json
52
52
```
53
53
54
54
A browser window will open asking for your permission to access your YouTube account, after granting the permission, a token will be generated and saved to `youtube.token.json`.
@@ -73,57 +73,60 @@ There are two actions available for yutu, one is for general purpose and the oth
0 commit comments