extract-bookmarks.py File Reference

Go to the source code of this file.

Namespaces

 extract-bookmarks
 

Variables

tuple extract-bookmarks.ll = re.compile('\.(title|a|dd|h[0-9])$')
 
tuple extract-bookmarks.p = getParser(sys.argv[1])
 
string extract-bookmarks.template
 
tuple extract-bookmarks.strings = tuple(e.val for e in p if ll.search(e.key))