zsh-users
 help / color / mirror / code / Atom feed
From: Gowtham M <gowthamgowtham@gmail.com>
To: "zsh-users@zsh.org" <zsh-users@zsh.org>
Cc: John <da_audiophile@yahoo.com>
Subject: Re: Errors with my youtube-dl function in ~/.zshrc but I am unsure why
Date: Sun, 16 Aug 2015 22:13:24 +0530	[thread overview]
Message-ID: <CABq+BAJhREQ4g1+QSZOfvkoU8kQih8UCTmyNT=y8FKpSb3z3_g@mail.gmail.com> (raw)
In-Reply-To: <1212377169.5264610.1439708089255.JavaMail.yahoo@mail.yahoo.com>

[-- Attachment #1: Type: text/plain, Size: 1531 bytes --]

Not a direct answer, but youtube-dl works with the video id also, like:
% yt OC1JiAUr3ZU

You may also "setopt nonomatch" to make zsh leave the argument unchanged if
no files match. Although, be warned that it might have some side effects.

Hope this helps.

- Gowtham

On Sun, Aug 16, 2015 at 12:24 PM, John <da_audiophile@yahoo.com> wrote:

>
>
>
>
> ----- Original Message -----
> > From: Eric Cook <llua@gmx.com>
> > To: zsh-users@zsh.org
> > Cc: da_audiophile@yahoo.com
> > Sent: Sunday, August 16, 2015 2:44 AM
> > Subject: Re: Errors with my youtube-dl function in ~/.zshrc but I am
> unsure why
> >
> > On 08/16/2015 02:32 AM, John wrote:
> >>  Why does zsh complain about no matches when I invoke my yt function
> and how
> > can I correct the code?  Thanks!
> >>
> >>  From ~/.zshrc:
> >>   yt() { [[ -z "$1" ]] || noglob youtube-dl -q "$1"
> > &; }
> >>
> >>  Output of command:
> >>   % yt https://www.youtube.com/watch?v=OC1JiAUr3ZU
> >                           :(
> >>   zsh: no matches found: https://www.youtube.com/watch?v=OC1JiAUr3ZU
> >>
> >>  Please note that I am not subscribed to the ML so please cc me in the
> > reply.
> >>
> > You have to call the function with noglob to prevent zsh from thinking ?
> is a
> > pattern character.
> >
> > so:
> > % noglob yt https://www.youtube.com/watch?v=OC1JiAUr3ZU
> >
>
> Thank you for the reply.  In the past (month ago), this function worked
> as-is calling the command prefixed by noglob as you recommended.  Is there
> any way I can roll it into the function?
>

  parent reply	other threads:[~2015-08-16 16:43 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-16  6:32 John
2015-08-16  6:44 ` Eric Cook
2015-08-16  6:54   ` John
2015-08-16 16:37     ` Bart Schaefer
2015-08-16 16:43       ` John
2015-08-16 17:23         ` Bart Schaefer
2015-08-17 21:58       ` zzapper
2015-08-16 16:43     ` Gowtham M [this message]
2015-08-16 21:54       ` Mikael Magnusson

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='CABq+BAJhREQ4g1+QSZOfvkoU8kQih8UCTmyNT=y8FKpSb3z3_g@mail.gmail.com' \
    --to=gowthamgowtham@gmail.com \
    --cc=da_audiophile@yahoo.com \
    --cc=zsh-users@zsh.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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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).