Index: channels/ubuntuusers.py ================================================================== --- channels/ubuntuusers.py +++ channels/ubuntuusers.py @@ -1,10 +1,10 @@ # encoding: UTF-8 # api: streamtuner2 # title: UbuntuUsers # description: Static list of radio stations courtesy of the UbuntuUsers.de Wiki -# version: 0.1 +# version: 0.2 # type: channel # category: radio # url: http://wiki.ubuntuusers.de/Internetradio/Stationen # png: # iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAACJVBMVEUAAACjeUWif2/CeiGhWTvUewuhQRjPeRCfRyK1hEeWYkynQkOJREW0Dw+TICC3DAyXRES3DAzXzMewhlOsahqtaxu3DAytaxu4DAytaxqtIiKqeTyaR0eokHKk @@ -34,12 +34,12 @@ # description has_search = False listformat = "srv" titles = dict(playing=False, listeners=False, bitrate=False) base = { - "stations": "http://wiki.ubuntuusers.de/Internetradio/Stationen?action=export&format=raw", - "tv": "http://wiki.ubuntuusers.de/Internet-TV/Stationen?action=export&format=raw", + "stations": "http://wiki.ubuntuusers.de/Internetradio/Stationen/a/export/raw/", + "tv": "https://wiki.ubuntuusers.de/Internet-TV/Stationen/a/export/raw/", } categories = ["stations", "tv"] # Nope