Download Entire YouTube Channel - all of a user's videos

Download Entire YouTube Channel - all of a user's videos: "$ yt-chanrip() { for i in $(curl -s http://gdata.youtube.com/feeds/api/users/"$1"/uploads | grep -Eo "watch\?v=[^[:space:]\"\'\\]{11}" | uniq); do youtube-dl --title --no-overwrites http://youtube.com/"$i"; done }
create the function then run 'yt-chanrip username' to download that user's entire channel.

uses youtube-dl and the GData API. similar to http://www.commandlinefu.com/commands/view/3154/download-youtube-playlist


commandlinefu.com

by David Winterbottom (codeinthehole.com)




"

Comentarios

Entradas populares de este blog

Los 5 vídeos más impresionantes de la semana #5

Enlaces rápidos (30-03-2010)