Check-in [6fd31bb3cc]
Overview
Comment: | Change default streamripper user agent. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
6fd31bb3cca705de493b1dac4b6f6553 |
User & Date: | mario on 2017-09-23 03:15:49 |
Other Links: | manifest | tags |
Context
2017-09-23
| ||
03:16 | Document required option. check-in: 21849a7d7c user: mario tags: trunk | |
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 | |
Changes
Modified config.py from [a71c1ee423] to [c659badac6].
︙ | |||
119 120 121 122 123 124 125 | 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 | - + | "audio/ogg": self.find_player(), "audio/*": self.find_player(), "video/youtube": self.find_player(typ="video") + " $(youtube-dl -g %srv)", "video/*": self.find_player(typ="video", default="vlc"), "url/http": self.find_player(typ="browser"), } self.record = { |
︙ |