Diff
Differences From Artifact [9e4f869065]:
- File contrib/radionet.py — part of check-in [6811f698e7] at 2016-06-27 00:09:02 on branch trunk — Adapted extraction regex slightly. (user: mario, size: 4150) [annotate] [blame] [check-ins using]
To Artifact [0e376ccfde]:
- File contrib/radionet.py — part of check-in [36dcba6639] at 2016-10-08 14:43:31 on branch trunk — Removed stray `print` statement (user: mario, size: 4128) [annotate] [blame] [check-ins using]
| ︙ | |||
77 78 79 80 81 82 83 | 77 78 79 80 81 82 83 84 85 86 87 88 89 90 | - |
if html.find('"?p={}">'.format(p)) >= 0:
html += ahttp.get(self.genre_url.format(cat) + "?p={}".format(p))
self.set_key(html)
r = []
# split station blocks
for row in re.split("""<div class="stationinfo""", html):
|
| ︙ |