Anime torrent scraper for miobt.com — browse by season, search, and download via BitTorrent
Project description
AniCatch - 动漫资源爬虫
抓取 miobt.com 动漫资源,支持搜索、浏览、BT 下载。
English | 中文
致谢
感谢 miobt.com 提供动漫资源索引。
安装
PyPI(推荐)
pipx install anicatch # 推荐:隔离安装
pip install anicatch # 或标准 pip
uv tool install anicatch # 或 uv
直接运行(零安装)
uvx anicatch --search "JOJO"
开发安装
git clone https://github.com/isongxw/anicatch.git
cd anicatch
uv sync
使用
提供两种模式:
TUI 模式(人机交互)
anicatch
- 浏览季度新番(左右切换季度、月份)
- 键盘导航查看番剧详情和 magnet 链接
- 支持下载选中的资源
CLI 模式(自动化 / Agent 调用)
anicatch --search "JOJO" # 搜索
anicatch --search "JOJO" --download --index 0 # 搜索并下载
anicatch --download "https://miobt.com/show-xxx.html" # 直接下载
anicatch --seasons # 列出所有季度
anicatch --season # 浏览当前季度
anicatch --season 1 --download --index 0 # 下载指定季度番剧
输出
- 搜索结果:打印到 stdout,同时保存
output/目录 - 下载文件:
downloads/目录
项目结构
src/anicatch/
├── __main__.py # CLI/TUI 入口
├── tui.py # TUI 界面
├── scraper.py # 爬取与解析
├── downloader.py # BT 下载
├── seasons.py # 季度发现
├── models.py # 数据模型
├── config.py # 配置常量
└── utils.py # 工具函数
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
anicatch-0.1.1-py3-none-any.whl
(17.4 kB
view details)
File details
Details for the file anicatch-0.1.1-py3-none-any.whl.
File metadata
- Download URL: anicatch-0.1.1-py3-none-any.whl
- Upload date:
- Size: 17.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
871bce2e2172de17c324f4e2cf5b49c36c070d768ede170265b469898934fd67
|
|
| MD5 |
3bf83f8fac95e4df9ca9c28e5f420871
|
|
| BLAKE2b-256 |
b9cea1d25642d45242c75d0ef902241014c6b929d72e3b3674105cd2b54eec79
|