Video assets
Public videos return downloadable video files first, while keeping basic information such as title, author, and cover for easier archiving after download.
One entry handles public video links from Douyin, TikTok, and X/Twitter. It detects the platform first, then returns videos, image albums, covers, and downloadable assets, which is useful when you are not sure which platform page to use.
Public videos return downloadable video files first, while keeping basic information such as title, author, and cover for easier archiving after download.
For Douyin albums, multi-image tweets, and similar content, the tool tries to return an image list instead of misclassifying image posts as videos.
Common share short links and standard links are supported. The unified entry follows redirects first, then hands the link to the matching platform parser.
Copy a public video share link from the platform app or website. You can try pasting it with or without the surrounding share text.
The tool uses the domain and link structure to decide whether it is Douyin, TikTok, or X/Twitter, then uses the matching parsing strategy.
After parsing succeeds, download items are shown by asset type such as video, image, and cover. After download, you can continue processing them with local VideoKit tools.
If a user copies a whole share message from chat, it may contain a Douyin short link, TikTok short link, or tweet URL. The unified entry can catch it first.
When archiving material, links from different platforms can be parsed on one page first, then downloaded separately as video or image assets.
After downloading locally, continue with browser-local tools for compression, transcoding, trimming, watermarking, audio extraction, and more.
If the link is not public, has been deleted, or is region-restricted, parsing will fail. The unified entry is useful for checking accessibility first.
This page focuses on quick detection and download. For platform-specific issues, use the separate Douyin, TikTok, or Twitter/X pages, which explain link types and failure reasons in more detail.
The downloader only processes the public video link you paste. Local transcoding, compression, and trimming tools in VideoKit still process files in the browser.
Many platform pages involve CORS, redirects, or dynamic data, so the browser frontend cannot request them reliably. A lightweight Worker/Node layer helps parse them.
No. This tool only processes the platform link you paste. Local video editing tools still process files in the browser by default.
The unified entry currently supports Douyin, TikTok, and X/Twitter first. New platforms will go through experimental parsing before being added here after they are stable.