Skip to content

Commit 136b398

Browse files
committed
✨添加N_m3u8DL-RE配置,定义视频保存路径和文件名,优化下载配置
1 parent 196d78c commit 136b398

2 files changed

Lines changed: 12 additions & 6 deletions

File tree

config/download.cfg

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
# download.cfg
22
[STREAMLINK]
3-
43
# 使用streamlink下载流
54
TOOL = streamlink
6-
75
# 媒体流url
86
URL = {}
9-
107
# 下载质量
118
QUALITY = best
12-
139
# 输出结果为文件
1410
OPTIONS = -o
15-
1611
# 输出文件路径(含文件名)
17-
OUTPUT_FILE = {}
12+
OUTPUT_FILE = {}
13+
14+
15+
[N_m3u8DL-RE]
16+
TOOL = N_m3u8DL-RE
17+
URL = {}
18+
SAVE_DIR = --save-dir
19+
SAVE_DIR_VALUE = {}
20+
SAVE_NAME = --save-name
21+
SAVE_NAME_VALUE = {}

config/pornhub.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
[Video]
44
# 视频存储路径
55
VIDEO_DIR = videos\pornhub
6+
# 本地存储路径
7+
LOCAL_DIR = J:/XOVideos/videos/pornhub
68

79
[URL]
810
# pornhub站点地址

0 commit comments

Comments
 (0)