diff --git a/channels/accuradio.py b/channels/accuradio.py index 8c5fe34e..4995080a 100644 --- a/channels/accuradio.py +++ b/channels/accuradio.py @@ -19,7 +19,6 @@ def mainlist(item): patron = r'listOptionBrand">\s*]+>){2}(?P[^<]+)' def itemHook(item): - item.url = host + item.url item.thumbnail = support.thumb('music') return item