youtube-dl or JDownloader2 or Xtrem download manager

Audio editors, music players, video players, burning software, etc.
Post Reply
Message
Author
labbe5
Posts: 2159
Joined: Wed 13 Nov 2013, 14:26
Location: Canada

youtube-dl or JDownloader2 or Xtrem download manager

#1 Post by labbe5 »

youtube-dl is easily installed with :
#wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl
AND make it executable :
chmod a+rx /usr/local/bin/youtube-dl

To update youtube-dl : youtube-dl -U

To download mp3 from playlist URL or video link :
youtube-dl --extract-audio --audio-format mp3 -i

Add playlist url to command line above.

Further reading :
https://rg3.github.io/youtube-dl/download.html
https://www.tecmint.com/install-youtube ... load-tool/

JDownloader2 :
To get a copy of 32 and 64-bit JDownloader2 :http://jdownloader.org/download/index
Make the script executable : chmod +x JD2Setup_x86 .sh
Then launch the installer : ./ JD2Setup_x86 .sh

Jdownloader 2 has a YouTube downloader for Ubuntu feature that will automatically detect your clipboard and generate a download in the LinkGrabber section when you copy a YouTube video link. Open a video on YouTube, copy the entire URL of the video while Jdownloader 2 is running in the background. Then, go to Jdownloader and open the Linkgrabber tab. Right-click the link you copied earlier and click on Start download to download the YouTube video.

Here is a tutorial to install Xtrem Download Manager : https://www.2daygeek.com/install-xtreme ... opensuse/#

wget http://sourceforge.net/projects/xdman/files/xdman.deb

If the above apps are not enough, try 4K Video Downloader : https://www.4kdownload.com/download
It supports 3D and 360 degree video downloading.

Post Reply