Jump to content

Trying to get Mediahuman to work on Ubuntu 18.04.2

For a project I've been working on, I'm trying to get MediaHuman Youtube Downloader to work on my Raspberry Pi 3B running Ubuntu 18.04.2

 

I really don't know much about Linux, when I go to download it I cannot use either the 32 or 64 bit versions, and when I try to install it using terminal I simply get an error that the directory cannot be found. 

 

Has anyone done this before? I know this is probably a long shot. If not, is there another version of Linux I could use instead that works on the Pi?

 

Thanks!

Link to comment
Share on other sites

Link to post
Share on other sites

For ubuntu you got two options, you can either add a repository and install from your package manager with (following the instruction on that site)

 

sudo add-apt-repository https://www.mediahuman.com/packages/ubuntu
sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 7D19F1F3
sudo apt-get update

then

sudo apt-get install youtube-to-mp3
sudo apt-get install youtube-downloader

 

or manually download the .debs and double clicking on them to install

 

or install them with cd /home/*user*/Download/, and then dpkg -i debname.deb

Link to comment
Share on other sites

Link to post
Share on other sites

Hm.... You can use this I guess. I coded it myself. 

https://github.com/GAO23/Pytube-GUI?files=1

Download the binary and then make it executable with chmod +x Pytube-GUI then run ./Pytube-GUI in the terminal. 

 

mkdir bin in your home directory then

mv Pytube-GUI ~/bin if you want to add it to path. 

 

Edit: Nevermind. I thought you were looking for an YouTube downloader. 

Sudo make me a sandwich 

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×