Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jwheare/xspfparser
- Owner: jwheare
- Created: 2009-12-28T21:26:17.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-02-02T02:08:10.000Z (almost 15 years ago)
- Last Synced: 2023-04-13T08:20:05.866Z (over 1 year ago)
- Language: Python
- Homepage: http://xspfy.com/
- Size: 109 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
XSPF parser
XSPF specific extension of the Universal feed parser
Handles variously well-formed XSPF 1.0 playlistsRequired: Python 2.1 or later
Recommended: Python 2.3 or later
Recommended: CJKCodecs and iconv_codecCommand-line usage:
./xspfparser.py http://example.com/playlst.xspfLibrary 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.