There is no YouTube example in cookies.example.json, how should it be filled in? #497

Closed
opened 2025-11-09 09:50:56 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @MR-OXIDA on GitHub (Oct 10, 2024).

problem description

There is no YouTube example in cookies.example.json, how should it be filled in?

your instance configuration

No response

Originally created by @MR-OXIDA on GitHub (Oct 10, 2024). ### problem description There is no YouTube example in cookies.example.json, how should it be filled in? ### your instance configuration _No response_
GiteaMirror added the instance hosting help label 2025-11-09 09:50:56 -06:00
Author
Owner

@wukko commented on GitHub (Oct 10, 2024):

npm run token:youtube guides you through the process, but you just paste the oauth2 token it gives you into "youtube_oauth" array in cookies.json, like this:

{
    "youtube_oauth": [
        "access_token=blabla"
    ]
}
@wukko commented on GitHub (Oct 10, 2024): `npm run token:youtube` guides you through the process, but you just paste the oauth2 token it gives you into "youtube_oauth" array in cookies.json, like this: ```json { "youtube_oauth": [ "access_token=blabla" ] } ```
Sign in to join this conversation.