lynx can I stop it splitting urls?

360 views Asked by At

I'm using lynx to dump a website.

lynx -dump https://URL.com > file.txt

Some URL's are split onto 2 lines and I would like to stop that if possible. Do I have any options?

I run a sed command that removes lines not starting with http, so you can see the problem.

Thanks, Chris

Edit: I should add that the links I want do not get put in the visible or hidden link sections.

1

There are 1 answers

0
Chris On

Figured this out. Just needed to set a wider width using "-width="