Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jwheare/xspfparser

Python Liberal XSPF parser
https://github.com/jwheare/xspfparser

Last synced: 8 days ago
JSON representation

Python Liberal XSPF parser

Awesome Lists containing this project

README

        

XSPF parser

XSPF specific extension of the Universal feed parser
Handles variously well-formed XSPF 1.0 playlists

Required: Python 2.1 or later
Recommended: Python 2.3 or later
Recommended: CJKCodecs and iconv_codec

Command-line usage:
./xspfparser.py http://example.com/playlst.xspf

Library usage:
import xspfparser
result = xspfparser.parse(url)

No test suite yet. I didn't really look at the spec while writing this, but it's working for everything I tried. Let me know if you see bugs of course.