release 2015.01.30.2
This commit is contained in:
		
							parent
							
								
									eb0846f1f0
								
							
						
					
					
						commit
						00ea5a500d
					
				| @ -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/2015.01.30.1/youtube-dl">2015.01.30.1</a> (<a href="https://yt-dl.org/downloads/2015.01.30.1/youtube-dl.sig">sig</a>)</h2> | <h2><a href="https://yt-dl.org/downloads/2015.01.30.2/youtube-dl">2015.01.30.2</a> (<a href="https://yt-dl.org/downloads/2015.01.30.2/youtube-dl.sig">sig</a>)</h2> | ||||||
| 
 | 
 | ||||||
| <ul> | <ul> | ||||||
| <li><strong>MD5</strong>: fc609bae157c4eece7ecacc723fc0361</li> | <li><strong>MD5</strong>: 16c719fe3467d44c718ae49a6945774b</li> | ||||||
| <li><strong>SHA1</strong>: 50ed9836ec1351c923cdebd20b38acbe3d77fb76</li> | <li><strong>SHA1</strong>: 97b4f55d838a6e2a926a5642f866b203614f7076</li> | ||||||
| <li><strong>SHA256</strong>: d2c83c28a94d509ad6b49c963d2208539ee7575df92f747b3ee1ee1fbc85cec6</li> | <li><strong>SHA256</strong>: 629bbca75c64531ba0dc812dfbc22668f5b424db97973eb88e7ec3251b619442</li> | ||||||
| </ul> | </ul> | ||||||
| 
 | 
 | ||||||
| <p> | <p> | ||||||
| 	<a href="https://yt-dl.org/downloads/2015.01.30.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.01.30.1/youtube-dl.exe.sig">sig</a> - 001993cef1c20bbfd4419224a325726a5d210d12e409103b37f7874a6f49abb5)<br> | 	<a href="https://yt-dl.org/downloads/2015.01.30.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.01.30.2/youtube-dl.exe.sig">sig</a> - 02551d0fab2df16a5a043f340251093e105ad8b6301d166de18009cadf5b10e9)<br> | ||||||
| 	<a href="https://yt-dl.org/downloads/2015.01.30.1/youtube-dl-2015.01.30.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.01.30.1/youtube-dl-2015.01.30.1.tar.gz.sig">sig</a> - 334faa820c9df56f6b33dcc480cfee540906a7347d6c860da2893362aaeab3e6) | 	<a href="https://yt-dl.org/downloads/2015.01.30.2/youtube-dl-2015.01.30.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.01.30.2/youtube-dl-2015.01.30.2.tar.gz.sig">sig</a> - 95268ab14425c5ab1d13b338400d9611f0b06d64812c7ed44c2c3e4c8ae8d503) | ||||||
| </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/2015.01.30.1/youtube-dl -o /usr/local/bin/youtube-dl<br/> | <code class="commands">sudo curl https://yt-dl.org/downloads/2015.01.30.2/youtube-dl -o /usr/local/bin/youtube-dl<br/> | ||||||
| sudo chmod a+x /usr/local/bin/youtube-dl</code> | sudo chmod a+x /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/2015.01.30.1/youtube-dl -O /usr/local/bin/youtube-dl<br/> | <code class="commands">sudo wget https://yt-dl.org/downloads/2015.01.30.2/youtube-dl -O /usr/local/bin/youtube-dl<br/> | ||||||
| sudo chmod a+x /usr/local/bin/youtube-dl</code> | sudo chmod a+x /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/2015.01.30.1/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/2015.01.30.2/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> | ||||||
|  | |||||||
| @ -1 +1 @@ | |||||||
| 2015.01.30.1 | 2015.01.30.2 | ||||||
| @ -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>2015-01-30T04:02:36.113724Z</updated> |     <updated>2015-01-30T04:48:57.738650Z</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> | ||||||
| @ -7370,4 +7370,19 @@ | |||||||
| 	    <updated>2015-01-30T00:00:01Z</updated> | 	    <updated>2015-01-30T00:00:01Z</updated> | ||||||
| 	</entry> | 	</entry> | ||||||
| 
 | 
 | ||||||
|  | 	<entry> | ||||||
|  | 	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.30.2</id> | ||||||
|  | 	    <title>New version 2015.01.30.2</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/2015.01.30.2/">https://yt-dl.org/downloads/2015.01.30.2/</a> | ||||||
|  | 	        </div> | ||||||
|  | 	    </content> | ||||||
|  | 	    <author> | ||||||
|  | 	        <name>The youtube-dl maintainers</name> | ||||||
|  | 	    </author> | ||||||
|  | 	    <updated>2015-01-30T00:00:02Z</updated> | ||||||
|  | 	</entry> | ||||||
|  | 
 | ||||||
| </feed> | </feed> | ||||||
| @ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|     "latest": "2015.01.30.1", |     "latest": "2015.01.30.2", | ||||||
|     "signature": "6465fafc44a7df3a9d820f0d543a69db6e225376ef00c57063bd8433a7233d4fd2d2b1c34d590f587d00b3ebb73c12daf110509bf79e5a0748bad7fe88591feba5e2381daffee01cb38ed413c26535b935917ce799bd9642f562a2a3b7f8d96dfee9df204467a7d2405df473251b5611bff55e1491867c29f481235e0e5eb000", |     "signature": "62ab3f2be20254b4935cf8315dcf135a9a55dba2eb07f85ec96f695db0166115c527fbdd72328cd0bf16261b403834de1ff7e413daa69c50f93e7158bd000881e94f26c054a27ca0e191c4f23a0f9979b73852b524e47e270bd568d7b1c8a5965d14df758128ca16fa85df5d99aeca7dbbffc001ddefb9d6d3f7fd25bd9c349e", | ||||||
|     "versions": { |     "versions": { | ||||||
|         "2012.02.22": { |         "2012.02.22": { | ||||||
|             "bin": [ |             "bin": [ | ||||||
| @ -6881,6 +6881,20 @@ | |||||||
|                 "https://yt-dl.org/downloads/2015.01.30.1/youtube-dl-2015.01.30.1.tar.gz", |                 "https://yt-dl.org/downloads/2015.01.30.1/youtube-dl-2015.01.30.1.tar.gz", | ||||||
|                 "334faa820c9df56f6b33dcc480cfee540906a7347d6c860da2893362aaeab3e6" |                 "334faa820c9df56f6b33dcc480cfee540906a7347d6c860da2893362aaeab3e6" | ||||||
|             ] |             ] | ||||||
|  |         }, | ||||||
|  |         "2015.01.30.2": { | ||||||
|  |             "bin": [ | ||||||
|  |                 "https://yt-dl.org/downloads/2015.01.30.2/youtube-dl", | ||||||
|  |                 "629bbca75c64531ba0dc812dfbc22668f5b424db97973eb88e7ec3251b619442" | ||||||
|  |             ], | ||||||
|  |             "exe": [ | ||||||
|  |                 "https://yt-dl.org/downloads/2015.01.30.2/youtube-dl.exe", | ||||||
|  |                 "02551d0fab2df16a5a043f340251093e105ad8b6301d166de18009cadf5b10e9" | ||||||
|  |             ], | ||||||
|  |             "tar": [ | ||||||
|  |                 "https://yt-dl.org/downloads/2015.01.30.2/youtube-dl-2015.01.30.2.tar.gz", | ||||||
|  |                 "95268ab14425c5ab1d13b338400d9611f0b06d64812c7ed44c2c3e4c8ae8d503" | ||||||
|  |             ] | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
| } | } | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user