Add New Feature For Removing Duplicate Query in a bunch of URLs.
For Example:
https://example.com/path/path1/query?first=1&second=2
https://example.com/path/path1/query?first=3&second=4
So output can be only one URL with the same query
https://example.com/path/path1/query?first=3&second=4
Add New Feature For Removing Duplicate Query in a bunch of URLs.
For Example:
So output can be only one URL with the same query