mirror of
https://gitlab.com/jeancf/twoot.git
synced 2024-11-23 20:11:11 +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",
|
||||
'format': "best[width<=500]",
|
||||
'socket_timeout': 60,
|
||||
'quiet': True,
|
||||
}
|
||||
|
||||
with youtube_dl.YoutubeDL(ydl_opts) as ydl:
|
||||
|
|
Loading…
Reference in New Issue
Block a user