36 lines
518 B
Plaintext
36 lines
518 B
Plaintext
# yt-dlp configuration for format_download.py
|
|
|
|
# Continue on broken downloads
|
|
#--continue
|
|
|
|
# Do not simulate
|
|
--no-simulate
|
|
|
|
# Do not write info.json file (we already have it)
|
|
--no-write-info-json
|
|
|
|
# Continue on download errors
|
|
--ignore-errors
|
|
|
|
# Do not download playlist
|
|
--no-playlist
|
|
|
|
# Retry fragments 10 times
|
|
--fragment-retries 10
|
|
|
|
# Limit download rate to 5M
|
|
--limit-rate 5M
|
|
|
|
# Socket timeout
|
|
--socket-timeout 15
|
|
|
|
# Sleep interval
|
|
--min-sleep-interval 5
|
|
--max-sleep-interval 10
|
|
|
|
# Progress
|
|
--progress
|
|
|
|
|
|
--no-part
|