pandora is broken

Bug #366284 reported by Austin Donisan
2
Affects Status Importance Assigned to Milestone
Awn Extras
New
Undecided
Unassigned

Bug Description

the pandora app is looking at the wrong url again

how about we just scrap the url from pandora.com everytime it starts?

replace "URL = the current url", with

import urllib, re

f = urllib.urlopen("http://www.pandora.com")
html = f.read()
parser = re.compile('"https?://[^"]*\.swf"')
urls = parser.findall(html)
parser = re.compile('"')
URL = parser.sub('',urls[0])
f.close()

i don't know how to contribute and submit code, otherwise I would

Related branches

Revision history for this message
Mark Lee (malept) wrote :

The first part of your bug has been fixed in revision 1116 of the 0.3.2.2 branch.

The second part of your bug is a duplicate of the bug linked to this one. It will not be in 0.3.2.2 because it's too invasive.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.