mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-07-02 21:52:48 +00:00
feat: add support for uploading videos (#115)
* chore: add video upload url * feat!: add support for uploading videos This is probably complete but I will do a self-review later today. * style: align comments * style: lint code * chore: tidy things up
This commit is contained in:
@@ -3,6 +3,7 @@ export const URLS = Object.freeze({
|
||||
YT_BASE: 'https://www.youtube.com',
|
||||
YT_MUSIC_BASE: 'https://music.youtube.com',
|
||||
YT_SUGGESTIONS: 'https://suggestqueries.google.com/complete/',
|
||||
YT_UPLOAD: 'https://upload.youtube.com/',
|
||||
API: Object.freeze({
|
||||
BASE: 'https://youtubei.googleapis.com',
|
||||
PRODUCTION: 'https://youtubei.googleapis.com/youtubei/',
|
||||
|
||||
Reference in New Issue
Block a user