release 2013.12.16.6
This commit is contained in:
		
							parent
							
								
									5c0d5fd588
								
							
						
					
					
						commit
						ef3cf84635
					
				| @ -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.3+ 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.3+ to work.</p> | ||||||
| 
 | 
 | ||||||
| <h2><a href="https://yt-dl.org/downloads/2013.12.16.4/youtube-dl">2013.12.16.4</a> (<a href="https://yt-dl.org/downloads/2013.12.16.4/youtube-dl.sig">sig</a>)</h2> | <h2><a href="https://yt-dl.org/downloads/2013.12.16.6/youtube-dl">2013.12.16.6</a> (<a href="https://yt-dl.org/downloads/2013.12.16.6/youtube-dl.sig">sig</a>)</h2> | ||||||
| 
 | 
 | ||||||
| <ul> | <ul> | ||||||
| <li><strong>MD5</strong>: 0ad873a17528190bb7477b80f37e0864</li> | <li><strong>MD5</strong>: 84fbe53e4db8bfcf7b286068d9dfac56</li> | ||||||
| <li><strong>SHA1</strong>: 2db39c4ee2d89faef821aca6b644f305b78e9421</li> | <li><strong>SHA1</strong>: 4a0502168c30af6fa64917425e156264a07860aa</li> | ||||||
| <li><strong>SHA256</strong>: c1b938f85d89f797da9c322857593eb0ff38463c57b78f18674d6eb3314829b4</li> | <li><strong>SHA256</strong>: 20cda5842366fd61861fe3df815ff90979abdb4405af62921b15065c40aedd36</li> | ||||||
| </ul> | </ul> | ||||||
| 
 | 
 | ||||||
| <p> | <p> | ||||||
| 	<a href="https://yt-dl.org/downloads/2013.12.16.4/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.12.16.4/youtube-dl.exe.sig">sig</a> - 3a272383344578028d736aee058d06528194c41c38fe4aa907c1cc0c895426b8)<br> | 	<a href="https://yt-dl.org/downloads/2013.12.16.6/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.12.16.6/youtube-dl.exe.sig">sig</a> - c504b7e74f9418cae66caee8d22ee478e1d4c4a7ad892b26f10b01105b7162a2)<br> | ||||||
| 	<a href="https://yt-dl.org/downloads/2013.12.16.4/youtube-dl-2013.12.16.4.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.12.16.4/youtube-dl-2013.12.16.4.tar.gz.sig">sig</a> - ac0b74ff50ae1825d8963233c7e272a2fee99206e8d72d13b3cd899c35fe44b2) | 	<a href="https://yt-dl.org/downloads/2013.12.16.6/youtube-dl-2013.12.16.6.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.12.16.6/youtube-dl-2013.12.16.6.tar.gz.sig">sig</a> - bd11dc0d524f1fd90118c445479dcb00bfd5828b17a5464bdf605405569df9b3) | ||||||
| </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/2013.12.16.4/youtube-dl -o /usr/local/bin/youtube-dl<br/> | <code class="commands">sudo curl https://yt-dl.org/downloads/2013.12.16.6/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/2013.12.16.4/youtube-dl -O /usr/local/bin/youtube-dl<br/> | <code class="commands">sudo wget https://yt-dl.org/downloads/2013.12.16.6/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> | ||||||
| 
 | 
 | ||||||
| @ -49,7 +49,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/2013.12.16.4/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/2013.12.16.6/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> | ||||||
|  | |||||||
| @ -133,6 +133,7 @@ | |||||||
| 	<li><b>PornHub</b></li> | 	<li><b>PornHub</b></li> | ||||||
| 	<li><b>Pornotube</b></li> | 	<li><b>Pornotube</b></li> | ||||||
| 	<li><b>Pyvideo</b></li> | 	<li><b>Pyvideo</b></li> | ||||||
|  | 	<li><b>radiofrance</b></li> | ||||||
| 	<li><b>RBMARadio</b></li> | 	<li><b>RBMARadio</b></li> | ||||||
| 	<li><b>RedTube</b></li> | 	<li><b>RedTube</b></li> | ||||||
| 	<li><b>RingTV</b></li> | 	<li><b>RingTV</b></li> | ||||||
|  | |||||||
| @ -1 +1 @@ | |||||||
| 2013.12.16.4 | 2013.12.16.6 | ||||||
| @ -2,7 +2,7 @@ | |||||||
| <atom:feed xmlns:atom="http://www.w3.org/2005/Atom"> | <atom:feed xmlns:atom="http://www.w3.org/2005/Atom"> | ||||||
| 	<atom:title>youtube-dl releases</atom:title> | 	<atom:title>youtube-dl releases</atom:title> | ||||||
| 	<atom:id>youtube-dl-updates-feed</atom:id> | 	<atom:id>youtube-dl-updates-feed</atom:id> | ||||||
| 	<atom:updated>2013-12-16T21:14:05.584409</atom:updated> | 	<atom:updated>2013-12-16T21:49:51.129647</atom:updated> | ||||||
| 	 | 	 | ||||||
| 	<atom:entry> | 	<atom:entry> | ||||||
| 		<atom:id>youtube-dl-2012.02.22</atom:id> | 		<atom:id>youtube-dl-2012.02.22</atom:id> | ||||||
| @ -2404,4 +2404,19 @@ | |||||||
| 		<atom:updated>2013-12-16-4</atom:updated> | 		<atom:updated>2013-12-16-4</atom:updated> | ||||||
| 	</atom:entry> | 	</atom:entry> | ||||||
| 
 | 
 | ||||||
