Index: contrib/vtuner.py ================================================================== --- contrib/vtuner.py +++ contrib/vtuner.py @@ -1,11 +1,11 @@ # encoding: UTF-8 # api: streamtuner2 # title: vTuner # url: http://vtuner.com/ # description: Huge station list by music service provider -# version: 0.4 +# version: 0.5 # type: channel # category: radio # config: # { name: vtuner_pages, value: 1, type: int, description: "Number of pages to fetch." } # { name: vtuner_order, value: POP, type: select, select: "POP=Popularity|AA=Alphabetically|HBR=Quality|RELI=Uptime|OP=Country", description: "Station sorting order." } @@ -86,11 +86,11 @@ log.DATA("No further results at page %s" % i) break # crude extraction rx_radio = re.compile(r""" - ([^<>]+) + ([^<>]+) .+? "middle">([^<>]+) .+? Category.+?>([^<>]+) .+? (\w+) (\d+)K """, re.X|re.S|re.I)