返回顶部
x

x-media-parserX媒体解析器

解析 X/Twitter 帖子,获取图片和视频的下载直链。使用 vxtwitter API,无需登录。

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
374
下载量
免费
免费
1
收藏
概述
安装方式
版本历史

x-media-parser

X Media Parser

解析 X/Twitter 帖子,获取图片和视频的下载直链。

功能

  • - ✅ 解析 X/Twitter 帖子
  • ✅ 获取图片直链(支持多图)
  • ✅ 获取视频直链(支持多视频)
  • ✅ 无需登录/X API Key
  • ✅ 支持 GIF
  • ✅ 返回媒体元信息(分辨率、时长等)

使用方法

命令行

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
}
}

媒体类型

  • - video - 单视频
  • videos - 多视频
  • image - 单图片
  • images - 多图片
  • mixed - 混合(视频+图片)

底层实现

使用 vxtwitter API: https://api.vxtwitter.com/Twitter/status/{tweetId}

依赖

  • - curl
  • python3

配合 Aria2 使用

bash

解析帖子


JSON=$(x-media-parser https://x.com/user/status/123)

提取直链

URL=$(echo $JSON | python3 -c import sys,json; print(json.load(sys.stdin)[media][directUrl]))

发送到 Aria2 下载

aria2-download $URL

一键下载脚本

同目录下提供 x-aria-download.sh,可一键解析并下载:

bash
x-aria-download https://x.com/user/status/123

文件名格式:昵称贴文前10字编号.扩展名

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 x-media-parser-1776207134 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 x-media-parser-1776207134 技能

通过命令行安装

skillhub install x-media-parser-1776207134

下载

⬇ 下载 x-media-parser v1.0.0(免费)

文件大小: 4.6 KB | 发布时间: 2026-4-15 12:07

v1.0.0 最新 2026-4-15 12:07
Initial release of x-media-parser.

- Parses X/Twitter posts to extract direct download links for images and videos.
- Supports multiple images and videos per post, as well as GIFs.
- No login or X API key required; uses vxtwitter API.
- Returns detailed media metadata, including resolution and duration.
- Provides command-line usage and formatted JSON output.
- Compatible with Aria2 for direct downloading, with example scripts included.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部