2011-06-23

Slitaz -- review / youtube-dl

tux@slitaz:~$ tazpkg info youtube-dl

Tazpkg information
================================================================================
Package    : youtube-dl
Version    : 2011.03.29
Category   : utilities
Short desc : Downloads videos from various streaming websites.
Maintainer : gokhlayeh@slitaz.org
Depends    : python
Build deps : wget
Web site   : http://rg3.github.com/youtube-dl/
================================================================================

tux@slitaz:~$

youtube-dl  [http://rg3.github.com/youtube-dl/ ]
Download videos from YouTube.com (and mores sites...)
youtube-dl is a small command-line program to download videos from YouTube.com and a few more sites. It requires the Python interpreter, version 2.x (x being at least 5), and it is not platform specific. It should work in your Unix box, in Windows or in Mac OS X. It is released to the public domain, which means you can modify it, redistribute it or use it however you like.

SliTaz GNU/Linux Cooking 20110531 Review
ItchyHippo  | 2011-05-31

tux@slitaz:~$ youtube-dl http://www.youtube.com/watch?v=3jt3th_nhbE
[youtube] Setting language
[youtube] 3jt3th_nhbE: Downloading video webpage
[youtube] 3jt3th_nhbE: Downloading video info webpage
[youtube] 3jt3th_nhbE: Extracting video information
[download] Destination: 3jt3th_nhbE.mp4
[download] 100.0% of 58.08M at  239.74k/s ETA 00:00
tux@slitaz:~$ ls -lh *.mp4
-rw-r--r--    1 tux      users      58.1M Jun  1 08:07 3jt3th_nhbE.mp4

tux@slitaz:~$