release 2014.03.30
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.3+ to work.</p> | ||||
|  | ||||
| <h2><a href="https://yt-dl.org/downloads/2014.03.29/youtube-dl">2014.03.29</a> (<a href="https://yt-dl.org/downloads/2014.03.29/youtube-dl.sig">sig</a>)</h2> | ||||
| <h2><a href="https://yt-dl.org/downloads/2014.03.30/youtube-dl">2014.03.30</a> (<a href="https://yt-dl.org/downloads/2014.03.30/youtube-dl.sig">sig</a>)</h2> | ||||
|  | ||||
| <ul> | ||||
| <li><strong>MD5</strong>: 0cb3aec57ec25ac2163bee4634933ab7</li> | ||||
| <li><strong>SHA1</strong>: 279d625a014331953be78b534a3071cde65082d8</li> | ||||
| <li><strong>SHA256</strong>: c047bf0925765f6c174aa866e439ada55ea484a41ce3fb9c5b34f2147c14e9af</li> | ||||
| <li><strong>MD5</strong>: 791f56227068ac2faad9e9b2938c2368</li> | ||||
| <li><strong>SHA1</strong>: 343ad4ff7d9b732a543c04c8240c94d010423742</li> | ||||
| <li><strong>SHA256</strong>: c08a913a14fdf9881a7ee2391d675380d47b206533f7efa86c21912e9ccdfb70</li> | ||||
| </ul> | ||||
|  | ||||
| <p> | ||||
| 	<a href="https://yt-dl.org/downloads/2014.03.29/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.03.29/youtube-dl.exe.sig">sig</a> - fe50ffb30d47287745ed2555407c9411853a730c142d586a0a27c50d0f4e24c3)<br> | ||||
| 	<a href="https://yt-dl.org/downloads/2014.03.29/youtube-dl-2014.03.29.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.03.29/youtube-dl-2014.03.29.tar.gz.sig">sig</a> - 5afdcdcb4789bf79bc9916360e128365098f60740c7faeaecc8c4bcf60457cf9) | ||||
| 	<a href="https://yt-dl.org/downloads/2014.03.30/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.03.30/youtube-dl.exe.sig">sig</a> - abcd6248219f38021706fdabe1619d70b02420b5341fe794e5075a404f852b22)<br> | ||||
| 	<a href="https://yt-dl.org/downloads/2014.03.30/youtube-dl-2014.03.30.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.03.30/youtube-dl-2014.03.30.tar.gz.sig">sig</a> - a0836ed961c2265446016fbe9ef10fa34010787820ff497a0078261821815867) | ||||
| </p> | ||||
|  | ||||
| <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/2014.03.29/youtube-dl -o /usr/local/bin/youtube-dl<br/> | ||||
| <code class="commands">sudo curl https://yt-dl.org/downloads/2014.03.30/youtube-dl -o /usr/local/bin/youtube-dl<br/> | ||||
| sudo chmod a+x /usr/local/bin/youtube-dl</code> | ||||
| </p> | ||||
|  | ||||
| <p>If you do not have curl, you can alternatively use a recent wget: | ||||
|  | ||||
| <code class="commands">sudo wget https://yt-dl.org/downloads/2014.03.29/youtube-dl -O /usr/local/bin/youtube-dl<br/> | ||||
| <code class="commands">sudo wget https://yt-dl.org/downloads/2014.03.30/youtube-dl -O /usr/local/bin/youtube-dl<br/> | ||||
| sudo chmod a+x /usr/local/bin/youtube-dl</code> | ||||
| </p> | ||||
|  | ||||
| @@ -49,7 +49,7 @@ See the <a href="https://pypi.python.org/pypi/youtube_dl">pypi page</a> for more | ||||
| </p> | ||||
|  | ||||
| <p>To check the signature, type: | ||||
| <code class="commands">sudo wget https://yt-dl.org/downloads/2014.03.29/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/2014.03.30/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>The following GPG keys will be used to sign the binaries and the git tags:</p> | ||||
|   | ||||
| @@ -286,6 +286,7 @@ | ||||
| 	<li><b>WashingtonPost</b></li> | ||||
| 	<li><b>wat.tv</b></li> | ||||
| 	<li><b>WDR</b></li> | ||||
| 	<li><b>WDRMaus</b>: Sendung mit der Maus</li> | ||||
| 	<li><b>Weibo</b></li> | ||||
| 	<li><b>Wimp</b></li> | ||||
| 	<li><b>Wistia</b></li> | ||||
|   | ||||
| @@ -1 +1 @@ | ||||
| 2014.03.29 | ||||
| 2014.03.30 | ||||
| @@ -3,7 +3,7 @@ | ||||
|     <link rel="self" href="http://rg3.github.io/youtube-dl/update/releases.atom" /> | ||||
|     <title>youtube-dl releases</title> | ||||
|     <id>https://yt-dl.org/feed/youtube-dl-updates-feed</id> | ||||
|     <updated>2014-03-29T14:05:08.967468Z</updated> | ||||
|     <updated>2014-03-30T07:28:25.845283Z</updated> | ||||
|      | ||||
| 	<entry> | ||||
| 	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id> | ||||
| @@ -4070,4 +4070,19 @@ | ||||
| 	    <updated>2014-03-29T00:00:00Z</updated> | ||||
| 	</entry> | ||||
|  | ||||
| 	<entry> | ||||
| 	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.30</id> | ||||
| 	    <title>New version 2014.03.30</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/2014.03.30/">https://yt-dl.org/downloads/2014.03.30/</a> | ||||
| 	        </div> | ||||
| 	    </content> | ||||
| 	    <author> | ||||
| 	        <name>The youtube-dl maintainers</name> | ||||
| 	    </author> | ||||
| 	    <updated>2014-03-30T00:00:00Z</updated> | ||||
| 	</entry> | ||||
|  | ||||
| </feed> | ||||
| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|     "latest": "2014.03.29",  | ||||
|     "signature": "6437fef76feb829553aa84fbf3bea009b6ae7c6b56fdd5b59d0ad7feab82653ab36a9dec644f8a1c33aa96acb6499203f4a2105561a26796c8b8e23b8337ea5ff99861b333a6b3cc61d65b01702c6553e8d2b9e4dfc244e4bfc3a2b43f1811ed8da65972ca3ecd2720562132dc056a3cf0d03c4d46639497069aa4183e791af7",  | ||||
|     "latest": "2014.03.30",  | ||||
|     "signature": "7a07f39b635f5cc712e238704b674a2d9e106acd4cd30d17fe313026fe94e9a78eab773d608b3928794fe49148bb53cbce58ccc662ac18b9832a0d1e51ff9a2028b5d8e960215e0e70ee8296ac382277718671ad058f91f6d1e855ba655d85212882994ba30043a348e356631c67dcff09a161c03108ae95a5649670a04bf24b",  | ||||
|     "versions": { | ||||
|         "2012.02.22": { | ||||
|             "bin": [ | ||||
| @@ -3801,6 +3801,20 @@ | ||||
|                 "https://yt-dl.org/downloads/2014.03.29/youtube-dl-2014.03.29.tar.gz",  | ||||
|                 "5afdcdcb4789bf79bc9916360e128365098f60740c7faeaecc8c4bcf60457cf9" | ||||
|             ] | ||||
|         },  | ||||
|         "2014.03.30": { | ||||
|             "bin": [ | ||||
|                 "https://yt-dl.org/downloads/2014.03.30/youtube-dl",  | ||||
|                 "c08a913a14fdf9881a7ee2391d675380d47b206533f7efa86c21912e9ccdfb70" | ||||
|             ],  | ||||
|             "exe": [ | ||||
|                 "https://yt-dl.org/downloads/2014.03.30/youtube-dl.exe",  | ||||
|                 "abcd6248219f38021706fdabe1619d70b02420b5341fe794e5075a404f852b22" | ||||
|             ],  | ||||
|             "tar": [ | ||||
|                 "https://yt-dl.org/downloads/2014.03.30/youtube-dl-2014.03.30.tar.gz",  | ||||
|                 "a0836ed961c2265446016fbe9ef10fa34010787820ff497a0078261821815867" | ||||
|             ] | ||||
|         } | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user