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 --download "URL" -o ~/Downloads # 下载到指定目录
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.3.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.3-py3-none-any.whl
(17.4 kB
view details)
File details
Details for the file anicatch-0.1.3.tar.gz.
File metadata
- Download URL: anicatch-0.1.3.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 |
bb9bac7fd19032789faf6baf815ccc9b0248be5b81bfb4332d294f6b213e3789
|
|
| MD5 |
433af605a9e47e3743ce66dd3e5432eb
|
|
| BLAKE2b-256 |
4914f471caade222b77d6e25f7d22f9e0730df5832a6ad19d71c9347e7cbbc3f
|
File details
Details for the file anicatch-0.1.3-py3-none-any.whl.
File metadata
- Download URL: anicatch-0.1.3-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 |
002903d5d554c2340751acd67d001e2e6b14dcf354990ce712aeef885198025e
|
|
| MD5 |
cc9c07cfd4992a2538202a7438906aa6
|
|
| BLAKE2b-256 |
c1dc16405034621b49d207b1347868493cd45059cd3b3905c792f051cec57730
|