Make Document object not references to Grab object
lorien opened this issue · 0 comments
lorien commented
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.
- Actually, do not remove it yet because of backward compatibility,
- Store standalone copy of required (all?)
grab.config
settings - Move
submit()
method from Document to Grab
That would solve #67