summaryrefslogtreecommitdiff
path: root/talermerchantdemos/blog/articles/en/whats-wrong-with-youtube.html
blob: f05fda35814b2988c25519accc992f72247415ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!--#include virtual="/server/html5-header.html" -->
<!-- This page is derived from /server/standards/boilerplate.html -->
<!-- Parent-Version: 1.96 -->
<title>What's Wrong with YouTube
- GNU Project - Free Software Foundation</title>
 <!--#include virtual="/philosophy/po/whats-wrong-with-youtube.translist" -->
<!--#include virtual="/server/banner.html" -->
<div class="reduced-width">
<h2>What's Wrong with YouTube</h2>
<div class="thin"></div>

<p>
YouTube is a peculiar case.  As of September 2020, it is possible to
watch YouTube videos without running any nonfree software, even coming
in via Tor, via some of the &ldquo;Invidious&rdquo; intermediary sites.</p>

<p>
We recommend using LibreJS with them.  The Invidious sites are not
all alike: some won't let you in without nonfree Javascript code.
Also, while most of the JavaScript code on those sites carries a free
license, there is one file, handlers.js, which does not.  LibreJS will
prevent its execution, and watching videos still works.</p>

<p>
There is also a free add-on for Firefox, called ViewTube, that permits
direct access to watch videos on YouTube.  It is preinstalled in the
GNU browser, IceCat, and you can load it into Firefox.  The free
program youtube-dl is also available; it gets data out of the site's
JavaScript code but doesn't run that code.  But youtube.com is likely
to block these means of access if you come via Tor.</p>

<p>
As a result of these access methods, posting videos on YouTube does
not currently put them off limits to the free world.  That is good,
and we hope it lasts, but we cannot count on them to keep working.
The add-on broke once in 2019 because of some change in YouTube.  That
time, a corrected add-on was released after a few weeks.  Next time,
who knows?  Thus, posting on YouTube is a fragile solution
unless/until Google commits to supporting libre access.</p>

<p>
Please don't use the host name youtube.com (or its aliases) to refer
to a video on YouTube.  Instead, refer to one of the Invidious
intermediary sites that accepts visits via Tor (test it!).  That is
fail-safe: if anything breaks, your link will fail, rather than lead
people to run nonfree software.</p>

<h2>What else <em>Was</em> Wrong with YouTube</h2>

<p>This is what we formerly said, until 2019, about YouTube as a place to post
videos or refer to videos.</p>

<ul>
<li>Normal use of YouTube involves use of nonfree software.

  <ul>
   <li>In the HTML5 mode, it involves running
   a <a href="/philosophy/javascript-trap.html">nonfree JavaScript
   program</a>.  For some videos, it also requires the nonfree Adobe
   DRM software that has been incorporated into proprietary browsers
   and Firefox, but not into the GNU browsers
   including <a href="/software/icecat">IceCat</a>.</li>

   <li>In the (deprecated) non-HTML5 mode, it involves use of Flash
   Player, which is nonfree.  It even tells users to install Flash
   Player.</li>
  </ul>
</li>

<li>Without the nonfree software, you can't even see the YouTube
pages.  Nowadays, without running the nonfree JavaScript code,
the browser window appears blank.</li>

<li>YouTube tries to stop people from downloading copies.
   The nonfree JavaScript code for some videos does not allow
   the browser to save a copy.  This is a form of DRM.
</li>

<li>There is a free
program, <a href="https://www.npmjs.com/package/ytdl">ytdl</a>,
which can download the video for some YouTube pages, but there
is no complete free software solution for access in a browser.
</li>

<li>
&ldquo;ContentID is exactly the thing YouTube claims it doesn't do:
<a href="https://boingboing.net/2018/12/26/youtube-let-a-contentid-scamme.html">
privately mediating ownership of [publications] without involving the law</a>.&rdquo;
</li>

</ul>

<p>One thing about YouTube that is <em>not</em> a moral strike against
it is nonfree software on YouTube servers &mdash; if there is any.  We
as possible users of YouTube can't tell whether the servers run any
nonfree software, because that has no effect on us &mdash; therefore
it doesn't do any wrong to us.</p>

<p>If there are any nonfree programs running on YouTube servers, they
mistreat Google by denying Google control of that aspect of its
computing.  We hope that Google will reclaim its freedom by ceasing to
use those nonfree programs, if any.  But those programs do not mistreat
the <em>users</em> of YouTube, so they are not a reason to refuse
to <em>use</em> that service.</p>

<p>It is also possible that all the software running on YouTube
servers is free&mdash;either published free software or private
unreleased free software.</p>

<hr class="column-limit" />

<p>To post a video without requiring nonfree software to view it,
you can place the video as an Ogg Theora or WebM file on an ordinary web site.
If you are concerned there will be a lot of download traffic, you
can seed a torrent and suggest people download through that.</p>

<p>Another way to publish videos on the web using free software is
<a href="https://mediagoblin.org/">GNU MediaGoblin</a>.  Ideally
you will set up
<a href="https://mediagoblin.readthedocs.io/en/master/">your own server</a>, or run
one for your family and friends, but you can also post on
<a href="https://web.archive.org/web/20210123015349/https://wiki.mediagoblin.org/Live_instances">
public servers</a>.</p>

<p>Please
<a href="https://web.archive.org/web/20210121025759/https://wiki.mediagoblin.org/HackingHowto">
contribute to GNU MediaGoblin</a> if you can.</p>
</div>

</div><!-- for id="content", starts in the include above -->
<!--#include virtual="/server/footer.html" -->
<div id="footer" role="contentinfo">
<div class="unprintable">

<p>Please send general FSF &amp; GNU inquiries to
<a href="mailto:gnu@gnu.org">&lt;gnu@gnu.org&gt;</a>.
There are also <a href="/contact/">other ways to contact</a>
the FSF.  Broken links and other corrections or suggestions can be sent
to <a href="mailto:webmasters@gnu.org">&lt;webmasters@gnu.org&gt;</a>.</p>

<p><!-- TRANSLATORS: Ignore the original text in this paragraph,
        replace it with the translation of these two:

        We work hard and do our best to provide accurate, good quality
        translations.  However, we are not exempt from imperfection.
        Please send your comments and general suggestions in this regard
        to <a href="mailto:web-translators@gnu.org">
        &lt;web-translators@gnu.org&gt;</a>.</p>

        <p>For information on coordinating and contributing translations of
        our web pages, see <a
        href="/server/standards/README.translations.html">Translations
        README</a>. -->
Please see the <a
href="/server/standards/README.translations.html">Translations
README</a> for information on coordinating and contributing translations
of this article.</p>
</div>

<p>Copyright &copy; 2015-2021 Free Software Foundation, Inc.</p>

<p>This page is licensed under a <a rel="license"
href="http://creativecommons.org/licenses/by-nd/4.0/">Creative
Commons Attribution-NoDerivatives 4.0 International License</a>.</p>

<!--#include virtual="/server/bottom-notes.html" -->

<p class="unprintable">Updated:
<!-- timestamp start -->
$Date: 2021/03/27 12:56:20 $
<!-- timestamp end -->
</p>
</div>
</div><!-- for class="inner", starts in the banner include -->
</body>
</html>