waybackurls icon indicating copy to clipboard operation
waybackurls copied to clipboard

[issue] Urls appended together

Open pdelteil opened this issue 3 years ago • 3 comments

Some urls are appended with what seems to be different domains

Test:

 > echo "https://dominoweb.draco.res.ibm.com"|waybackurls |grep TCG

Screenshot from 2021-06-21 20-14-15

Notice .TCG.htmlhttp:/msdn.microsoft.com/en-us/library/ms171339.aspxhttp:/www.opensymphony

pdelteil avatar Jun 22 '21 00:06 pdelteil

Lmao, dude it's part of path :D

Ugroon avatar Dec 09 '21 10:12 Ugroon

Even I am facing the same issue, is there any way if we can parse the output to remove such cases of appended URLS

201800284 avatar Oct 03 '22 18:10 201800284

Even I am facing the same issue, is there any way if we can parse the output to remove such cases of appended URLS

Yes, using http/https as separator in awk.

pdelteil avatar Oct 03 '22 19:10 pdelteil