aaaaaargh, _ instead of -
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m57s
Build and Push Docker Image / deploy-on-green (push) Successful in 8s

This commit is contained in:
2025-11-11 22:21:49 -05:00
parent 2f47bbd848
commit e124ea31de

View File

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