clive, una aplicación por línea de comandos, puede descargar flash videos actualmente de los siguientes servidores de vídeos:
- Break.com
- BuzzHumor
- Clipfish
- Dailymotion
- eVisor (Gaskrank)
- Funny Hub
- Gaskrank (eVisor)
- Golem.de
- Google Videos
- LiveLeak
- Myubo
- Sevenload
- Spiegel Online
- Vimeo
- Youtube
INSTALACIÓN:
Código:
$ sudo apt-get install clive
(Para quien quiera compilar usando el código fuente de la última versión puede descargarlo en:
)
USO:
- Para descargar un vídeo de los servidores arriba mencionados:
Código:
$ clive [URL_del_vídeo1] [URL_del_vídeo2] ........
- Descargar vídeos de una lista de enlaces:
Código:
$ cat [nombre_lista_enlaces] | clive
- Descargar vídeos desde el portapapeles [NOTA: es necesaria la instalación previa de la aplicación xclip]:
Código:
$ xclip -o | clive
- Descargar en paralelo vídeos de una lista de enlaces:
Código:
$ cat [nombre_lista_enlaces] | xargs -n 1 -P (nº descargas paralelas deseadas) clive
- Intentar descargar un vídeo borrado desde su caché, si ésta está disponible:
Código:
$ clive -r [URL_del_vídeo]
- Descargar un vídeo con la mejor calidad disponible:
Código:
$ clive -f best [URL_del_vídeo1] [URL_del_vídeo2] ........
- Descargar un vídeo en diferentes resoluciones y formatos:
* YouTube:
$ clive -f fmt17 [URL_vídeo_de_Youtube] (resolución 176x144 y formato MP4)
$ clive [URL_vídeo_de_Youtube] (resolución 320X180{puede variar} y formato FLV)
$ clive -f fmt18 [URL_vídeo_de_Youtube] (resolución 480x360 y formato MP4)
$ clive -f fmt34 [URL_vídeo_de_Youtube] (resolución 640x360{puede variar} y formato FLV)
$ clive -f fmt35 [URL_vídeo_de_Youtube] (resolución 854x480 y formato FLV)
$ clive -f fmt43 [URL_vídeo_de_Youtube] (resolución 854x480 y formato WebM)
$ clive -f fmt22 [URL_vídeo_de_Youtube] (resolución 1280x720 y formato MP4)
$ clive -f fmt45 [URL_vídeo_de_Youtube] (resolución 1280x720 y formato WebM)
$ clive -f fmt37 [URL_vídeo_de_Youtube] (resolución 1920x1080 y formato MP4)* Google Videos:
$ clive -f flv [URL_vídeo_de_Google_Videos] (formato FLV)
$ clive -f mp4 [URL_vídeo_de_Google_Videos] (formato MP4)* Dailymotion:
$ clive -f flv [URL_vídeo_de_Dailymotion] (resolución 320x240 y formato FLV)
$ clive -f hq [URL_vídeo_de_Dailymotion] (resolución 848x480 y formato MP4)
$ clive -f hd [URL_vídeo_de_Dailymotion] (resolución 1280x720 y formato MP4)* Vimeo:
$ clive -f flv [URL_vídeo_de_Vimeo]
$ clive -f hd [URL_vídeo_de_Vimeo]* Spiegel Online:
$ clive -f flv [URL_vídeo_de_Spiegel] (resolución 180x100 y formato FLV)
$ clive -f vp6_576 [URL_vídeo_de_Spiegel] (resolución 560x315 y formato FLV)
$ clive -f vp6_928 [URL_vídeo_de_Spiegel] (resolución 996x560 y formato FLV)
$ clive -f h264_1400 [URL_vídeo_de_Spiegel] (resolución 996x560 y formato MP4)
$ clive -f 3gp [URL_vídeo_de_Spiegel] (formato 3GP)
$ clive -f podcast [URL_vídeo_de_Spiegel] (formato MP4)* Golem.de:
$ clive -f flv [URL_vídeo_de_Golem.de]
$ clive -f high [URL_vídeo_de_Golem.de]
$ clive -f ipod [URL_vídeo_de_Golem.de]* (El resto de servidores solamente disponen de formato FLV)
- Continuar descarga de vídeo interrumpida:
Código:
$ clive -c [URL_del_vídeo]
- Cambiar nombre vídeo al descargar:
Código:
$ clive -O [nuevo_nombre] [URL_del_vídeo]
- Mostrar los servidores de vídeos descargables por clive:
Código:
$ clive --hosts
- Simular (no descargar) descarga de un vídeo para así comprobar su existencia, el nombre del mismo, su tamaño y su formato:
Código:
$ clive -n [URL_del_vídeo]
saludo a mi amigos taringueros