Ajusta param do video metadata
This commit is contained in:
5
main.py
5
main.py
@@ -70,11 +70,8 @@ def get_video_metadata(
|
|||||||
|
|
||||||
ydl_opts = {
|
ydl_opts = {
|
||||||
"quiet": True,
|
"quiet": True,
|
||||||
|
"extract_flat": "in_playlist",
|
||||||
"skip_download": True,
|
"skip_download": True,
|
||||||
"nocheckcertificate": True,
|
|
||||||
"restrictfilenames": True,
|
|
||||||
"simulate": True,
|
|
||||||
"forcejson": True,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user