Diff
Differences From Artifact [fff2459591]:
- File channels/internet_radio.py — part of check-in [a2142151c0] at 2014-05-30 23:21:30 on branch trunk — Better cleaup of regex-extracted entries. (user: mario, size: 13689) [annotate] [blame] [check-ins using]
To Artifact [b9fa0242be]:
- File channels/internet_radio.py — part of check-in [4b66ed9ef8] at 2014-06-02 01:43:34 on branch trunk — Remove force= parameter from update_streams (user: mario, size: 13676) [annotate] [blame] [check-ins using]
︙ | |||
65 66 67 68 69 70 71 | 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 | - + | html = http.get(self.homepage) rx = re.compile("""<option[^>]+value="/stations/[-+&.\w\s%]+/">([^<]+)</option>""") self.categories = rx.findall(html) # fetch station lists |
︙ |