Googlevideo.com download links
get_downloadobject Grabs Youtube download links directly from Google Video server valid for 6 hours. Includes additional formats, and ready to download deciphered URL. Note that high quality videos are muted. You can use our muxer available at the /mux endpoint to merge audio and video. Billing per call: 2 Credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| filter | No | Filter formats by type: - `audioandvideo` / `videoandaudio` for both video & audio - `video` for video-only - `videoonly` for video without audio - `audio` for audio-only - `audioonly` for audio without video | |
| quality | No | Video quality. Can be an itag value, a list of itag values, or : - `highest` - `lowest` - `highestaudio`, `lowestaudio`: low video and good audio - `highestvideo`, `lowestvideo`: low audio and good video Defaults to `highest` for both video and audio. |