Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Apr 2013 16:04:08 +0200
From:      Bernt Hansson <bah@bananmonarki.se>
To:        Polytropon <freebsd@edvax.de>
Cc:        Harald Weis <hawei@free.fr>, FreeBSD questions <freebsd-questions@freebsd.org>
Subject:   Re: Youtube & Flash Videos broken?
Message-ID:  <51641FD8.80603@bananmonarki.se>
In-Reply-To: <20130409122202.20f64ba1.freebsd@edvax.de>
References:  <20130406213911.GB2802@schweikhardt.net> <20130407000932.678efc0d.freebsd@edvax.de> <20130408150313.GB5491@pollux.local.net> <20130409035830.dd03faa9.freebsd@edvax.de> <20130409101535.GA2784@pollux.local.net> <20130409122202.20f64ba1.freebsd@edvax.de>

next in thread | previous in thread | raw e-mail | index | archive | help
2013-04-09 12:22, Polytropon skrev:
> On Tue, 9 Apr 2013 12:15:35 +0200, Harald Weis wrote:
>> I've also seen that the '-h' option did tell a lot of things, except the
>> the reqirement to quote the URL...
>
> This is something you'll find in "man csh" or "man bash". :-)
>
>
>
>> Now I get the following:
>>
>> me@pollux:~ % youtube-dl -v "http://www.youtube.com/watch?v=6xuubjIrYkc"
>> [debug] Proxy map: {}
>> [youtube] Setting language
>> [youtube] 6xuubjIrYkc: Downloading video webpage
>> [youtube] 6xuubjIrYkc: Downloading video info webpage
>> [youtube] 6xuubjIrYkc: Extracting video information
>>
>> ERROR: unable to download video
>> me@pollux:~ %
>
> You should see something like this instead:
>
> % youtube-dl "http://www.youtube.com/watch?v=6xuubjIrYkc"
> [youtube] Setting language
> [youtube] 6xuubjIrYkc: Downloading video webpage
> [youtube] 6xuubjIrYkc: Downloading video info webpage
> [youtube] 6xuubjIrYkc: Extracting video information
> [download] Destination: 6xuubjIrYkc.flv
> [download]   1.9% of 482.49M at  180.22k/s ETA 44:49
> ...
> and so on.

Or something like this.

% youtube-dl -t 'http://www.youtube.com/watch?v=6xuubjIrYkc'
[youtube] Setting language
[youtube] 6xuubjIrYkc: Downloading video webpage
[youtube] 6xuubjIrYkc: Downloading video info webpage
[youtube] 6xuubjIrYkc: Extracting video information
[download] Destination: Pat Metheny - Secret Story-6xuubjIrYkc.flv
[download]   0.9% of 482.49M at  457.60k/s ETA 17:50

>
>
>> Unable(!) to see the reason.
>
> What version are you running?
>
> I have youtube_dl-2012.09.27 here, not the most recent one.
> Sometimes there is a problem when your version has been
> obsoleted by something YouTube did change.
>
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51641FD8.80603>