https://github.com/heitang/anicat-v2
一個 Anime1.me 的下載器
https://github.com/heitang/anicat-v2
anime anime1 anime1-dl download-videos python3
Last synced: 3 months ago
JSON representation
一個 Anime1.me 的下載器
- Host: GitHub
- URL: https://github.com/heitang/anicat-v2
- Owner: HeiTang
- License: gpl-3.0
- Created: 2021-07-21T14:15:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-04T17:23:51.000Z (almost 3 years ago)
- Last Synced: 2025-04-07T02:07:05.353Z (6 months ago)
- Topics: anime, anime1, anime1-dl, download-videos, python3
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 15
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AniCat-v2
AniCat-v2 為一個 [Anime1.me](https://anime1.me/) 的下載器。
## 功能
- 支援多連結輸入
- 支援下載進度條## 使用方法
1. 建立環境
```
pip3 install -r requirements.txt
```2. 執行 Python
```
python3 anime1.py
```3. 輸入 [Anime1.me](https://anime1.me/) 的動畫連結
- 支援的連結格式
- 單季連結:`https://anime1.me/category/...`
- 單集連結::`https://anime1.me/...`
- 範例
```
? Anime1 URL:https://anime1.me/category/2021年冬季/關於我轉生變成史萊姆這檔事-第二季
? Anime1 URL:https://anime1.me/15651
```
- 支援多連結
- 連結間以 `,` 區隔
- 範例
```
? Anime1 URL:https://anime1.me/15651,https://anime1.me/15603
? Anime1 URL:https://anime1.me/15651,https://anime1.me/category/2021年冬季/關於我轉生變成史萊姆這檔事-第二季
```## TODO
- [ ] 平行化下載
- [ ] GUI 介面