gojaleo

yt-dlp on Ubuntu on Virtual Box

May 30th, 2022 (edited)
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. Assumptions
  2. - You have Virtual Box Installed, ready and at least 10GB of available disk space
  3. Steps
  4. 1. Use the link and download the Ubuntu 18.04 ISO - Get the "Desktop" Version
  5. https://releases.ubuntu.com/bionic/
  6. 2. Create the Instance of Ubuntu in Virtual Box
  7. 3. Run the VB install of ubuntu
  8. 4. Run the Guest Additions Installation
  9. 5. Run System Update
  10. sudo apt update
  11. 6. Install pip3-python
  12. sudo apt install python3-pip
  13. 7. Install yt-dlp
  14. sudo pip3 install -m yt-dlp
  15. 8. Install ffmpeg (needed to merge audio and video)
  16. sudo apt install ffmpeg
  17. 9. Test yt-dlp
  18.  
  19. Details on the tool
  20. https://pypi.org/project/yt-dlp/
  21. https://github.com/yt-dlp/yt-dlp
Advertisement
Add Comment
Please, Sign In to add comment