Index: channels/punkcast.py ================================================================== --- channels/punkcast.py +++ channels/punkcast.py @@ -54,11 +54,11 @@ """, re.S|re.X) entries = [] #-- all from frontpage - html = http.get(self.homepage) + html = http.get("http://www.punkcast.com/") for uu in rx_link.findall(html): (homepage, id, title) = uu entries.append({ "genre": "%s" % id, "title": title,