Module csscapture
source code
Retrieve all CSS stylesheets including embedded for a given URL.
Retrieve as StyleSheetList or save to disk - raw, parsed or minified version.
TODO:
- maybe use DOM 3 load/save?
- logger class which handles all cases when no log is given...
- saveto: why does urllib2 hang?
Version:
$LastChangedRevision: 647 $
Date:
$LastChangedDate: 2007-11-05 22:34:16 +0100 (Mo, 05 Nov 2007)
$
Author:
$LastChangedBy: cthedot $
Imports:
codecs,
errno,
HTMLParser,
logging,
os,
sys,
urllib2,
urlparse,
cssutils,
encutils