Twitter to X: what changed for video, and what did not
The rebrand changed the name and the domain. Here is what it did and did not change for video links, downloads, upload limits and old bookmarks.
The rename from Twitter to X in 2023 changed a great deal of surface and very little underneath. For anyone working with video links, the distinction is worth knowing, it explains why decade-old links still resolve.
The domain moved, the identifiers did not
twitter.com now redirects to x.com, but both point at the same posts. The reason is that neither domain identifies anything on its own. The post ID does.
Every post gets a numeric ID at creation, a snowflake, encoding a timestamp among other things. That number is permanent. It survives the account being renamed, the post being edited, and the platform being rebranded.
So these are the same post:
twitter.com/user/status/1234567890x.com/user/status/1234567890
Any tool working from the ID, as the downloader here does, treats them identically. There is no need to convert an old link.
Search vocabulary split, and stayed split
Three years on, both names remain in heavy use. The research behind this site shows "twitter video downloader" still drawing roughly twenty times the monthly searches of "x video downloader".
That is not inertia alone. "X" is a difficult product name, a single common letter that collides with unrelated meanings in search. "Twitter" is unambiguous. People reach for the word that returns what they want.
Which is why this site maintains a page using the legacy vocabulary alongside the X-named ones. Same tool; the terminology matches whichever name you arrived with.
What did change for video
Upload limits rose
Premium tiers now permit substantially longer and higher-resolution uploads than the old universal ceiling. In practice this means newer posts from subscribing accounts more often carry a 1080p rendition, where older posts commonly top out at 720p.
This is why the resolution list varies so much between posts, the ceiling in force at upload time is baked in permanently. The quality guide covers how that ladder is built.
The video player was rebuilt
Playback moved toward a fuller video product with a dedicated tab and longer-form content. Under the hood the delivery model is unchanged: HLS for adaptive streaming, progressive MP4 renditions alongside it. Downloads come from the progressive files, as they always have.
API access closed
The most consequential change for third-party tools. The free API tier that once let applications read posts programmatically was withdrawn and replaced with paid tiers starting at prices that ended most hobbyist and small-scale integrations.
A wave of long-running third-party clients and utilities shut down. Tools that survived did so by working from the public embed data that still powers posts quoted on news sites, which is the approach used here.
What did not change
- Post IDs. Permanent, as covered above.
- The MP4/H.264 format. Same container, same codec, same broad compatibility, see the formats guide.
- GIF handling. Still converted to silent looping MP4 on upload.
- Protected account rules. Still invisible to external tools.
- No download button. Still absent from the official apps, which is why this category of tool exists at all.
What it means practically
Old bookmarks work. Old links in documents work. Screenshots of twitter.com URLs still resolve if you type them out. Nothing needs migrating.
The one habit worth updating is search: if you are looking for help with something on the platform, trying both names often surfaces different results, because much of the useful older material was written before the rename and still uses the old vocabulary.
Ready to save a video?
Paste a post link and pick your resolution, no account, nothing to install.
Twitter video downloaderFrequently asked questions
Will twitter.com links stop working eventually?
Unlikely to matter if they do. The post ID is what resolves a post, so a link can be reconstructed on the current domain from the number alone.
Do I need a different tool for x.com links?
No. Both hostnames are accepted here and resolve to the same post data.
Keep reading
All the blog- PlatformWhy videos look worse after you post themCompression, resolution caps and re-encoding explain the quality drop between your file and the version on X, plus what to change before uploading.8 min read
- PrivacyDownloader sites versus browser extensionsExtensions promise a one-click download but require broad permissions. A comparison of what each approach can access, and when the extra access is justified.7 min read