ericflo / pynzb

pynzb is a unified API for parsing NZB files, with several concrete implementations included
BSD 3-Clause "New" or "Revised" License
18 stars 6 forks source link

issues pynzb library + useful extentions #1

Open pyrescene opened 12 years ago

pyrescene commented 12 years ago

I've used this library to process thousands of NZB files. These are additions and fixes I hacked together while using pynzb: http://pastebin.com/JRC6GD8g You have permission to use any of this code to improve pynzb.

In short:

rickatnight11 commented 12 years ago

Bummer, I just spent a good chunk of last night implementing NZB write functionality. Welcome to use my code as well:

base.py - http://pastebin.com/30uJ9kQA lxml_nzb.py - http://pastebin.com/ZCi9U5uT etree_nzb.py - http://pastebin.com/aSb4jnaw