|
@@ -110,6 +110,7 @@ class ShoutcastFeedAsync(feeds.ShoutcastFeed): |
|
|
threadable.synchronize(ShoutcastFeedAsync) |
|
|
threadable.synchronize(ShoutcastFeedAsync) |
|
|
|
|
|
|
|
|
class ShoutTransfer(shoutcast.ShoutcastClient): |
|
|
class ShoutTransfer(shoutcast.ShoutcastClient): |
|
|
|
|
|
userAgent = 'because you block user-agents' |
|
|
def __init__(self, request, passback): |
|
|
def __init__(self, request, passback): |
|
|
shoutcast.ShoutcastClient.__init__(self) |
|
|
shoutcast.ShoutcastClient.__init__(self) |
|
|
self.request = request |
|
|
self.request = request |
|
|