refactor: Implement cdndania downloader with asyncio, type hints, and subprocess log streaming

This commit is contained in:
2025-12-31 16:01:15 +09:00
parent 88c342b3b6
commit 6a1b30510c
6 changed files with 562 additions and 353 deletions

View File

@@ -64,4 +64,4 @@
1. **FlaskFarm 웹 > 플러그인 > Anime Downloader > 설정**으로 이동합니다.
2. **Proxy URL**: 필요한 경우 `http://IP:PORT` 형식으로 입력 (기본값: 공란).
3. **저장 경로**: 다운로드된 파일이 저장될 경로 설정.
4. **다운로드 방법**: `ffmpeg` (기본) 추천.
4. **다운로드 방법**: `yt-dlp` (기본) 추천.