Diff
Differences From Artifact [98eef5d460]:
- File contrib/listenlive.py — part of check-in [b0e9e031d9] at 2015-05-07 01:16:00 on branch trunk — Another radio station directory: listenlive.eu (user: mario, size: 2896) [annotate] [blame] [check-ins using]
To Artifact [c1d1551be3]:
- File contrib/listenlive.py — part of check-in [2335ea7a46] at 2015-05-13 00:00:39 on branch trunk — Move mime_fmt() into regular function. Fix live365 ahttp feedback= bug. Regroup functions and update a few comments in channels/__init__ (user: mario, size: 2891) [annotate] [blame] [check-ins using]
75 76 77 78 79 80 81 | r.append(dict( homepage = homepage, playing = location, title = unhtml(title), url = url, genre = genre[0] if genre else cat, bitrate = int(bitrate), | | | 75 76 77 78 79 80 81 82 83 84 85 86 | r.append(dict( homepage = homepage, playing = location, title = unhtml(title), url = url, genre = genre[0] if genre else cat, bitrate = int(bitrate), format = mime_fmt(format), )) return r |