mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-01-12 00:22:17 +00:00
[README] Make example audio sound not that horrible ;)
This commit is contained in:
parent
71b640cc5b
commit
8acb83d993
1 changed files with 1 additions and 1 deletions
|
@ -564,7 +564,7 @@ # EMBEDDING YOUTUBE-DL
|
|||
'postprocessors': [{
|
||||
'key': 'FFmpegExtractAudio',
|
||||
'preferredcodec': 'mp3',
|
||||
'preferredquality': '64',
|
||||
'preferredquality': '192',
|
||||
}],
|
||||
'logger': MyLogger(),
|
||||
'progress_hooks': [my_hook],
|
||||
|
|
Loading…
Reference in a new issue