-3

How can I download videos and other files form different web sites of the internet using google chrome and fire fox?

1 Answers1

1

The universal answer is not to use firefox or chrome, but youtube-dl. Simply install it by running sudo apt-get install youtube-dl in a terminal.

A video, from a supported site, can be downloaded by running youtube-dl 'http://example.com/', i.e. youtube-dl 'https://www.youtube.com/watch?v=dQw4w9WgXcQ' to download the video of Rick Astley's infamous hit.

You will probably find chrome extensions for some of this, but I've not seen a tool as complete as youtube-dl. It supports every major site out there.

vidarlo
  • 22,691