Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(1) | Derive(0) | Import(0)
Convert an HTML document encoded in XML to a WORK object WORK is documented here: http://code.davidjanes.com/blog/2008/11/11/work-web-object-records/
src/n/e/newscredit_api-HEAD/locallibs/aump/api_download.py newscredit_api(Download)
class HTML(Downloaders): _convert2work = bm_work.HTML2WORK(keep_attributes = True) _item_path = "body" def __init__(self, **ad):