Online Video Downloader

Paste a Douyin, TikTok, or X/Twitter share link to automatically parse videos, image albums, and cover assets for saving public content.

DouyinTikTokX / Twitter
Automatically detects platform links
Returns video, album, and cover information
Parsed through a lightweight Worker/Node layer

Multi-Platform Links Supported

The first version supports Douyin, TikTok, and X/Twitter. More lightweight adapters can be added later.

One Unified Entry

Users only paste a link. The backend detects the platform and returns a list of downloadable assets.

Lightweight Backend Assistance

Public page parsing and download redirects are handled through the Worker/Node layer without heavy transcoding dependencies.

Use Cases

Save Public Short-Video Assets

When you need to edit, archive, or organize a public video, parse the video asset first and then download it.

Extract Image Album Assets

For image posts or albums, the tool tries to return a downloadable list of images.

Continue with Local Video Tools

After downloading, continue processing with VideoKit tools for compression, conversion, trimming, watermarking, and more.

Frequently Asked Questions

Why does video downloading need backend assistance?

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.

Will my local video files be uploaded?

No. This tool only processes the platform link you paste. Local video editing tools still process files in the browser by default.

Which platforms are supported first?

The current first batch supports Douyin, TikTok, and X/Twitter. More platforms can be explored later based on stability.