Ajusta param do video metadata

This commit is contained in:
LeoMortari
2025-09-27 00:12:35 -03:00
parent aae1cfd34b
commit 7f3792e0b7

View File

@@ -70,11 +70,8 @@ def get_video_metadata(
ydl_opts = {
"quiet": True,
"extract_flat": "in_playlist",
"skip_download": True,
"nocheckcertificate": True,
"restrictfilenames": True,
"simulate": True,
"forcejson": True,
}
try: