From owner-freebsd-questions@FreeBSD.ORG Tue Apr 9 00:50:32 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E1A61D7E for ; Tue, 9 Apr 2013 00:50:32 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from mail-vc0-f170.google.com (mail-vc0-f170.google.com [209.85.220.170]) by mx1.freebsd.org (Postfix) with ESMTP id A6B8B6C9 for ; Tue, 9 Apr 2013 00:50:32 +0000 (UTC) Received: by mail-vc0-f170.google.com with SMTP id lf10so1959569vcb.29 for ; Mon, 08 Apr 2013 17:50:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=ZZY56o4kmqwmH9XglO9+bkoRo+xN/pcY3+TQZYXnetQ=; b=n0w5bQY0UtHop/5Cq+bPHWRJCYdR5emzbvPWL+L7HpjrifGjjcpv6U3dS3oDOLl7Na BYHweMK1HR8xiqf3O0HkG2AF+GvqFto9krSgKVSI9YHkWktingCkPqZAxFXkDmHFodnX SCXf9basoDVvzOBrn0jIEPYnjcX+eA/rn6hVIz8o3xGtmQ59oc3ur2Qp9m2dBJHm2lYt 2Fuf90JpP/9mcHqvLzJHmYiQQlAO7iUigNKvC+93eXv5T1M6qPgaiW4pXk5ckvsx49AQ P82c9GM7tJo2mUSlmqB0NR+FOVf72M0gbssJ6mDnpB+skM6suV7Kpy7iMqd/7HgVwn81 I5qw== MIME-Version: 1.0 X-Received: by 10.59.3.9 with SMTP id bs9mr4196093ved.38.1365468625865; Mon, 08 Apr 2013 17:50:25 -0700 (PDT) Received: by 10.52.19.109 with HTTP; Mon, 8 Apr 2013 17:50:25 -0700 (PDT) In-Reply-To: <20130408150313.GB5491@pollux.local.net> References: <20130406213911.GB2802@schweikhardt.net> <20130407000932.678efc0d.freebsd@edvax.de> <20130408150313.GB5491@pollux.local.net> Date: Mon, 8 Apr 2013 20:50:25 -0400 Message-ID: Subject: Re: Youtube & Flash Videos broken? From: "illoai@gmail.com" To: FreeBSD questions Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 00:50:32 -0000 On 8 April 2013 11:03, Harald Weis wrote: > On Sun, Apr 07, 2013 at 12:09:32AM +0200, Polytropon wrote: > > > If it's just about YouTube video, why not use youtube-dl and > > mplayer? I haven't tested it for those particular two videos, > > but it tends to work for everything. :-) > > Can you please help me how to find the right URLs for youtube-dl ? > > For example on > http://www.youtube.com/user/ConcertosLive/videos > > When I copy URLs with mouse in opera I always get > "youtube-dl: No match." > > (opera and flash work fine for playing and also for downloading the > the ogg file) > > I definitely prefer the command line tool. > Getting rid of flash would be a tremendous relief. > > youtube_dl works fine with just the video id, as in: % youtube_dl -c --restrict-filenames -o '%(title)s.%(id)s.%(ext)s' "De6ejDbIcOM" to download http://www.youtube.com/watch?v=3DDe6ejDbIcOM (though the full url works, as well) You may want to set --max-quality 45 (or 46)* to avoid downloading a =BDGB 3072p video (as with some of the HD stuff) since youtube_dl defaults to the highest quality available. *quo vide: http://en.wikipedia.org/wiki/YouTube --=20 --