unfurl icon indicating copy to clipboard operation
unfurl copied to clipboard

unfurl path problem

Open ibnufachrizal opened this issue 3 years ago • 2 comments

i save the .js endpoint in urlJS.txt

target.com/js/manifest.js
target.com/livewire/livewire.js
target.com/misc/sw.js

when using "cat urlJS.txt | unfurl format %d%p"

outputs:
target.com/js/manifest.js
target.com/livewire/livewire.js
target.com/misc/sw.js

how do i remove the .js and take the path like this

target.com/js/
target.com/livewire/
target.com/misc/

ibnufachrizal avatar Sep 16 '22 13:09 ibnufachrizal

same question! Does anyone know the answer?

z9nsis avatar Jan 08 '23 09:01 z9nsis

Schemeless URLs are likely unsupported.

T145 avatar Apr 22 '23 20:04 T145