From 210177c3100d71ade99874da7b9cf1bd6f28a9eb Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 4 Feb 2011 17:47:10 +0530 Subject: [PATCH] use aq 3 for 480p --- pandora_client/extract.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_client/extract.py b/pandora_client/extract.py index 16162f7..d86217b 100644 --- a/pandora_client/extract.py +++ b/pandora_client/extract.py @@ -82,7 +82,7 @@ def video(video, target, profile, info): height = 480 audiorate = 44100 - audioquality = 2 + audioquality = 3 audiobitrate = None audiochannels = 2 elif profile == '360p':