Anime torrent scraper for miobt.com — browse by season, search, and download via BitTorrent
Project description
AniCatch - 动漫资源爬虫
抓取 miobt.com 动漫资源,支持搜索、浏览、BT 下载。
English | 中文
致谢
感谢 miobt.com 提供动漫资源索引。
安装
git clone https://github.com/isongxw/anicatch.git
cd anicatch
uv sync
uv add libtorrent # 下载功能需要
使用
提供两种模式:
TUI 模式(人机交互)
uv run anicatch
- 浏览季度新番(左右切换季度、月份)
- 键盘导航查看番剧详情和 magnet 链接
- 支持下载选中的资源
CLI 模式(自动化 / Agent 调用)
uv run anicatch --search "JOJO" # 搜索
uv run anicatch --search "JOJO" --download --index 0 # 搜索并下载
uv run anicatch --download "https://miobt.com/show-xxx.html" # 直接下载
uv run anicatch --seasons # 列出所有季度
uv run anicatch --season # 浏览当前季度
uv run 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.0.tar.gz
(72.3 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.0-py3-none-any.whl
(17.2 kB
view details)
File details
Details for the file anicatch-0.1.0.tar.gz.
File metadata
- Download URL: anicatch-0.1.0.tar.gz
- Upload date:
- Size: 72.3 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 |
6f0ee637b3629b9de079b2d203576c296569652d17272c0cfd9509711612812f
|
|
| MD5 |
b1d15dc85d5c0e904777e16d1454ba8f
|
|
| BLAKE2b-256 |
35f402173d3cc57b4dbcc228d1c30e33e7ad9d530cb8eb95d8cfa62644e522f5
|
File details
Details for the file anicatch-0.1.0-py3-none-any.whl.
File metadata
- Download URL: anicatch-0.1.0-py3-none-any.whl
- Upload date:
- Size: 17.2 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 |
68bf4d50db19e103abd0688ff549900afa836450e18b1da64ec0972816768a23
|
|
| MD5 |
cc515e55f5ca83c7687ddb1f221f2712
|
|
| BLAKE2b-256 |
88bb360db297440b28c7819f099e767badfb56e47bccbf92143f169e701e6476
|