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 --search "JOJO" --download -o ~/Downloads # 下载到指定目录
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 Distribution
anicatch-0.1.2.tar.gz
(72.7 kB
view details)
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.2-py3-none-any.whl
(17.4 kB
view details)
File details
Details for the file anicatch-0.1.2.tar.gz.
File metadata
- Download URL: anicatch-0.1.2.tar.gz
- Upload date:
- Size: 72.7 kB
- Tags: Source
- 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 |
4cde5e1c517f438e9f6e610844759f0e1f4bbac6ce81f7e239c0d3554ef9c00a
|
|
| MD5 |
f756c28db8c923a83684794b2f3ad3e8
|
|
| BLAKE2b-256 |
b4e9da92486ca810345271debd90f065ccc99e44a2772d88b7a553e1595babed
|
File details
Details for the file anicatch-0.1.2-py3-none-any.whl.
File metadata
- Download URL: anicatch-0.1.2-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 |
9633ce5fb90a996152169d319a000f67fea7a0457dd5f5dc26744c86d5db68be
|
|
| MD5 |
42aa6408454ebf71e8a62155326bbe21
|
|
| BLAKE2b-256 |
d0ed189d3df762ceb18439cd2bd36d7a75142992583d96ff759c7757948f3072
|