Difference between revisions of "Download Youtube di Ubuntu 10.04"

From OnnoWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
Sumber: http://gumelar.info/ubuntu/download-youtube-videos-on-ubuntu-10-04-lucid-lynx.html
 
Sumber: http://gumelar.info/ubuntu/download-youtube-videos-on-ubuntu-10-04-lucid-lynx.html
  
Youtube fans who use the Linux operating system Ubuntu 10:04 Lucid Lynx, there are applications that can be used to download videos from youtube. Do not need buffering again.By using youtube-dl we can take a video on youtube with the format. Flv.
 
  
To install live type of terminal
+
Instalasi aplikasi
  
 
  # apt-get install youtube-dl
 
  # apt-get install youtube-dl
  
for example:
+
contoh penggunaan
  
 
  # youtube-dl http://www.youtube.com/watch?v=aemXgP-2xyg
 
  # youtube-dl http://www.youtube.com/watch?v=aemXgP-2xyg
  
it will be stored on a video with the title-2xyg.flv aemXgP
+
file akan di simpan di title-2xyg.flv aemXgP
  
To change the title could use
+
agar di simpan dalam nama yang lebih manusiawi gunakan
  
 
  # youtube-dl -o nametitle http://www.youtube.com/watch?v=aemXgP-2xyg
 
  # youtube-dl -o nametitle http://www.youtube.com/watch?v=aemXgP-2xyg
 +
 +
==Contoh Tampilan Saat Download==
 +
 +
youtube-dl http://www.youtube.com/watch?v=2S7iNQoYY1w
 +
 +
[youtube] Setting language
 +
[youtube] 2S7iNQoYY1w: Downloading video webpage
 +
[youtube] 2S7iNQoYY1w: Downloading video info webpage
 +
[youtube] 2S7iNQoYY1w: Extracting video information
 +
[download] Destination: 2S7iNQoYY1w.webm
 +
[download]  10.2% of 42.96M at    6.51k/s ETA --:--
  
  

Revision as of 08:18, 13 April 2012

Sumber: http://gumelar.info/ubuntu/download-youtube-videos-on-ubuntu-10-04-lucid-lynx.html


Instalasi aplikasi

# apt-get install youtube-dl

contoh penggunaan

# youtube-dl http://www.youtube.com/watch?v=aemXgP-2xyg

file akan di simpan di title-2xyg.flv aemXgP

agar di simpan dalam nama yang lebih manusiawi gunakan

# youtube-dl -o nametitle http://www.youtube.com/watch?v=aemXgP-2xyg

Contoh Tampilan Saat Download

youtube-dl http://www.youtube.com/watch?v=2S7iNQoYY1w
[youtube] Setting language
[youtube] 2S7iNQoYY1w: Downloading video webpage
[youtube] 2S7iNQoYY1w: Downloading video info webpage
[youtube] 2S7iNQoYY1w: Extracting video information
[download] Destination: 2S7iNQoYY1w.webm
[download]  10.2% of 42.96M at    6.51k/s ETA --:-- 


Referensi

Pranala Menarik