Check-in [e5e2175cfc]
Overview
| Comment: | shoutcast: reenable referer sending |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
e5e2175cfc18a271f2d36634c781eadb |
| User & Date: | mario on 2018-12-17 16:50:45 |
| Other Links: | manifest | tags |
Context
|
2018-12-17
| ||
| 20:32 | Add .reload_bookmarks for RT-NG check-in: 6bbc8bba7f user: mario tags: trunk | |
| 16:50 | shoutcast: reenable referer sending check-in: e5e2175cfc user: mario tags: trunk | |
| 16:50 | Add debug/logging to plugin dependency checks. check-in: 4b3498e020 user: mario tags: trunk | |
Changes
Modified channels/shoutcast.py from [f0abddaa21] to [f3940fc734].
1 2 3 4 5 6 7 8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | - + | # api: streamtuner2 # title: Shoutcast.com # description: Primary list of shoutcast servers (now managed by radionomy). # type: channel # category: radio # author: Mario # original: Jean-Yves Lefort # version: 1.6 |
| ︙ | |||
100 101 102 103 104 105 106 | 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 | - + - + |
pass
# downloads stream list from shoutcast for given category
def update_streams(self, cat):
# page
|
| ︙ |