Package soovee_app :: Package cli :: Module page
[frames] | no frames]

Module page

SooVee Serial Audio Manger - Page support module for the command interface. It transforms web pages from a service with serial audio info into new formats.


Requires:
Functions
None
browse(action, form, directory, cache, service)
Extract serial audio info from a service's web page.
Variables
  __package__ = None
Function Details

browse(action, form, directory, cache, service)

 

Extract serial audio info from a service's web page. Use soovee.pages to then format a new page with soovee.forms of perhaps opml or html.

Parameters:
  • action (basestring) - soovee.pages option. Currently [sub|all].
  • form (basestring) - soovee.forms option. Currently [html|opml].
  • directory (basestring) - Directory to save new page.
  • cache (object) - Initialized soovee.lib.sv_read object.
  • service (object) - Initialized soovee.conf.serviceConf object.
Returns: None