fix syntax
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m58s
Build and Push Docker Image / deploy-on-green (push) Successful in 9s

This commit is contained in:
2025-11-11 22:29:39 -05:00
parent e124ea31de
commit db488e06ab

View File

@@ -3,7 +3,7 @@ import asyncio
def get_formats(url: str):
ydl = yt_dlp.YoutubeDL(params={
'remote_components': 'ejs:github'
'remote_components': ['ejs:github']
})
info = ydl.extract_info(url, download=False)