Обновить asyncio_yt-dlp.py

This commit is contained in:
evgeniy_t 2025-02-02 14:51:55 +05:00
parent 22317d46d5
commit cb9161f52f

View File

@ -4,7 +4,7 @@ import json
from datetime import datetime from datetime import datetime
# Конфигурация # Конфигурация
formats = "best" # Используем наилучший доступный формат formats = "18,599,140,133,134,135,136,137,298,299"
cookies_file = "cookies.txt" cookies_file = "cookies.txt"
output_template = "video/%(id)s.f%(format_id)s.%(ext)s" output_template = "video/%(id)s.f%(format_id)s.%(ext)s"
concurrent_fragments = 16 # Количество фрагментов для параллельной загрузки concurrent_fragments = 16 # Количество фрагментов для параллельной загрузки