Check-in [e9b7aa1f1b]
Overview
Comment: | Reword radiobrowser plugin comment. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
e9b7aa1f1b3952b7642508a678cbd719 |
User & Date: | mario on 2016-06-23 09:14:22 |
Other Links: | manifest | tags |
Context
2016-06-23
| ||
15:45 | (no comment) check-in: 1465e428c8 user: mario tags: trunk | |
09:14 | Reword radiobrowser plugin comment. check-in: e9b7aa1f1b user: mario tags: trunk | |
09:13 | Live365 is no more. check-in: 490abb1150 user: mario tags: trunk | |
Changes
Modified channels/radiobrowser.py from [ef7c2e6649] to [e54a90dfb7].
︙ | ︙ | |||
23 24 25 26 27 28 29 | # r7CxTQBOsrO0tba3uLm6u7y9vr9PAFBRUlNUVVZXWFlaW1xdXl9emUehk/NThwAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNS0wNC0wMlQwMTo0OTozOSswMjowMH98i/gAAAAldEVYdGRhdGU6bW9kaWZ5 # ADIwMTUtMDQtMDJUMDE6NDk6MTcrMDI6MDAcO09kAAAAAElFTkSuQmCC # x-icon-src: openclipart:tape.png # x-service-by: segler_alex # # # Radio-Browser is a community-collected list of internet radios. | | > > > | > > | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | # r7CxTQBOsrO0tba3uLm6u7y9vr9PAFBRUlNUVVZXWFlaW1xdXl9emUehk/NThwAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNS0wNC0wMlQwMTo0OTozOSswMjowMH98i/gAAAAldEVYdGRhdGU6bW9kaWZ5 # ADIwMTUtMDQtMDJUMDE6NDk6MTcrMDI6MDAcO09kAAAAAElFTkSuQmCC # x-icon-src: openclipart:tape.png # x-service-by: segler_alex # # # Radio-Browser is a community-collected list of internet radios. # Currently lists ≥4000 streaming stations, and tracks favourited # entries. Furthermore includes station homepage links! # # If you change the categories between tags/countries/languages, # please apply [Channel]→[Reload Category Tree] afterwards. # # Also has a neat JSON API, has an excellent documentation, thus # is quite easy to support. It's also used by Rhythmbox / VLC / # Clementine / Kodi / RadioDroid / etc. import re import json from config import * from channels import * import ahttp |
︙ | ︙ |