From owner-freebsd-questions@FreeBSD.ORG Wed Feb 13 15:43:40 2008 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 60E5816A41B for ; Wed, 13 Feb 2008 15:43:40 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from unsane.co.uk (www.unsane.co.uk [85.233.185.162]) by mx1.freebsd.org (Postfix) with ESMTP id CB17313C45E for ; Wed, 13 Feb 2008 15:43:39 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from prawn.unsane.co.uk (150.117-84-212.staticip.namesco.net [212.84.117.150]) (authenticated bits=0) by unsane.co.uk (8.14.0/8.14.0) with ESMTP id m1DFfPol017945 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 13 Feb 2008 15:41:27 GMT (envelope-from jhary@unsane.co.uk) Message-ID: <47B31027.3080104@unsane.co.uk> Date: Wed, 13 Feb 2008 15:43:35 +0000 From: Vince Hoffman User-Agent: Thunderbird 2.0.0.9 (X11/20080124) MIME-Version: 1.0 To: Matthias Apitz References: <20080213150712.GA9811@rebelion.Sisis.de> In-Reply-To: <20080213150712.GA9811@rebelion.Sisis.de> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: downloading video from http://video.google.com/googleplayer.swf?docId=... 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: Wed, 13 Feb 2008 15:43:40 -0000 Matthias Apitz wrote: > Hello, > > Is there any command line tool in FreeBSD for downloading a video from a > URL like http://video.google.com/googleplayer.swf?docId=7540047147367608928 > in the way youtube-dl, for example, does? Thx in advance > > matthias Umm youtube-dl is a command line tool for doing this (and its in ports www/youtube_dl) theres also www/metacafe_dl for metacafe. Did you mean something different? Vince