Mr.Green

สร้าง บันทึกและแบ่งปัน

พิมพ์ค้นหาบทความได้ในช่องค้นหา

youtube-dl บน Arch_linux

การติดตั้ง youtube-dl in Arch

คำสั่งติดตั้ง package ผ่านคำสั่ง pacman  ของ Arch

#sudo pacman -S youtube-dl

หรือจะติดตั้งผ่าน  AUR Arch User Repository ชื่อ  youtube-dl-gitAUR   ตัวอย่างเราใช้ yay ในการติดตั้ง

knupan@Arch Music]$ yay youtube-dl-git
2 aur/python2-youtube-dl-git 2018.05.01.r5.3cc0d0b82-1 (+4 0.00)
A small command-line program to download videos from YouTube.com and a few more sites (git version)
1 aur/youtube-dl-git 2021.02.22.r6.g1631fca1e-1 (+131 1.75)
A small command-line program to download videos from YouTube.com and a few

เราจะเจอสองตัว แต่ Arch แนะนำตัวล่าง แล้วมีคนใช้งานมากด้วยนอกจากนี้ แล้ว ทาง Arch ยังแนะนำให้ติดตั้ง The ffmpeg    ก็ใช้คำสั่งติดตั้ง package

#sudo pacman -S ffmpeg

วิธีการใช้งานเบื้องต้น

กรณีแรก เราต้องการจะทราบว่า ไฟล์วิดีโอที่เราจะดาวโหลดน์ เป็นไฟล์แบบไหน ก็ใช้คำสั่ง

#youtube-dl -F   URL
#youtube-dl -F https://www.youtube.com/watch?v=6qlQwa6j8-E

เมื่อเรา ทราบแล้ว ก็สั่ง ดาวโหลดน์ ตามตัวอย่างข้างล่าง

#youtube-dl -f mp4  URL
#youtube-dl -f mp4 https://www.youtube.com/watch?v=JGJdU2dpYxg

ตัวอย่าง กรณีเราต้องการแปลงไฟล์ ให้เป็นไฟล์ในแบบ M4a 

#youtube-dl -f ‘bestaudio[ext=m4a]’   url

กรณี เจอปัญหา แบบข้างล่าง

ERROR: AtomicParsley was not found. Please install.

ให้ติดตั้ง AtomicParsley ผ่านทาง AUR

#yay atomicparsley

สุดท้าย ตอนใช้คำสั่งดาวโหลดน์ ให้ดูด้วยนะครับตอนนั้น เราอยู่ในห้องหรือ ไดเร็กเตอรี่ไหน ไม่งั้น หากันนาน กว่าจะเจอ

แนะนำ

/home/user/Music   ตอนใช้คำสั่ง ดาวโหลด

Tags:  

Leave a Reply

Your email address will not be published. Required fields are marked *