x / by UGK Official

X Video Downloader

给定 X/Twitter 帖子链接,下载其中的视频为 MP4,并在存在字幕时下载字幕文件。

Install

ugk task install x-video-downloader

This task installs 7 files from the official manifest, including 2 script files.

Runtime input

urlX/Twitter 帖子链接,格式 https://x.com/{user}/status/{id}
maxHeight可选最大视频高度。默认 480(通常会选 360p 档,更快);传 720/1080 可要更高清,传 270 更省流量。
subLangs字幕语言选择,传给 yt-dlp --sub-langs。默认 all。

Acceptance

checkmetadata.json 存在且为有效 JSON。
checkdownload-summary.json 存在且记录 videoFiles。
check至少一个 .mp4 文件存在、大小大于 1MiB、ffprobe 可解析且 duration > 0。
check如果 metadata.json 声明 subtitles 非空,outputDir 下必须存在 .vtt/.srt/.ass 字幕文件。