|  | 	<atom:entry> | ||||||
|  | 		<atom:id>youtube-dl-2013.12.16.6</atom:id> | ||||||
|  | 		<atom:title>New version 2013.12.16.6</atom:title> | ||||||
|  | 		<atom:link href="http://rg3.github.io/youtube-dl" /> | ||||||
|  | 		<atom:content type="xhtml"> | ||||||
|  | 			<div xmlns="http://www.w3.org/1999/xhtml"> | ||||||
|  | 				Downloads available at <a href="https://yt-dl.org/downloads/2013.12.16.6/">https://yt-dl.org/downloads/2013.12.16.6/</a> | ||||||
|  | 			</div> | ||||||
|  | 		</atom:content> | ||||||
|  | 		<atom:author> | ||||||
|  | 			<atom:name>The youtube-dl maintainers</atom:name> | ||||||
|  | 		</atom:author> | ||||||
|  | 		<atom:updated>2013-12-16-6</atom:updated> | ||||||
|  | 	</atom:entry> | ||||||
|  | 
 | ||||||
| </atom:feed> | </atom:feed> | ||||||
| @ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|     "latest": "2013.12.16.4",  |     "latest": "2013.12.16.6",  | ||||||
|     "signature": "892fa2b117eb14bfee4fea1a833a75cb9d4af8258bec8b176c67f136ff032d80565ced88e368b37fcc650f07b28dffa36b2860a80fe4557db916eacd88d9ba87d8e3d370b2c8e1ff640a77814bc6966034499979922e36f10987719abc985fd97dd250397ba9a3f74f9184f778424f33bc6d8bcdb15fc375b158a1c9fe51dea6",  |     "signature": "5cc863ca1477614981209819f9cb0fafb5acbe18f61886f32a6438b4b185b5bb0d614cc0bf823237ecc8a2b87f5dded04b48a102ef2ff858dcf8f2ac28f274ecd988bc9ad1d8d02c260e2895093e364e4b50a933f64c63e62f9445565b776fa2a3c796bbeaf4e2f5d66b3eca6da099087bb5feac598e274052dae94164d02596",  | ||||||
|     "versions": { |     "versions": { | ||||||
|         "2012.02.22": { |         "2012.02.22": { | ||||||
|             "bin": [ |             "bin": [ | ||||||
| @ -2247,6 +2247,20 @@ | |||||||
|                 "https://yt-dl.org/downloads/2013.12.16.4/youtube-dl-2013.12.16.4.tar.gz",  |                 "https://yt-dl.org/downloads/2013.12.16.4/youtube-dl-2013.12.16.4.tar.gz",  | ||||||
|                 "ac0b74ff50ae1825d8963233c7e272a2fee99206e8d72d13b3cd899c35fe44b2" |                 "ac0b74ff50ae1825d8963233c7e272a2fee99206e8d72d13b3cd899c35fe44b2" | ||||||
|             ] |             ] | ||||||
|  |         },  | ||||||
|  |         "2013.12.16.6": { | ||||||
|  |             "bin": [ | ||||||
|  |                 "https://yt-dl.org/downloads/2013.12.16.6/youtube-dl",  | ||||||
|  |                 "20cda5842366fd61861fe3df815ff90979abdb4405af62921b15065c40aedd36" | ||||||
|  |             ],  | ||||||
|  |             "exe": [ | ||||||
|  |                 "https://yt-dl.org/downloads/2013.12.16.6/youtube-dl.exe",  | ||||||
|  |                 "c504b7e74f9418cae66caee8d22ee478e1d4c4a7ad892b26f10b01105b7162a2" | ||||||
|  |             ],  | ||||||
|  |             "tar": [ | ||||||
|  |                 "https://yt-dl.org/downloads/2013.12.16.6/youtube-dl-2013.12.16.6.tar.gz",  | ||||||
|  |                 "bd11dc0d524f1fd90118c445479dcb00bfd5828b17a5464bdf605405569df9b3" | ||||||
|  |             ] | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
| } | } | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user