Buy commercial curl support from WolfSSL. We help you work
out your issues, debug your libcurl applications, use the API, port to new
platforms, add new features and more. With a team lead by the curl founder
himself.
Re: I need help getting a web page
- Contemporary messages sorted: [ by date ] [ by thread ] [ by subject ] [ by author ] [ by messages with attachments ]
From: ToddAndMargo via curl-users <curl-users_at_lists.haxx.se>
Date: Mon, 11 Oct 2021 18:02:46 -0700
On 10/10/21 15:27, ToddAndMargo via curl-users wrote:
> Hi All,
>
> Fedora 33
> curl-7.76.1-12.fc34.x86_64
>
> This page show something different in Firefox and Vivaldi
> that I can get with curl.
>
> https://gitlab.freedesktop.org/spice/win32/spice-nsis/-/tree/master
>
> $ curl
> https://gitlab.freedesktop.org/spice/win32/spice-nsis/-/tree/master >
> eraseme.html
>
> I am after the line that says:
>
> virtio-win: rebase on 0.164
>
> I am trying to extract the "0.164"
>
> Looking at eraseme.html, it look like I am only
> downloading the left column and not the contents
> on the right side of the page
>
> What am I doing wrong?
>
> Many thanks,
> -T
This simulates what I came up with in my actual code:
$ curl --silent
'https://gitlab.freedesktop.org/spice/win32/spice-nsis/-/commits/master'
| raku -ne 'my Str $x=slurp(); $x~~s/.*? "rebase on " //; $x~~s/
("</a>") .* //; print "$x\n";'
0.164
Date: Mon, 11 Oct 2021 18:02:46 -0700
On 10/10/21 15:27, ToddAndMargo via curl-users wrote:
> Hi All,
>
> Fedora 33
> curl-7.76.1-12.fc34.x86_64
>
> This page show something different in Firefox and Vivaldi
> that I can get with curl.
>
> https://gitlab.freedesktop.org/spice/win32/spice-nsis/-/tree/master
>
> $ curl
> https://gitlab.freedesktop.org/spice/win32/spice-nsis/-/tree/master >
> eraseme.html
>
> I am after the line that says:
>
> virtio-win: rebase on 0.164
>
> I am trying to extract the "0.164"
>
> Looking at eraseme.html, it look like I am only
> downloading the left column and not the contents
> on the right side of the page
>
> What am I doing wrong?
>
> Many thanks,
> -T
This simulates what I came up with in my actual code:
$ curl --silent
'https://gitlab.freedesktop.org/spice/win32/spice-nsis/-/commits/master'
| raku -ne 'my Str $x=slurp(); $x~~s/.*? "rebase on " //; $x~~s/
("</a>") .* //; print "$x\n";'
0.164
-- Unsubscribe: https://lists.haxx.se/listinfo/curl-users Etiquette: https://curl.haxx.se/mail/etiquette.htmlReceived on 2021-10-12