release 2016.03.25
This commit is contained in:
		@@ -16,27 +16,27 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
<p>Remember <em>youtube-dl</em> requires <a href="http://www.python.org/">Python</a> version 2.6, 2.7, or 3.2+ to work.</p>
 | 
					<p>Remember <em>youtube-dl</em> requires <a href="http://www.python.org/">Python</a> version 2.6, 2.7, or 3.2+ to work.</p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<h2><a href="https://yt-dl.org/downloads/2016.03.18/youtube-dl">2016.03.18</a> (<a href="https://yt-dl.org/downloads/2016.03.18/youtube-dl.sig">sig</a>)</h2>
 | 
					<h2><a href="https://yt-dl.org/downloads/2016.03.25/youtube-dl">2016.03.25</a> (<a href="https://yt-dl.org/downloads/2016.03.25/youtube-dl.sig">sig</a>)</h2>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<ul>
 | 
					<ul>
 | 
				
			||||||
<li><strong>MD5</strong>: a427d021bb60965269fa1e99fb4310bb</li>
 | 
					<li><strong>MD5</strong>: d11a67fe442c63bfb102447ef8006b95</li>
 | 
				
			||||||
<li><strong>SHA1</strong>: 314c5817818df96d174dee7cf89e6696413d4923</li>
 | 
					<li><strong>SHA1</strong>: a98b785b5201efbe0ebc19d7e9af3d61f45c233b</li>
 | 
				
			||||||
<li><strong>SHA256</strong>: 37caa03dea7081ea04d4ee2060038861f01375bc965b980d6a32624de9c7f2ff</li>
 | 
					<li><strong>SHA256</strong>: 1ad76c2702731310fe48a5698a5bcf124ec33962ec85f4f2861aeb71f142c157</li>
 | 
				
			||||||
</ul>
 | 
					</ul>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<p>
 | 
					<p>
 | 
				
			||||||
	<a href="https://yt-dl.org/downloads/2016.03.18/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.03.18/youtube-dl.exe.sig">sig</a> - 5f39c9253c94450fcc724ad147dc7b8a33949eff6d27a41d8160468168100dd7)<br>
 | 
						<a href="https://yt-dl.org/downloads/2016.03.25/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.03.25/youtube-dl.exe.sig">sig</a> - b3414305dfc395e544b8925f34ba4c87363e4bc7f67b6860a2c8b696b74f4223)<br>
 | 
				
			||||||
	<a href="https://yt-dl.org/downloads/2016.03.18/youtube-dl-2016.03.18.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.03.18/youtube-dl-2016.03.18.tar.gz.sig">sig</a> - 1322afa755bc84531d1ede700a5fa2a6abb815b13a9382b83b78c5193f56fb8a)
 | 
						<a href="https://yt-dl.org/downloads/2016.03.25/youtube-dl-2016.03.25.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.03.25/youtube-dl-2016.03.25.tar.gz.sig">sig</a> - e9b76e981d5aa9465f5f3b8dc46576b9c4b77af7e6a90dcf21d179dc1a47d87a)
 | 
				
			||||||
</p>
 | 
					</p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<p>To install it right away for all UNIX users (Linux, OS X, etc.), type:
 | 
					<p>To install it right away for all UNIX users (Linux, OS X, etc.), type:
 | 
				
			||||||
<code class="commands">sudo curl https://yt-dl.org/downloads/2016.03.18/youtube-dl -o /usr/local/bin/youtube-dl<br/>
 | 
					<code class="commands">sudo curl https://yt-dl.org/downloads/2016.03.25/youtube-dl -o /usr/local/bin/youtube-dl<br/>
 | 
				
			||||||
sudo chmod a+rx /usr/local/bin/youtube-dl</code>
 | 
					sudo chmod a+rx /usr/local/bin/youtube-dl</code>
 | 
				
			||||||
