Module csscapture
source code
Retrieve all CSS stylesheets including embedded for a given URL.
Retrieve as StyleSheetList or save to disk.
- TODO:
@import
save all
maybe use DOM 3 load/save?
logger class which handles all cases when no log is given...
- saveto:
- why does urllib2 hang?
Version:
$LastChangedRevision: 594 $
Date:
$LastChangedDate: 2007-10-27 22:48:36 +0200 (Sa, 27 Okt 2007)
$
Author:
$LastChangedBy: cthedot $
Imports:
errno,
HTMLParser,
logging,
os,
sys,
urllib,
urllib2,
urlparse,
xml,
cssutils,
css,
stylesheets,
encutils