Diff
Differences From Artifact [eea2622232]:
- File channels/punkcast.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: 3584) [annotate] [blame] [check-ins using] [more...]
To Artifact [946f14f97b]:
- File channels/punkcast.py — part of check-in [a7b0cd39a2] at 2015-04-17 21:14:32 on branch trunk — Remove remnant module .title/etc attributes, and .current category overwriting. (user: mario, size: 3434) [annotate] [blame] [check-ins using]
︙ | |||
32 33 34 35 36 | 32 33 34 35 36 37 38 39 40 41 42 43 44 | - - - - - - - | # basic.ch broadcast archive class punkcast (ChannelPlugin): |
︙ |