... | @@ -788,6 +788,7 @@ This can prevent infinite loops caused by pages like photo galleries or catalogu |
... | @@ -788,6 +788,7 @@ This can prevent infinite loops caused by pages like photo galleries or catalogu |
|
<h4 id='auto-redundant_example'><a href='#auto-redundant_example'>Example</a></h4>
|
|
<h4 id='auto-redundant_example'><a href='#auto-redundant_example'>Example</a></h4>
|
|
|
|
|
|
With ```--auto-redundant=2``` and given the following list of URLs:
|
|
With ```--auto-redundant=2``` and given the following list of URLs:
|
|
|
|
|
|
```
|
|
```
|
|
http://test.com/?stuff=1
|
|
http://test.com/?stuff=1
|
|
http://test.com/?stuff=2
|
|
http://test.com/?stuff=2
|
... | @@ -800,6 +801,7 @@ http://test.com/path.php?stuff=blah&stuff2=1 |
... | @@ -800,6 +801,7 @@ http://test.com/path.php?stuff=blah&stuff2=1 |
|
```
|
|
```
|
|
|
|
|
|
Only the following will be followed:
|
|
Only the following will be followed:
|
|
|
|
|
|
```
|
|
```
|
|
http://test.com/?stuff=1
|
|
http://test.com/?stuff=1
|
|
http://test.com/?stuff=2
|
|
http://test.com/?stuff=2
|
... | | ... | |