From owner-freebsd-questions@FreeBSD.ORG Thu Feb 14 00:50:18 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 380E916A41B for ; Thu, 14 Feb 2008 00:50:18 +0000 (UTC) (envelope-from danny@ricin.com) Received: from smtpq2.groni1.gr.home.nl (smtpq2.groni1.gr.home.nl [213.51.130.201]) by mx1.freebsd.org (Postfix) with ESMTP id BA24613C457 for ; Thu, 14 Feb 2008 00:50:17 +0000 (UTC) (envelope-from danny@ricin.com) Received: from [213.51.130.188] (port=50623 helo=smtp3.groni1.gr.home.nl) by smtpq2.groni1.gr.home.nl with esmtp (Exim 4.60) (envelope-from ) id 1JPSIq-0004nk-Df for freebsd-questions@freebsd.org; Thu, 14 Feb 2008 01:50:16 +0100 Received: from cp1228410-a.dbsch1.nb.home.nl ([84.27.217.164]:58944 helo=desktop.homenet) by smtp3.groni1.gr.home.nl with smtp (Exim 4.60) (envelope-from ) id 1JPSIn-0001iy-GU for freebsd-questions@freebsd.org; Thu, 14 Feb 2008 01:50:16 +0100 Received: by desktop.homenet (sSMTP sendmail emulation); Thu, 14 Feb 2008 01:49:29 +0100 From: "Danny Pansters" To: freebsd-questions@freebsd.org Date: Thu, 14 Feb 2008 01:49:28 +0100 User-Agent: KMail/1.9.7 References: <20080213150712.GA9811@rebelion.Sisis.de> <20080213215221.GA15493@melon.esperance-linux.co.uk> <20080214003716.5cabb3d1@gumby.homeunix.com.> In-Reply-To: <20080214003716.5cabb3d1@gumby.homeunix.com.> X-Face: (Zs+'ncTcchkOX|~t6{?Iii=O!G#WEK!+OD0|-F=i%1pvP5V_Sz4PaJC8o)=?utf-8?q?MiSnH/JMJFy=0A=09oBN-My?=, v":S7, (=?utf-8?q?mmkPm=27U=7BMgT+eM=2EBd=5Cp/P!dr=5DhOTXqpse21O!=25Ct=60SE=2EOodq?= =?utf-8?q?=5Dry=5E=23kU=5E=0A=09-?=GT.[8D}i$6P>=" =?utf-8?q?=23=0A=09*J+4d=7E?= MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802140149.28969.danny@ricin.com> X-Spam-Score: 0.0 (/) 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: Thu, 14 Feb 2008 00:50:18 -0000 On Thursday 14 February 2008 01:37:16 RW wrote: > On Wed, 13 Feb 2008 21:52:21 +0000 > > Frank Shute wrote: > > On Wed, Feb 13, 2008 at 04:07:12PM +0100, 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 > > > > Not exactly what you're looking for but there is a video downloader > > extension for firefox that works with video.google amongst others: > > > > https://addons.mozilla.org/en-US/firefox/addon/3006 > > > > I suppose by reverse engineering the video downloader extension you > > could probably come up with a perl/python script to use from the > > command line. AFAIK nobodys done this. > > Do this and youtube-dl still work? > > I recently tried to download some youtube videos with the > all-in-one video bookmarket, which used to work fine, and it didn't find > any video on the pages. I think youtube may have change the way they > display video. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" youtube-dl was recently updated. I bet the mozilla stuff just uses that. Dan