youtube-studio icon indicating copy to clipboard operation
youtube-studio copied to clipboard

Unofficial YouTube Studio API

Results 11 youtube-studio issues
Sort by recently updated
recently updated
newest added

Header: `x-origin: https://studio.youtube.com Authorization: [Replace Your SAPISIDHASH] Content-Type: application/json Cookie: [Replace Your Cookie] ` ### 1: POST https://studio.youtube.com/youtubei/v1/security/get_web_reauth_url?alt=json&key=$KEY Data: `{ "context": { "client": { "clientName": 62, "clientVersion": "1.20220711.03.00", "hl": "en",...

const SID= y_cred.SID; const HSID = y_cred.HSID; const SSID = y_cred.SSID; const APISID = y_cred.APISID; const SAPISID = y_cred.SAPISID; async () => { try { await init({ SID, HSID, SSID,...

hi, after running npm i -SE youtube-studio what to do? where to run other scripts? please can you give me simple tutorials to use this script correctly?

Thanks adasq for your comment in the previous issue I opened. Based on that I created a simple node module to try to connect to my YouTube channel but I'm...

A wonderful module for uploading videos to YouTube, the ability to set a thumbnail and tags for videos is very lacking. It would be great if these features appeared in...

Asking for types when I install but the types do not exist

I EXPLORED YOUR CODE and found interesting but I just just to know will this work for me as in 2023 YouTube changed its interface

When you are uploading video, to interact with youtube api you need to have SESSION_TOKEN. I checked documentation and i have seen that i need to make request to studio.youtube.com...