Download Youtube video with wget!
Download Youtube video with wget!: "
by David Winterbottom (codeinthehole.com)
"
$ wget http://www.youtube.com/watch?v=dQw4w9WgXcQ -qO- | sed -n "/fmt_url_map/{s/[\'\"\|]/\n/g;p}" | sed -n '/^fmt_url_map/,/videoplayback/p' | sed -e :a -e '$q;N;5,$D;ba' | tr -d '\n' | sed -e 's/\(.*\),\(.\)\{1,3\}/\1/' | wget -i - -O surprise.flv
Nothing special required, just wget, sed & tr!
by David Winterbottom (codeinthehole.com)
"
Comentarios
Publicar un comentario