Check-in [65905824a7]
Overview
Comment: | fix comment |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
65905824a7d4d0f1cf830121a51730a1 |
User & Date: | mario on 2016-04-11 00:55:35 |
Other Links: | manifest | tags |
Context
2016-04-11
| ||
00:58 | Update description for vTuner. check-in: ee26ea7f76 user: mario tags: trunk | |
00:55 | fix comment check-in: 65905824a7 user: mario tags: trunk | |
00:55 | Refetch ZIP/CSV only once per day, and extract each category from CSV separately. check-in: af2c52cdca user: mario tags: trunk | |
Changes
Modified channels/somafm.py from [ff62835ca5] to [e683a6b30b].
︙ | ︙ | |||
27 28 29 30 31 32 33 | from config import * from channels import * import re import ahttp | | | 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | from config import * from channels import * import re import ahttp # SomaFM radio stations class somafm (ChannelPlugin): # description has_search = False listformat = "pls" audioformat = "audio/aac" titles = dict(listeners=False, playing="Description") |
︙ | ︙ |