Diff
Differences From Artifact [e09d4b20ac]:
- File channels/tv.py — part of check-in [ea81d1ad5d] at 2012-01-09 03:45:04 on branch trunk — 2.0.8.5 (user: mario, size: 3555) [annotate] [blame] [check-ins using]
To Artifact [2d1fa5a0ac]:
- File channels/tv.py — part of check-in [d3b1418bc6] at 2014-04-08 21:16:12 on branch py3 — rename http to ahttp to avoid conflict with Python3 modules, change .iteritems and xrange, remove same remaining plain print statements (user: mario, size: 3564) [annotate] [blame] [check-ins using]
︙ | |||
14 15 16 17 18 19 20 | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | - + | # Pasing with lxml is dead simple in this case, so we use etree directly # instead of PyQuery. Like with the Xiph plugin, downloaded streams are simply # stored in .streams["all"] pseudo-category. # # icon: http://cemagraphics.deviantart.com/art/Little-Tv-Icon-96461135 from channels import * |
︙ |