Skip to content

Commit 51ce40a

Browse files
committed
Update ROADMAP.md
1 parent 91f6b46 commit 51ce40a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ROADMAP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- [ ] Create detailed documentation for 'readthedocs' website, preferably add Github action for deploying it.
77
- [ ] Create a Scrapy plugin/decorator to make it replace parsel in the response argument when needed.
88
- [ ] Need to add more functionality to `AttributesHandler` and more navigation functions to `Adaptor` object (ex: functions similar to map, filter, and reduce functions but here pass it to the element and the function is executed on children, siblings, next elements, etc...)
9-
- [ ] Add `.filter` method to `Adaptors` object and other similar methods.
9+
- [x] Add `.filter` method to `Adaptors` object and other similar methods.
1010
- [ ] Add functionality to automatically detect pagination URLs
1111
- [ ] Add the ability to auto-detect schemas in pages and manipulate them.
1212
- [ ] Add `analyzer` ability that tries to learn about the page through meta elements and return what it learned

0 commit comments

Comments
 (0)