Diff
Differences From Artifact [eb4063d5ff]:
- File channels/radiobrowser.py — part of check-in [a7b0cd39a2] at 2015-04-17 21:14:32 on branch trunk — Remove remnant module .title/etc attributes, and .current category overwriting. (user: mario, size: 5377) [annotate] [blame] [check-ins using]
To Artifact [11cf6e90ac]:
- File channels/radiobrowser.py — part of check-in [ebae9e51ac] at 2015-04-21 06:05:56 on branch trunk — Replace old __print__/dbg.XYZ references with new log.XYZ() wrapper. (user: mario, size: 5358) [annotate] [blame] [check-ins using]
31 32 33 34 35 36 37 | 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | - + | # entries. Furthermore includes station homepage links! # # Also has a neat JSON API, so is quite easy to support. import re import json |