9front - general discussion about 9front
 help / color / mirror / Atom feed
From: unobe@cpan.org
To: 9front@9front.org
Subject: Re: [9front] [PATCH] hget: file name detection
Date: Tue, 11 Oct 2022 21:32:55 -0700	[thread overview]
Message-ID: <A7E42707AD296BDCDF98CCD349D5E20D@smtp.pobox.com> (raw)
In-Reply-To: <4f949543-a147-1699-86cf-55debf8cca98@riseup.net>

Quoth mkf9 <mkf9@riseup.net>:
> Can you mention a example?
> i don't understand first one and simple URLs with queries in them worked 
> for me.
> 
> Alex Musolino wrote:
> >> @@ -34,6 +34,8 @@
> >>   	case -b
> >>   		b=$2
> >>   		shift
> >> +	case -a
> >> +		o=`{basename $2}
> >>   	case *
> >>   		usage
> >>   	}
> > 
> > This assumes that the URL immediately follows the '-a' which it won't
> > in general.  That aside, the idea probably doesn't work so well when
> > you have URLs with a query component either.
> > 
> 

For an example of the first thing Alex brought up:

	hget -a -b http://www.example.com/videos ../images/image01.jpg

The '?' and following is a query component:

	https://www.example.com/your.jpg?_dc=19594393


  reply	other threads:[~2022-10-12  4:34 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-11 19:11 mkf9
2022-10-11 20:39 ` Alex Musolino
2022-10-12  2:50   ` mkf9
2022-10-12  4:32     ` unobe [this message]
2022-10-12 11:31       ` umbraticus
2022-10-12 22:01       ` mkf9
2022-10-15 21:07 Alex Musolino
2022-10-15 21:10 ` Alex Musolino
2022-10-15 22:51   ` ori
2022-10-16 19:59     ` Alex Musolino
2022-10-16 21:53       ` ori
2022-10-16  6:00   ` mkf9
2022-10-16 20:02     ` Alex Musolino
2022-10-16 20:17       ` Stanley Lieber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=A7E42707AD296BDCDF98CCD349D5E20D@smtp.pobox.com \
    --to=unobe@cpan.org \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).