Skip to content

jwheare/xspfparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

XSPF parser

XSPF specific extension of the Universal feed parser <http://feedparser.org>
Handles variously well-formed XSPF 1.0 playlists <http://xspf.org/xspf-v1.html>

Required: Python 2.1 or later
Recommended: Python 2.3 or later
Recommended: CJKCodecs and iconv_codec <http://cjkpython.i18n.org/>

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.

About

Python Liberal XSPF parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages