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: Tue, 12 Oct 2021 14:02:43 -0700
On 10/12/21 06:51, Hans Henrik Bergan via curl-users wrote:
> yeah..
> also keep in mind that " must be translated to " and ' must
> be translated to ' and < must be translated to < and > must be
> translated to > and must be translated to and ¡ must be
...
Fortunately, I have never had to deal with that
find of stuff.
( $WebPage, $PageStatus ) = CurlGetWebSite( $HttpRevDir );
# <a class="commit-row-message it...2d85701a3">virtio-win:
rebase on 0.164</a>
$NewRev = $WebPage;
$NewRev ~~ s/ .*? "virtio-win: rebase on " //;
$NewRev ~~ s/ ('</a>') .* //;
And out pops the revision. I am really good at carving
web pages up.
Cool list. Thank you! I am going to save it
in a cheat sheet.
Date: Tue, 12 Oct 2021 14:02:43 -0700
On 10/12/21 06:51, Hans Henrik Bergan via curl-users wrote:
> yeah..
> also keep in mind that " must be translated to " and ' must
> be translated to ' and < must be translated to < and > must be
> translated to > and must be translated to and ¡ must be
...
Fortunately, I have never had to deal with that
find of stuff.
( $WebPage, $PageStatus ) = CurlGetWebSite( $HttpRevDir );
# <a class="commit-row-message it...2d85701a3">virtio-win:
rebase on 0.164</a>
$NewRev = $WebPage;
$NewRev ~~ s/ .*? "virtio-win: rebase on " //;
$NewRev ~~ s/ ('</a>') .* //;
And out pops the revision. I am really good at carving
web pages up.
Cool list. Thank you! I am going to save it
in a cheat sheet.
-- Unsubscribe: https://lists.haxx.se/listinfo/curl-users Etiquette: https://curl.haxx.se/mail/etiquette.htmlReceived on 2021-10-12