Check-in [69a40e6b71]
Overview
| Comment: | Update UbuntuUsers wiki raw export URLs. |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
69a40e6b715a5490ba1e1190e7634e88 |
| User & Date: | mario on 2016-04-11 00:54:11 |
| Other Links: | manifest | tags |
Context
|
2016-04-11
| ||
| 00:55 | Refetch ZIP/CSV only once per day, and extract each category from CSV separately. check-in: af2c52cdca user: mario tags: trunk | |
| 00:54 | Update UbuntuUsers wiki raw export URLs. check-in: 69a40e6b71 user: mario tags: trunk | |
| 00:53 | Group some categories, add description. check-in: 44151e5bce user: mario tags: trunk | |
Changes
Modified channels/ubuntuusers.py from [664a150864] to [482b9ba9b7].
1 2 3 4 | 1 2 3 4 5 6 7 8 9 10 11 12 | - + | # encoding: UTF-8 # api: streamtuner2 # title: UbuntuUsers # description: Static list of radio stations courtesy of the UbuntuUsers.de Wiki |
| ︙ | |||
32 33 34 35 36 37 38 | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | - - + + |
class ubuntuusers (ChannelPlugin):
# description
has_search = False
listformat = "srv"
titles = dict(playing=False, listeners=False, bitrate=False)
base = {
|
| ︙ |