Check-in [aaf273595a]
Overview
Comment: | Fix radiolist.net current page layout extraction (some countries empty now, just webplayers for some pages) |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
aaf273595a3d3b9ce92ae705a3c49943 |
User & Date: | mario on 2018-01-15 19:43:47 |
Other Links: | manifest | tags |
Context
2018-01-15
| ||
20:05 | Update delicast plugin for new q: url scheme check-in: 33053d07d0 user: mario tags: trunk | |
19:43 | Fix radiolist.net current page layout extraction (some countries empty now, just webplayers for some pages) check-in: aaf273595a user: mario tags: trunk | |
2017-11-17
| ||
13:20 | Change default streamripper user agent to 'iTunes 12.5/Gecko/SR' check-in: e4d747b68a user: mario tags: trunk | |
Changes
Modified contrib/radiolist.py from [b9c7e173ba] to [bca1fb8450].
1 2 3 4 5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | - + | # encoding: UTF-8 # api: streamtuner2 # title: radiolist.net # description: Station list by continent+country # url: http://radiolist.net/ |
︙ | |||
72 73 74 75 76 77 78 | 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 102 103 104 105 106 107 108 109 110 111 112 113 114 | - - - + + + - + + + + - - + + | sub.append(t) self.catmap[t] = p c.append(sorted(sub)) self.categories = c # extract stream urls def update_streams(self, cat): |