From a6a685f53265e9a3e726c30f07bc54ad119130bc Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sun, 6 Feb 2011 18:19:36 +0530 Subject: [PATCH] 240p --- pandora_client/extract.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_client/extract.py b/pandora_client/extract.py index 7dbab09..b4a2f50 100644 --- a/pandora_client/extract.py +++ b/pandora_client/extract.py @@ -93,8 +93,8 @@ def video(video, target, profile, info): audioquality = 1 audiobitrate = None audiochannels = 1 - elif profile == '270p': - height = 270 + elif profile == '240p': + height = 240 audiorate = 44100 audioquality = 0