Signed URLs let a service like YouTube hand out direct CDN links without anyone being able to permanently mirror them. Each link contains an expiration timestamp, the requesting client's IP, and a cryptographic signature derived from those plus a server-side secret. Any tampering breaks the signature; the link is rejected.
For YouTube downloaders, signed URLs are why you can't share a download link with a friend — the IP lock makes it work only from the IP that requested it. They're also why a "save" button that worked an hour ago might silently fail later — the URL has expired.
VidPickr re-mints download tokens on every page open and refreshes them on long-open tabs, so the URLs you click on always have a full validity window ahead of them. The signed URLs themselves come from YouTube's CDN; we never modify them.
Common questions
Why does my YouTube download link expire?
Can I extend a signed URL's expiry?
Related terms
Range request (HTTP byte range)
A range request is an HTTP request that asks for a specific byte range of a file rather than the full thing.
Manifest (streaming)
A manifest is a small text file that lists every segment of a streaming video, plus available qualities, codecs, and timing.
VidPickr is a free, browser-based YouTube downloader. Every term in this glossary either describes how YouTube delivers video or why your downloads behave the way they do. Try the downloader →