Skip to content

Instantly share code, notes, and snippets.

View eazyliving's full-sized avatar

Christian Bednarek eazyliving

View GitHub Profile
from lxml import etree
from copy import deepcopy
from math import ceil
itemsPerPage = 10
for inFile in ["episodes.all.m4a.rss", "episodes.all.mp3.rss"]:
xmlData = etree.parse(inFile)