</p>
 | 
					</p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<p>If you do not have curl, you can alternatively use a recent wget:
 | 
					<p>If you do not have curl, you can alternatively use a recent wget:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<code class="commands">sudo wget https://yt-dl.org/downloads/2016.03.18/youtube-dl -O /usr/local/bin/youtube-dl<br/>
 | 
					<code class="commands">sudo wget https://yt-dl.org/downloads/2016.03.25/youtube-dl -O /usr/local/bin/youtube-dl<br/>
 | 
				
			||||||
sudo chmod a+rx /usr/local/bin/youtube-dl</code>
 | 
					sudo chmod a+rx /usr/local/bin/youtube-dl</code>
 | 
				
			||||||
</p>
 | 
					</p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -53,7 +53,7 @@ See the <a href="https://pypi.python.org/pypi/youtube_dl">pypi page</a> for more
 | 
				
			|||||||
</p>
 | 
					</p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<p>To check the signature, type:
 | 
					<p>To check the signature, type:
 | 
				
			||||||
<code class="commands">sudo wget https://yt-dl.org/downloads/2016.03.18/youtube-dl.sig -O youtube-dl.sig<br/>gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl<br/>rm youtube-dl.sig</code>
 | 
					<code class="commands">sudo wget https://yt-dl.org/downloads/2016.03.25/youtube-dl.sig -O youtube-dl.sig<br/>gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl<br/>rm youtube-dl.sig</code>
 | 
				
			||||||
</p>
 | 
					</p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<p>The following GPG keys will be used to sign the binaries and the git tags:</p>
 | 
					<p>The following GPG keys will be used to sign the binaries and the git tags:</p>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -89,6 +89,7 @@
 | 
				
			|||||||
	<li><b>Bigflix</b></li>
 | 
						<li><b>Bigflix</b></li>
 | 
				
			||||||
	<li><b>Bild</b>: Bild.de</li>
 | 
						<li><b>Bild</b>: Bild.de</li>
 | 
				
			||||||
	<li><b>BiliBili</b></li>
 | 
						<li><b>BiliBili</b></li>
 | 
				
			||||||
 | 
						<li><b>BioBioChileTV</b></li>
 | 
				
			||||||
	<li><b>BleacherReport</b></li>
 | 
						<li><b>BleacherReport</b></li>
 | 
				
			||||||
	<li><b>BleacherReportCMS</b></li>
 | 
						<li><b>BleacherReportCMS</b></li>
 | 
				
			||||||
	<li><b>blinkx</b></li>
 | 
						<li><b>blinkx</b></li>
 | 
				
			||||||
@@ -115,6 +116,7 @@
 | 
				
			|||||||
	<li><b>CBSNews</b>: CBS News</li>
 | 
						<li><b>CBSNews</b>: CBS News</li>
 | 
				
			||||||
	<li><b>CBSNewsLiveVideo</b>: CBS News Live Videos</li>
 | 
						<li><b>CBSNewsLiveVideo</b>: CBS News Live Videos</li>
 | 
				
			||||||
	<li><b>CBSSports</b></li>
 | 
						<li><b>CBSSports</b></li>
 | 
				
			||||||
 | 
						<li><b>CDA</b></li>
 | 
				
			||||||
	<li><b>CeskaTelevize</b></li>
 | 
						<li><b>CeskaTelevize</b></li>
 | 
				
			||||||
	<li><b>channel9</b>: Channel 9</li>
 | 
						<li><b>channel9</b>: Channel 9</li>
 | 
				
			||||||
	<li><b>Chaturbate</b></li>
 | 
						<li><b>Chaturbate</b></li>
 | 
				
			||||||
