Skip to content
This repository has been archived by the owner on Aug 9, 2019. It is now read-only.

Commit

Permalink
Fixed README
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Martin Garcia committed Mar 20, 2013
1 parent f5136f7 commit 0184580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 0.2.0 (WIP)
Modified crawler behaviour:
- Now every regular expression of a certain URL **needs** a group called `url`. That group will be the URL sent to the associated `Downloader`.
- The core send the matches object (`re.compile.match()`) as a `kwarg` to the `Crawler` object called: `matches`, so you can play around with URL values too.
- The core send the match object (`re.compile.match()`) as a `kwarg` to the `Crawler`called: `matches`, so you can play around with URL values too accessing it via `kwargs.get('matches')`.
- Added an Exception and test cases for this behaviour: Checking for the `url` group on a pattern and checking for the kwargs being sent correctly.

## 0.1.1 (2013-03-16)
Expand Down

0 comments on commit 0184580

Please sign in to comment.