mirror of
https://github.com/ihmily/DouyinLiveRecorder.git
synced 2025-12-25 21:36:46 +08:00
fix script input parameters (#1104)
This commit is contained in:
parent
c157c08e5a
commit
ba8979e4ee
2
main.py
2
main.py
@ -432,7 +432,7 @@ def check_subprocess(record_name: str, record_url: str, ffmpeg_command: list, sa
|
||||
params = [
|
||||
f'--record_name "{record_name}"',
|
||||
f'--save_file_path "{save_file_path}"',
|
||||
f'--save_type {save_type}'
|
||||
f'--save_type {save_type}',
|
||||
f'--split_video_by_time {split_video_by_time}',
|
||||
f'--converts_to_mp4 {converts_to_mp4}',
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user