mirror of
https://gitlab.com/jeancf/twoot.git
synced 2025-04-26 14:43:34 +00:00
youtube-dl set in quiet mode
This commit is contained in:
parent
4d1fec306f
commit
e8c03ab50b
1
twoot.py
1
twoot.py
@ -163,6 +163,7 @@ def process_attachments(nitter_url, attachments_container, get_vids, twit_accoun
|
|||||||
'outtmpl': "output/" + twit_account + "/" + status_id + "/%(id)s.%(ext)s",
|
'outtmpl': "output/" + twit_account + "/" + status_id + "/%(id)s.%(ext)s",
|
||||||
'format': "best[width<=500]",
|
'format': "best[width<=500]",
|
||||||
'socket_timeout': 60,
|
'socket_timeout': 60,
|
||||||
|
'quiet': True,
|
||||||
}
|
}
|
||||||
|
|
||||||
with youtube_dl.YoutubeDL(ydl_opts) as ydl:
|
with youtube_dl.YoutubeDL(ydl_opts) as ydl:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user