@@ -259,6 +261,7 @@
 | 
				
			|||||||
	<li><b>GPUTechConf</b></li>
 | 
						<li><b>GPUTechConf</b></li>
 | 
				
			||||||
	<li><b>Groupon</b></li>
 | 
						<li><b>Groupon</b></li>
 | 
				
			||||||
	<li><b>Hark</b></li>
 | 
						<li><b>Hark</b></li>
 | 
				
			||||||
 | 
						<li><b>HBO</b></li>
 | 
				
			||||||
	<li><b>HearThisAt</b></li>
 | 
						<li><b>HearThisAt</b></li>
 | 
				
			||||||
	<li><b>Heise</b></li>
 | 
						<li><b>Heise</b></li>
 | 
				
			||||||
	<li><b>HellPorno</b></li>
 | 
						<li><b>HellPorno</b></li>
 | 
				
			||||||
@@ -359,6 +362,7 @@
 | 
				
			|||||||
	<li><b>MiTele</b>: mitele.es</li>
 | 
						<li><b>MiTele</b>: mitele.es</li>
 | 
				
			||||||
	<li><b>mixcloud</b></li>
 | 
						<li><b>mixcloud</b></li>
 | 
				
			||||||
	<li><b>MLB</b></li>
 | 
						<li><b>MLB</b></li>
 | 
				
			||||||
 | 
						<li><b>Mnet</b></li>
 | 
				
			||||||
	<li><b>MoeVideo</b>: LetitBit video services: moevideo.net, playreplay.net and videochart.net</li>
 | 
						<li><b>MoeVideo</b>: LetitBit video services: moevideo.net, playreplay.net and videochart.net</li>
 | 
				
			||||||
	<li><b>Mofosex</b></li>
 | 
						<li><b>Mofosex</b></li>
 | 
				
			||||||
	<li><b>Mojvideo</b></li>
 | 
						<li><b>Mojvideo</b></li>
 | 
				
			||||||
@@ -455,6 +459,7 @@
 | 
				
			|||||||
	<li><b>OnionStudios</b></li>
 | 
						<li><b>OnionStudios</b></li>
 | 
				
			||||||
	<li><b>Ooyala</b></li>
 | 
						<li><b>Ooyala</b></li>
 | 
				
			||||||
	<li><b>OoyalaExternal</b></li>
 | 
						<li><b>OoyalaExternal</b></li>
 | 
				
			||||||
 | 
						<li><b>Openload</b></li>
 | 
				
			||||||
	<li><b>OraTV</b></li>
 | 
						<li><b>OraTV</b></li>
 | 
				
			||||||
	<li><b>orf:fm4</b>: radio FM4</li>
 | 
						<li><b>orf:fm4</b>: radio FM4</li>
 | 
				
			||||||
	<li><b>orf:iptv</b>: iptv.ORF.at</li>
 | 
						<li><b>orf:iptv</b>: iptv.ORF.at</li>
 | 
				
			||||||
@@ -540,6 +545,7 @@
 | 
				
			|||||||
	<li><b>RUTV</b>: RUTV.RU</li>
 | 
						<li><b>RUTV</b>: RUTV.RU</li>
 | 
				
			||||||
	<li><b>Ruutu</b></li>
 | 
						<li><b>Ruutu</b></li>
 | 
				
			||||||
	<li><b>safari</b>: safaribooksonline.com online video</li>
 | 
						<li><b>safari</b>: safaribooksonline.com online video</li>
 | 
				
			||||||
 | 
						<li><b>safari:api</b></li>
 | 
				
			||||||
	<li><b>safari:course</b>: safaribooksonline.com online courses</li>
 | 
						<li><b>safari:course</b>: safaribooksonline.com online courses</li>
 | 
				
			||||||
	<li><b>Sandia</b>: Sandia National Laboratories</li>
 | 
						<li><b>Sandia</b>: Sandia National Laboratories</li>
 | 
				
			||||||
	<li><b>Sapo</b>: SAPO Vídeos</li>
 | 
						<li><b>Sapo</b>: SAPO Vídeos</li>
 | 
				
			||||||
