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