Diff
Differences From Artifact [43417ad008]:
- File channels/jamendo.py — part of check-in [ebae9e51ac] at 2015-04-21 06:05:56 on branch trunk — Replace old __print__/dbg.XYZ references with new log.XYZ() wrapper. (user: mario, size: 14681) [annotate] [blame] [check-ins using]
To Artifact [c57db677e5]:
- File channels/jamendo.py — part of check-in [ecc88e5d3e] at 2015-04-23 01:09:07 on branch trunk — Remove some print statements, and switch to log.FUNC where necessary. (user: mario, size: 14657) [annotate] [blame] [check-ins using]
322 323 324 325 326 327 328 | 322 323 324 325 326 327 328 329 330 331 332 333 334 335 | - | "format": fmt_mime, }) # Feeds (News) elif cat == "feeds": for e in self.api(method="feeds", order="date_start_desc", target="notlogged"): if e.get("joinid") and e.get("subtitle"): |