Check-in [fa5df72f08]
Overview
| Comment: | Fix audioformat to audio/mpeg. |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
fa5df72f082b242d28ea712120eb25e5 |
| User & Date: | mario on 2015-05-24 16:57:06 |
| Other Links: | manifest | tags |
Context
|
2015-05-24
| ||
| 16:57 | Overwrite row["format"] after updating entry. check-in: d32669293c user: mario tags: trunk | |
| 16:57 | Fix audioformat to audio/mpeg. check-in: fa5df72f08 user: mario tags: trunk | |
| 14:19 | Introduce action.handler{} callbacks to convert custom streaming URL types such as "audio/soundcloud". Unify backend code for .play/record/browser() calls. Reddit module just splits out domain name now, then checks for walledgarden links (filter option renamed). Introduce url_soundcloud plugin in favour of `soundcli` cmdline client setting. check-in: 23bbd97989 user: mario tags: trunk | |
Changes
Modified contrib/delicast.py from [78844d8df5] to [f07d91d0e9].
1 2 3 4 5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | - + | # encoding: UTF-8 # api: streamtuner2 # title: Delicast # description: directory of streaming media # url: http://delicast.com/ |
| ︙ | |||
32 33 34 35 36 37 38 | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | - + - |
# Delayed streaming URL discovery
class delicast (ChannelPlugin):
# control flags
has_search = False
listformat = "srv"
|
| ︙ |