write(filepath,
workpath,
data,
cache=None,
service=None)
|
|
Initialize and write a html page with serial audio info sections. The
passed Opml data is used to build the sections.
- Parameters:
filepath (basestring) - Local path-filename fragment.
workpath (basestring) - Base path-filename to store filename under.
data (list) - List of Opml feed data to help build a page.
cache (obj) - Unused for this format. Default None.
service (obj) - Unused for this format. Default None.
- Returns: None
- Raises:
TypeError - data passed was not a list
|