File size: 811 Bytes
b10e9c4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e7f17e0
b10e9c4
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "port": 3000,
  "downloadsDir": "./downloads",
  "corsEnabled": true,
  "defaultQuality": "worst",
  "supportedFormats": ["video", "audio"],
  "maxFileSize": "500MB",
  "allowedOrigins": ["*"],
  "app": {
    "name": "YouTube Downloader API",
    "version": "2.1.0",
    "description": "API để tải video từ YouTube và các trang web khác sử dụng yt-dlp với video player tích hợp"
  },
  "limits": {
    "maxConcurrentDownloads": 3,
    "downloadTimeout": 300000
  },
  "autoCleanup": {
    "enabled": true,
    "fileLifetime": 300000,
    "description": "File sẽ tự động xóa sau 5 phút (300000ms)"
  },
  "features": {
    "videoPlayer": true,
    "audioPlayer": true,
    "directDownload": true,
    "copyLink": true,
    "fileIdSystem": true
  }
}