Index: contrib/publicradiofan.py ================================================================== --- contrib/publicradiofan.py +++ contrib/publicradiofan.py @@ -1,10 +1,10 @@ # encoding: UTF-8 # api: streamtuner2 # title: PublicRadioFan # description: Scheduled broadcasts, radio stations and genres, sorted by locations -# version: 0.1 +# version: 0.2 # type: channel # url: http://www.publicradiofan.com/ # category: radio # priority: extra # config: - @@ -62,11 +62,11 @@ probe = action.extract_playlist() r = [] for html in re.split("", html, 0): m = re.search(r""" - + (?P .*?) </B> .*? stt> (?P<descr> .*?) [<&] .*? stt> (?P<genre> .*?) [<&] .*? <I> .*? HREF="(?P<homepage> .*?)" """, html, re.X|re.S)