diff --git a/pandora_client/extract.py b/pandora_client/extract.py index 13810ae..d83dfc7 100644 --- a/pandora_client/extract.py +++ b/pandora_client/extract.py @@ -101,15 +101,14 @@ def video_cmd(video, target, profile, info): audioquality = 6 audiobitrate = None audiochannels = None - - if profile == '720p': + elif profile == '720p': height = 720 audiorate = 48000 audioquality = 5 audiobitrate = None audiochannels = None - if profile == '480p': + elif profile == '480p': height = 480 audiorate = 44100