You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ROADMAP.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
-[ ] Create detailed documentation for 'readthedocs' website, preferably add Github action for deploying it.
7
7
-[ ] Create a Scrapy plugin/decorator to make it replace parsel in the response argument when needed.
8
8
-[ ] 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.
10
10
-[ ] Add functionality to automatically detect pagination URLs
11
11
-[ ] Add the ability to auto-detect schemas in pages and manipulate them.
12
12
-[ ] Add `analyzer` ability that tries to learn about the page through meta elements and return what it learned
0 commit comments