From owner-freebsd-questions@FreeBSD.ORG Mon Dec 10 01:41:09 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CDEC416A418 for ; Mon, 10 Dec 2007 01:41:09 +0000 (UTC) (envelope-from fbsd06+RB=9c3ffd06@mlists.homeunix.com) Received: from mxout-04.mxes.net (mxout-04.mxes.net [216.86.168.179]) by mx1.freebsd.org (Postfix) with ESMTP id A312B13C447 for ; Mon, 10 Dec 2007 01:41:09 +0000 (UTC) (envelope-from fbsd06+RB=9c3ffd06@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id D8062D0502 for ; Sun, 9 Dec 2007 20:41:07 -0500 (EST) Date: Mon, 10 Dec 2007 01:41:04 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20071210014104.37683488@gumby.homeunix.com.> In-Reply-To: <20071210000940.GA3696@slackbox.xs4all.nl> References: <20071208210331.GA1241@thought.org> <475B0A21.5000708@math.arizona.edu> <200712091445.23000.kneel.pardoe@virgin.net> <475C2014.6010805@math.arizona.edu> <475C80DE.40505@onetel.com> <20071210000940.GA3696@slackbox.xs4all.nl> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: copying DVD material :: somewhat OT. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2007 01:41:09 -0000 On Mon, 10 Dec 2007 01:09:40 +0100 Roland Smith wrote: > On Sun, Dec 09, 2007 at 11:57:18PM +0000, Chris Whitehouse wrote: > > I tried youtube-dl but every url I tried gave > > youtube-dl: No match. > > > > eg > > > > %youtube-dl http://youtube.com/watch?v=gpIM3nBR2ZA > > youtube-dl: No match. > > You have to quote the argument to youtube-dl, otherwise the shell will > mess it up, because '?' is a special character for the shell. > > So use: youtube-dl 'http://youtube.com/watch?v=gpIM3nBR2ZA' An alternative is the "All-In-One Video Bookmarklet" which you can get here: http://1024k.de/bookmarklets/video-bookmarklets.html It's just a little bit of javascript that's small enough to live in a bookmark. It turns the current page into a list of download links. I find it a lot easier than youtube-dl.