-4

On Windows I used Internet Download Manager to download movies from hdmoviespoint.com.

Internet Download Manager automatically grabs the file from the download page (they don't provide any download link), now Internet Download Manager doesn't work in Ubuntu.

Is there any way to download movies from that site?

Parto
  • 15,647

2 Answers2

2

You can use movgrab.

To install Movgrab:

sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install movgrab

To download a video

movgrab URL

cehck the source for more information

Maythux
  • 87,123
2

You can try 'XDM' (xtreme download manager) on Ubuntu to Download files. This package is similar to Internet download manager. And provides grabbing video links too. To install this using command line:

sudo add-apt-repository ppa:noobslab/apps 
sudo apt-get update 
sudo apt-get install xdman

or you can install this software from software center too.

Method 2: Installing Savefrom.net helper extension on chrome

visit en.savefrom.net for more information about this extension.

Thank you.

Ravan
  • 9,567