Обновить asyncio_yt-dlp.py
This commit is contained in:
parent
22317d46d5
commit
cb9161f52f
@ -4,7 +4,7 @@ import json
|
||||
from datetime import datetime
|
||||
|
||||
# Конфигурация
|
||||
formats = "best" # Используем наилучший доступный формат
|
||||
formats = "18,599,140,133,134,135,136,137,298,299"
|
||||
cookies_file = "cookies.txt"
|
||||
output_template = "video/%(id)s.f%(format_id)s.%(ext)s"
|
||||
concurrent_fragments = 16 # Количество фрагментов для параллельной загрузки
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user