[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: wget2 | Added --convert-file-only handling (!456)
From: |
Archit Pandey |
Subject: |
Re: wget2 | Added --convert-file-only handling (!456) |
Date: |
Wed, 06 Nov 2019 12:21:25 +0000 |
Archit Pandey commented on a discussion on tests/test-convert-file-only.c:
https://gitlab.com/gnuwget/wget2/merge_requests/456#note_240796558
> + "Content-Type: text/html",
> + }
> + },
> + { .name = "/subdir/page7",
> + .code = "200 Dontcare",
> + .body = "<html><head><title>Page
> 7</title></head><body>Some Text</body></html>",
> + .headers = {
> + "Content-Type: text/html",
> + }
> + },
> +
> + };
> +
> + const char *mainpagemangled =
> + "<html><head><title>Main Page</title></head><body><p>A link to
> a" \
> + " <a href=\"//localhost:{{port}}/subpage.php.html\">second
> page</a>." \
That's strange.
>From bug-wget https://lists.gnu.org/archive/html/bug-wget/2015-06/msg00043.html
> In other words, we want to be able to convert the filename portion of the
> link only (in Unix terms, that's the "basename"), and leave the protocol,
> host, and path portions alone (i.e., don't touch the "dirname" part of the
> link).
--
Reply to this email directly or view it on GitLab:
https://gitlab.com/gnuwget/wget2/merge_requests/456#note_240796558
You're receiving this email because of your account on gitlab.com.
- Re: wget2 | Added --convert-file-only handling (!456), (continued)
Re: wget2 | Added --convert-file-only handling (!456), Tim Rühsen, 2019/11/06
Re: wget2 | Added --convert-file-only handling (!456), Tim Rühsen, 2019/11/06
Re: wget2 | Added --convert-file-only handling (!456), Tim Rühsen, 2019/11/06
Re: wget2 | Added --convert-file-only handling (!456), Tim Rühsen, 2019/11/06