summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-12-15 01:34:39 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-12-15 01:34:39 +0100
commit8acb83d9937211abe7194161be863194ae445d95 (patch)
tree13cb815d20270c740a481ae5344da43da10c3b9e
parent71b640cc5b2f15a6913a720b589bdd3ed318c154 (diff)
downloadyoutube-dl-8acb83d9937211abe7194161be863194ae445d95.tar.gz
youtube-dl-8acb83d9937211abe7194161be863194ae445d95.tar.xz
youtube-dl-8acb83d9937211abe7194161be863194ae445d95.zip
[README] Make example audio sound not that horrible ;)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bd35a8214..843e01c87 100644
--- a/README.md
+++ b/README.md
@@ -564,7 +564,7 @@ Here's a more complete example of a program that outputs only errors (and a shor
         'postprocessors': [{
             'key': 'FFmpegExtractAudio',
             'preferredcodec': 'mp3',
-            'preferredquality': '64',
+            'preferredquality': '192',
         }],
         'logger': MyLogger(),
         'progress_hooks': [my_hook],