Check-in [0ca35b742b]
Overview
Comment: | delicast: updated for new radio listing format. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
0ca35b742b8f0b3470364d96f0a9a72c |
User & Date: | mario on 2017-08-05 19:37:54 |
Other Links: | manifest | tags |
Context
2017-09-23
| ||
03:15 | Change default streamripper user agent. check-in: 6fd31bb3cc user: mario tags: trunk | |
2017-08-05
| ||
19:37 | delicast: updated for new radio listing format. check-in: 0ca35b742b user: mario tags: trunk | |
2017-07-04
| ||
14:31 | Update documentation, plan on making liveradio a default plugin. check-in: 291090a1b2 user: mario tags: trunk | |
Changes
Modified contrib/delicast.py from [1da3b76466] to [d83562106b].
1 2 3 4 5 | 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 27 28 29 30 31 32 | - + + - - + + - - + | # encoding: UTF-8 # api: streamtuner2 # title: Delicast # description: directory of streaming media # url: http://delicast.com/ |
︙ | |||
55 56 57 58 59 60 61 | 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 | + + - - + + + + - - - + + + + - + - + - + | pass # Fetch entries def update_streams(self, cat, search=None): ucat = re.sub("\W+", "-", cat.lower()) html = "" for i in range(1, 5): |
︙ |