Diff
Differences From Artifact [4040006a47]:
- File channels/surfmusik.py — part of check-in [85313637a3] at 2015-04-08 23:32:30 on branch action-mapfmts — Consolidate listformat types to just "pls", "m3u" and "srv". Probe for direct ICY server contact in action.playlist_convert(), unify extraction methods. (user: mario, size: 7185) [annotate] [blame] [check-ins using] [more...]
To Artifact [cab3938c1e]:
- File channels/surfmusik.py — part of check-in [46062ce00f] at 2015-04-10 11:55:30 on branch action-mapfmts — SurfMusik actually holds .m3u playlists. (user: mario, size: 7185) [annotate] [blame] [check-ins using] [more...]
| ︙ | |||
42 43 44 45 46 47 48 | 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | - + |
# Surfmusik sharing site
class surfmusik (ChannelPlugin):
# description
title = "SurfMusik"
module = "surfmusik"
homepage = "http://www.surfmusik.de/"
|
| ︙ |