Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
search_engine_ranker:script_manual [2021-10-26 10:55] – [The STEP Section] svensearch_engine_ranker:script_manual [2022-11-17 07:20] – [Data Extraction] sven
Line 137: Line 137:
 |modify url replace|The same as "verify url replace" but used to modify a URL for the submission.| |modify url replace|The same as "verify url replace" but used to modify a URL for the submission.|
 |modify submit method|Use this to change the form submission method. Valid values are GET and POST.| |modify submit method|Use this to change the form submission method. Valid values are GET and POST.|
-|modify step\\ modify step condition|This will go to another submission step if the condition (something in last downloaded page from previous submission step) was found.\\ \\ //Example: modify step=2\\ modify step condition=*No verification required*//|+|modify step\\ modify step condition\\ modify step condition input|This will go to another submission step if the condition (something in last downloaded page from previous submission step) was found.\\ \\ //Example: modify step=2\\ modify step condition=*No verification required*//\\ the //modify step condition input// is optional and will use the content of the webpage as default|
 |Download retries|Number of tries to submit or download something (default is 1).| |Download retries|Number of tries to submit or download something (default is 1).|
 |Link type|Defines the type of backlink created. Can be anything you want but you might want to use the types already used in other scripts.| |Link type|Defines the type of backlink created. Can be anything you want but you might want to use the types already used in other scripts.|
Line 282: Line 282:
 |reverse|When using //reverse=1// then it will reverse the result turning //123// into //321//.| |reverse|When using //reverse=1// then it will reverse the result turning //123// into //321//.|
 |base64|using //base64=1// would encode the result to base64 content.| |base64|using //base64=1// would encode the result to base64 content.|
 +|all matches\\ delimiter|When using //all matches=1// together with //delimiter=,// you can join all found matches into one single string joined with the character defined in //delimiter//.| 
 ===== A Small Example ===== ===== A Small Example =====