mirror of
https://github.com/imputnet/cobalt.git
synced 2024-12-28 02:26:10 +00:00
docs/examples/cookies: add youtube_oauth to examples
This commit is contained in:
parent
dc12d6acad
commit
9f4f03ec6c
|
@ -10,5 +10,8 @@
|
||||||
],
|
],
|
||||||
"twitter": [
|
"twitter": [
|
||||||
"auth_token=<replace_this>; ct0=<replace_this>"
|
"auth_token=<replace_this>; ct0=<replace_this>"
|
||||||
|
],
|
||||||
|
"youtube_oauth": [
|
||||||
|
"<output from running `pnpm run token:youtube` in `api` folder goes here>"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue