Diff
Differences From Artifact [9166297ac1]:
- File channels/icast.py — part of check-in [f5a59de6b8] at 2015-04-02 17:38:08 on branch trunk — Compact plugin comments to be more user-targetted. (user: mario, size: 3881) [annotate] [blame] [check-ins using]
To Artifact [202f901cdd]:
- File channels/icast.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: 3871) [annotate] [blame] [check-ins using] [more...]
40 41 42 43 44 45 46 | 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | - + | # Surfmusik sharing site class icast (ChannelPlugin): # description homepage = "http://www.icast.io/" has_search = True |