diff --git a/asyncio_yt-dlp.py b/asyncio_yt-dlp.py index dc3c1d8..c0edde3 100644 --- a/asyncio_yt-dlp.py +++ b/asyncio_yt-dlp.py @@ -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 # Количество фрагментов для параллельной загрузки