Check-in [5e18bfece0]
Overview
| Comment: | Make API requests more resilient |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
5e18bfece0e730585a77e32d6c59105a |
| User & Date: | mario on 2014-08-12 16:42:12 |
| Other Links: | manifest | tags |
Context
|
2014-08-12
| ||
| 16:42 | IO/xiph/cache fixed (agian) to return JSON array only check-in: 706904e073 user: mario tags: trunk | |
| 16:42 | Make API requests more resilient check-in: 5e18bfece0 user: mario tags: trunk | |
| 16:41 | Use r"" string for literal ANSI escapes check-in: 0cb24d59af user: mario tags: trunk | |
Changes
Modified channels/dirble.py from [e316404f38] to [8fa0a0e272].
1 2 3 | 1 2 3 4 5 6 7 8 9 10 11 | - + | # encoding: UTF-8 # api: streamtuner2 # title: Dirble |
| ︙ | |||
96 97 98 99 100 101 102 | 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 | + - - - - - + + + + + + - + |
))
return r
# Request homepage for stations, else try to deduce Dirble page
def get_homepage(self, id, name):
if conf.dirble_fetch_homepage:
try:
|