Diff
Differences From Artifact [ecaaf5255a]:
- File contrib/delicast.py — part of check-in [e4fa4859c6] at 2016-11-06 11:42:32 on branch trunk — Implement new .resolve_urn() hook (replacing .row() override), which is added automatically now in ChannelPlugin init. (user: mario, size: 3062) [annotate] [blame] [check-ins using]
To Artifact [150e4b68e4]:
- File contrib/delicast.py — part of check-in [d2925011aa] at 2016-11-06 18:51:50 on branch trunk — Fix misnamed row{} reference. (user: mario, size: 3064) [annotate] [blame] [check-ins using]
81 82 83 84 85 86 87 | 81 82 83 84 85 86 87 88 89 90 91 92 | - + | )) return r # Update `url` on station data access (incurs a delay for playing or recording) def resolve_urn(self, row): if row.get("url").startswith("urn:delicast"): |