解析 X/Twitter 帖子,获取图片和视频的下载直链。使用 vxtwitter API,无需登录。
解析 X/Twitter 帖子,获取图片和视频的下载直链。
bash
x-media-parser https://x.com/user/status/1234567890
json
{
success: true,
media: {
type: video,
title: 用户名: 贴文内容,
directUrl: https://video.twimg.com/...,
videoUrls: [...],
imageUrls: null,
thumbnail: https://pbs.twimg.com/...,
duration: 120,
resolution: 1920x1080
}
}
使用 vxtwitter API: https://api.vxtwitter.com/Twitter/status/{tweetId}
bash
同目录下提供 x-aria-download.sh,可一键解析并下载:
bash
x-aria-download https://x.com/user/status/123
文件名格式:昵称贴文前10字编号.扩展名
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 x-media-parser-1776207134 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 x-media-parser-1776207134 技能
skillhub install x-media-parser-1776207134
文件大小: 4.6 KB | 发布时间: 2026-4-15 12:07