tobinus / python-podgen

Generating podcasts with Python should be easy!
https://podgen.readthedocs.org
Other
51 stars 10 forks source link

Add attribute for XSLT, closes #37 #41

Closed tobinus closed 8 years ago

tobinus commented 8 years ago

As a consequence, rss_file will now use rss_str internally. This means that the rss result is loaded into memory even when writing to files, which could mean much poorer performance for huge feeds in particular. If this is too much, then we might reverse this commit, but I don't think it will be much of a problem.