lorien/grab

Make Document object not references to Grab object

lorien opened this issue · 0 comments

For Document:

  • Remove self.grab link
    • Actually, do not remove it yet because of backward compatibility, grab.doc.submit() should still works but generates warning.
  • Store standalone copy of required (all?) grab.config settings
  • Move submit() method from Document to Grab

That would solve #67