Created
November 11, 2011 08:48
-
-
Save amaudy/1357530 to your computer and use it in GitHub Desktop.
download video from youtube, vimeo, blip.tv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
กลับไปดูวิดีโอใน Google Developers ที่ทำ Bookmarks ไว้บน Youtube ปรากฎว่าโดนลบไปหลายอัน | |
นึกขึ้นได้ว่าน่าจะโหลดเก็บไว้ เผื่อโดนลบอีก | |
จะให้ใช้ Firefox extensions ก็ไม่ไหว เคยมีเรื่องไม่ประทับใจกันมาก่อน | |
ไปเจอคาถา(สคริปต์) youtube-dl ใน github.com ลองโหลดมาใช้งานแล้วประทับใจ | |
youtube-dl | |
สรรพคุณ : โหลดวิดีโอจาก Youtube, Vimeo, Blip.tv | |
วิธีติดตั้ง : youtube-dl เขียนด้วย Python ถ้ามี Python ในเครื่อง ก็ไม่จำเป็นต้องติดตั้งอะไรเพิ่มเติม | |
วิธีใช้ : เปิด terminal ขึ้นมาแล้วร่ายมนต์ด้วยคำสั่ง youtube-dl -t http://link.to/video | |
เช่น ถ้าผมจะโหลด http://www.youtube.com/watch?v=CxLL-sR6XfM คำสั่งเต็มๆ คือ | |
youtube-dl -t http://www.youtube.com/watch?v=CxLL-sR6XfM | |
โดย -t คือการบอกให้สร้างชื่อไฟล์ตามชื่อเรื่องของวิดีโอ | |
ดาวน์โหลดสคริปต์ได้ที่ | |
http://rg3.github.com/youtube-dl/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment