Check-in [af2c52cdca]
Overview
Comment: | Refetch ZIP/CSV only once per day, and extract each category from CSV separately. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
af2c52cdcad972162c3b551121545c4f |
User & Date: | mario on 2016-04-11 00:55:19 |
Other Links: | manifest | tags |
Context
2016-04-11
| ||
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 | |
00:54 | Update UbuntuUsers wiki raw export URLs. check-in: 69a40e6b71 user: mario tags: trunk | |
Changes
Modified contrib/radiosure.py from [3b8ff7fe4d] to [c4096229db].
1 2 3 4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | - + - - + + - | # encoding: UTF-8 # api: streamtuner2 # title: RadioSure # description: Huge radio station collection |
︙ | |||
73 74 75 76 77 78 79 80 | 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 | + - + - + - + - - - - - - - - - - - - - + + + + + + + + + + + - - - - | # categories are derived from the station list def update_categories(self): #self.categories = sorted(self.streams.keys()) pass # import station list def update_streams(self, cat, search=None): streams = [] # refresh zip file |