update signitures
This commit is contained in:
@ -55,6 +55,9 @@ extract(".list-item", ["a.title", "p.content"])
|
|||||||
### Extract multiple pages (1-10, interval 1)
|
### Extract multiple pages (1-10, interval 1)
|
||||||
extract(".list-item", ["a.title", "p.content"],"http://sample.com/?pn=\${page}", 1, 10, 1)
|
extract(".list-item", ["a.title", "p.content"],"http://sample.com/?pn=\${page}", 1, 10, 1)
|
||||||
|
|
||||||
|
### Extract multiple urls (list)
|
||||||
|
extract(".list-item", ["a.title", "p.content"],["http://sample.com/abc","http://sample.com/xyz"])
|
||||||
|
|
||||||
### Extract specified pages (1,3,5)
|
### Extract specified pages (1,3,5)
|
||||||
extract(".list-item", ["a.title", "p.content"], "http://sample.com/?pn=\${page}", [1, 3, 5])
|
extract(".list-item", ["a.title", "p.content"], "http://sample.com/?pn=\${page}", [1, 3, 5])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user