@@ -633,6 +639,7 @@
 | 
				
			|||||||
	<li><b>TheOnion</b></li>
 | 
						<li><b>TheOnion</b></li>
 | 
				
			||||||
	<li><b>ThePlatform</b></li>
 | 
						<li><b>ThePlatform</b></li>
 | 
				
			||||||
	<li><b>ThePlatformFeed</b></li>
 | 
						<li><b>ThePlatformFeed</b></li>
 | 
				
			||||||
 | 
						<li><b>TheScene</b></li>
 | 
				
			||||||
	<li><b>TheSixtyOne</b></li>
 | 
						<li><b>TheSixtyOne</b></li>
 | 
				
			||||||
	<li><b>TheStar</b></li>
 | 
						<li><b>TheStar</b></li>
 | 
				
			||||||
	<li><b>ThisAmericanLife</b></li>
 | 
						<li><b>ThisAmericanLife</b></li>
 | 
				
			||||||
@@ -801,6 +808,7 @@
 | 
				
			|||||||
	<li><b>youtube:channel</b>: YouTube.com channels</li>
 | 
						<li><b>youtube:channel</b>: YouTube.com channels</li>
 | 
				
			||||||
	<li><b>youtube:favorites</b>: YouTube.com favourite videos, ":ytfav" for short (requires authentication)</li>
 | 
						<li><b>youtube:favorites</b>: YouTube.com favourite videos, ":ytfav" for short (requires authentication)</li>
 | 
				
			||||||
	<li><b>youtube:history</b>: Youtube watch history, ":ythistory" for short (requires authentication)</li>
 | 
						<li><b>youtube:history</b>: Youtube watch history, ":ythistory" for short (requires authentication)</li>
 | 
				
			||||||
 | 
						<li><b>youtube:live</b>: YouTube.com live streams</li>
 | 
				
			||||||
	<li><b>youtube:playlist</b>: YouTube.com playlists</li>
 | 
						<li><b>youtube:playlist</b>: YouTube.com playlists</li>
 | 
				
			||||||
	<li><b>youtube:playlists</b>: YouTube.com user/channel playlists</li>
 | 
						<li><b>youtube:playlists</b>: YouTube.com user/channel playlists</li>
 | 
				
			||||||
	<li><b>youtube:recommended</b>: YouTube.com recommended videos, ":ytrec" for short (requires authentication)</li>
 | 
						<li><b>youtube:recommended</b>: YouTube.com recommended videos, ":ytrec" for short (requires authentication)</li>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1 +1 @@
 | 
				
			|||||||
2016.03.18
 | 
					2016.03.25
 | 
				
			||||||
@@ -3,7 +3,7 @@
 | 
				
			|||||||
    <link rel="self" href="http://rg3.github.io/youtube-dl/update/releases.atom" />
 | 
					    <link rel="self" href="http://rg3.github.io/youtube-dl/update/releases.atom" />
 | 
				
			||||||
    <title>youtube-dl releases</title>
 | 
					    <title>youtube-dl releases</title>
 | 
				
			||||||
    <id>https://yt-dl.org/feed/youtube-dl-updates-feed</id>
 | 
					    <id>https://yt-dl.org/feed/youtube-dl-updates-feed</id>
 | 
				
			||||||
    <updated>2016-03-18T11:46:44.183806Z</updated>
 | 
					    <updated>2016-03-25T09:30:35.509750Z</updated>
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
	<entry>
 | 
						<entry>
 | 
				
			||||||
	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
 | 
						    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
 | 
				
			||||||
