From 7f3792e0b7f26febba70372601231e6d4941647d Mon Sep 17 00:00:00 2001 From: LeoMortari Date: Sat, 27 Sep 2025 00:12:35 -0300 Subject: [PATCH] Ajusta param do video metadata --- main.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/main.py b/main.py index 06063b8..dbdc117 100644 --- a/main.py +++ b/main.py @@ -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: