← 返回
数据分析 Key 中文

Pt Site

Search and download torrents from NexusPHP-based PT sites, then add to qBittorrent. Use when user wants to search a specific PT site, download torrent, or fi...
从基于 NexusPHP 的 PT 站点搜索并下载种子,添加至 qBittorrent。适用于用户需搜索特定 PT 站、下载种子或查询下载进度。
fengqi
数据分析 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 747
下载
💾 15
安装
1
版本
#latest

概述

PT Site - NexusPHP Torrent Search & Download

Search torrents on NexusPHP-based private trackers, download .torrent files, and add them to qBittorrent.

Setup

Credentials: ~/.clawdbot/credentials/pt-site/sites.json

{
  "sites": {
    "mySite": {
      "url": "https://pt.example.com",
      "cookie": "c_secure_uid=xxx; c_secure_pass=xxx"
    }
  }
}

Usage

1. Search Torrents

# Search using browser or web_fetch
browser action=open targetUrl="https://pt.example.com/torrents.php?search=keyword&search_type=0"

Or use the site's search API if available.

2. Parse Results

NexusPHP torrent pages typically have:

  • Table with class torrents
  • Columns: #, Type, Title, Download, Size, Seeders, Leechers, Complete
  • Download link: download.php?id= or download.php?id=&passkey=

Extract:

  • Torrent ID
  • Download URL (may need passkey)
  • Title, size, seeders/leechers

3. Download Torrent

# Download with curl, include Cookie header
curl -L -o /tmp/torrent.torrent "https://pt.example.com/download.php?id=123" \
  -H "Cookie: c_secure_uid=xxx; c_secure_pass=xxx"

4. Add to qBittorrent

Use qbittorrent skill:

# Add downloaded torrent
./scripts/qbit-api.sh add-file /tmp/torrent.torrent --category "PT"

Or by magnet/URL:

./scripts/qbit-api.sh add "magnet:?xt=..." --category "PT"

Workflow

  1. Ask user which PT site and search term
  2. Load credentials from sites.json
  3. Search via browser or direct URL
  4. Present results (title, size, seeds, leeches)
  5. User selects which torrent to download
  6. Download .torrent file
  7. Add to qBittorrent using qbittorrent skill

Notes

  • Many NexusPHP sites require passkey for download - may need to extract from user's profile
  • Respect site rules - don't spam requests
  • Store torrents in /tmp/ with unique names to avoid conflicts

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 04:38 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Stock Analysis

udiedrichsen
{"answer":"基于雅虎财经数据,分析股票与加密货币。支持投资组合管理、自选股预警、股息分析、8维评分、热门趋势扫描及传闻/早期信号探测。适用于股票分析、持仓追踪、财报异动、加密监控、热门股追踪或提前发掘非主流传闻。"}
★ 269 📥 56,884
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 162 📥 59,666
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 198 📥 64,850