@@ -9320,4 +9320,19 @@
 | 
				
			|||||||
	    <updated>2016-03-18T00:00:00Z</updated>
 | 
						    <updated>2016-03-18T00:00:00Z</updated>
 | 
				
			||||||
	</entry>
 | 
						</entry>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						<entry>
 | 
				
			||||||
 | 
						    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.03.25</id>
 | 
				
			||||||
 | 
						    <title>New version 2016.03.25</title>
 | 
				
			||||||
 | 
						    <link href="http://rg3.github.io/youtube-dl" />
 | 
				
			||||||
 | 
						    <content type="xhtml">
 | 
				
			||||||
 | 
						        <div xmlns="http://www.w3.org/1999/xhtml">
 | 
				
			||||||
 | 
						            Downloads available at <a href="https://yt-dl.org/downloads/2016.03.25/">https://yt-dl.org/downloads/2016.03.25/</a>
 | 
				
			||||||
 | 
						        </div>
 | 
				
			||||||
 | 
						    </content>
 | 
				
			||||||
 | 
						    <author>
 | 
				
			||||||
 | 
						        <name>The youtube-dl maintainers</name>
 | 
				
			||||||
 | 
						    </author>
 | 
				
			||||||
 | 
						    <updated>2016-03-25T00:00:00Z</updated>
 | 
				
			||||||
 | 
						</entry>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
</feed>
 | 
					</feed>
 | 
				
			||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "latest": "2016.03.18",
 | 
					    "latest": "2016.03.25",
 | 
				
			||||||
    "signature": "5853c8efe7f0555b21108493e738f12092537e3c806cb8ade13808eb3ba99e5e9e0d83294e59b1c474a3a8ae28220acc1122572ab64f5046c7e1ebb1a388919ea6441a4d9bad00ad3133f12aa18d65963bea691c47fdcf72543897690a423239ab0dbaf9c1bf2a23780d47d4536c536d57c6a154381b388cd9ea02205093b5da",
 | 
					    "signature": "74f2ea799652d2502f53809bbc548da93fbb45b6001a29656d9de8db6e79fb8f23216f7eecb64a3efdac1e6fff82a9bf3b7251732f9ed5d9f590f4347d40378e761527abb062620e1e605b18dbdd198ffee8d2fd1b8102e2476b15d963fd607d880afa65d531147d31625dd4d4a9c475c3bcd0715ce72152a76d1758722d5ec0",
 | 
				
			||||||
    "versions": {
 | 
					    "versions": {
 | 
				
			||||||
        "2012.02.22": {
 | 
					        "2012.02.22": {
 | 
				
			||||||
            "bin": [
 | 
					            "bin": [
 | 
				
			||||||
@@ -8701,6 +8701,20 @@
 | 
				
			|||||||
                "https://yt-dl.org/downloads/2016.03.18/youtube-dl-2016.03.18.tar.gz",
 | 
					                "https://yt-dl.org/downloads/2016.03.18/youtube-dl-2016.03.18.tar.gz",
 | 
				
			||||||
                "1322afa755bc84531d1ede700a5fa2a6abb815b13a9382b83b78c5193f56fb8a"
 | 
					                "1322afa755bc84531d1ede700a5fa2a6abb815b13a9382b83b78c5193f56fb8a"
 | 
				
			||||||
            ]
 | 
					            ]
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        "2016.03.25": {
 | 
				
			||||||
 | 
					            "bin": [
 | 
				
			||||||
 | 
					                "https://yt-dl.org/downloads/2016.03.25/youtube-dl",
 | 
				
			||||||
 | 
					                "1ad76c2702731310fe48a5698a5bcf124ec33962ec85f4f2861aeb71f142c157"
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
 | 
					            "exe": [
 | 
				
			||||||
 | 
					                "https://yt-dl.org/downloads/2016.03.25/youtube-dl.exe",
 | 
				
			||||||
 | 
					                "b3414305dfc395e544b8925f34ba4c87363e4bc7f67b6860a2c8b696b74f4223"
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
 | 
					            "tar": [
 | 
				
			||||||
 | 
					                "https://yt-dl.org/downloads/2016.03.25/youtube-dl-2016.03.25.tar.gz",
 | 
				
			||||||
 | 
					                "e9b76e981d5aa9465f5f3b8dc46576b9c4b77af7e6a90dcf21d179dc1a47d87a"
 | 
				
			||||||
 | 
					            ]
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user