-
-
Notifications
You must be signed in to change notification settings - Fork 469
Closed
Labels
Milestone
Description
I'm not sure if this is correct behaviour, but I noticed this has changed since last release:
here is an example of a link I am capturing
<a href="?search=Fort+William&session_type=face&distance=100&uqs=119846&page=4" class="pagination-next">Next <span class="chevron">></span></a>
when I dump the href
?search=Fort+William&session_type=face&distance=100&uqs=119846&page=2
Is there a way to turn of urlEncoding (assuming that's what it is?)
Thanks, great tool BTW!