Check-in [26d85bbcf7]
Overview
| Comment: | Configurable number of maximum result pages for RadioTime API. |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
26d85bbcf7fdca1e28c97fda8f2d84b2 |
| User & Date: | mario on 2015-12-26 00:52:21 |
| Other Links: | manifest | tags |
Context
|
2016-04-04
| ||
| 23:24 | new vTuner plugin check-in: 9e0ac4efec user: mario tags: trunk | |
|
2015-12-26
| ||
| 00:52 | Configurable number of maximum result pages for RadioTime API. check-in: 26d85bbcf7 user: mario tags: trunk | |
| 00:44 | Support multiple page requests (needs rework). check-in: 0da57ffc3f user: mario tags: trunk | |
Changes
Modified channels/tunein.py from [8c2aceee6b] to [19252f8edf].
1 2 3 4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | - + + | # encoding: UTF-8 # api: streamtuner2 # title: TuneIn # description: Online Radio, Broadcasts, Podcasts per RadioTime API |
| ︙ | |||
80 81 82 83 84 85 86 | 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 | - + + + + + - - - - - - - - - + + + + + + + + + + - - - - + + + |
"playing": row.get("subtext", ""),
"favicon": row.get("image", None),
})
return r
# Fetch OPML, convert outline elements to dicts
|