Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.7.5, 1.8-beta-2
-
None
-
None
Description
The current syntax for @GrabResolver is:
@GrabResolver(name='some name', root='http://some/url')
It would be good to have a shorthand syntax using a value attribute, i.e.:
@GrabResolver('http://some/url')
would be a shorthand for:
@GrabResolver(name='http://some/url', root='http://some/url')