Difference between revisions of "Using YouTube"

From LibrePlanet
Jump to: navigation, search
(Created page with "YouTube is the second most popular website in the world, behind only Google. However, unlike Google, YouTube does not function at all without proprietary JavaScript (see [http...")
 
(Expand upon invidious and youtube-dl)
Line 1: Line 1:
 
YouTube is the second most popular website in the world, behind only Google. However, unlike Google, YouTube does not function at all without proprietary JavaScript (see [https://www.gnu.org/philosophy/javascript-trap.en.html The JavaScript Trap]). This guide describes a number of options for accessing this wealth of knowledge and entertainment. It also provides alternatives to posting videos to YouTube so we can reduce our dependence on it.
 
YouTube is the second most popular website in the world, behind only Google. However, unlike Google, YouTube does not function at all without proprietary JavaScript (see [https://www.gnu.org/philosophy/javascript-trap.en.html The JavaScript Trap]). This guide describes a number of options for accessing this wealth of knowledge and entertainment. It also provides alternatives to posting videos to YouTube so we can reduce our dependence on it.
  
== Invidious ==  
+
== [https://github.com/omarroth/invidious Invidious] ==  
By far the easiest option is to use a public instance of invidious
+
By far the easiest option is to use a public instance of invidious.
 +
 
 +
Youtube links looks like this: https://www.youtube.com/watch?v=AaA1a1AaA-a
 +
 
 +
Invidious links look like this: https://www.invidio.us/watch?v=AaA1a1AaA-a
 +
 
 +
Links can be manually changed or converted with an add-on.
  
 
=== self-hosting invidious ===
 
=== self-hosting invidious ===
Line 9: Line 15:
  
 
=== youtube-dl ===
 
=== youtube-dl ===
 +
 +
Open a terminal.
 +
 +
Install youtube-dl on a Debian based system.
 +
 +
    sudo apt install -y youtube-dl
 +
 +
Download a video with a command like this:
 +
 +
    youtube-dl https://www.youtube.com/watch?v=AaA1a1AaA-a
  
 
=== ytdl ===
 
=== ytdl ===
  
 
== RSS ==
 
== RSS ==

Revision as of 11:36, 4 November 2019

YouTube is the second most popular website in the world, behind only Google. However, unlike Google, YouTube does not function at all without proprietary JavaScript (see The JavaScript Trap). This guide describes a number of options for accessing this wealth of knowledge and entertainment. It also provides alternatives to posting videos to YouTube so we can reduce our dependence on it.

Invidious

By far the easiest option is to use a public instance of invidious.

Youtube links looks like this: https://www.youtube.com/watch?v=AaA1a1AaA-a

Invidious links look like this: https://www.invidio.us/watch?v=AaA1a1AaA-a

Links can be manually changed or converted with an add-on.

self-hosting invidious

Command-line Programs

youtube-dl

Open a terminal.

Install youtube-dl on a Debian based system.

   sudo apt install -y youtube-dl

Download a video with a command like this:

   youtube-dl https://www.youtube.com/watch?v=AaA1a1AaA-a

ytdl

RSS