1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-01 09:59:28 +00:00

release 2013.11.28.1

This commit is contained in:
Philipp Hagemeister 2013-11-28 06:20:08 +01:00
parent 79806ab5a3
commit ffa5af300e
5 changed files with 43 additions and 14 deletions

View file

@ -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/2013.11.28/youtube-dl">2013.11.28</a> (<a href="https://yt-dl.org/downloads/2013.11.28/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2013.11.28.1/youtube-dl">2013.11.28.1</a> (<a href="https://yt-dl.org/downloads/2013.11.28.1/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: f38b76b24c1a4bfbfc03a801f47d0f2a</li>
<li><strong>SHA1</strong>: 94909da161259e8aed5657258c2be14d34a2b90a</li>
<li><strong>SHA256</strong>: d1fe019e4cc17881db31fbc51e4ee7309dd6887b6ac36d5944ab4e3b03b810ef</li>
<li><strong>MD5</strong>: 1f78fad0d77af85ea2e07f880ad804b4</li>
<li><strong>SHA1</strong>: e26404b5db0963059497ddbf9a0c9f5416447293</li>
<li><strong>SHA256</strong>: 3eda203e269ac9429786ec96bd12be97373fa21d7bc347cafe9ea48a0cc9d723</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2013.11.28/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.11.28/youtube-dl.exe.sig">sig</a> - f45eebac389d301ba4697c97a638acddd7e2e29585b841270be424a20964de24)<br>
<a href="https://yt-dl.org/downloads/2013.11.28/youtube-dl-2013.11.28.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.11.28/youtube-dl-2013.11.28.tar.gz.sig">sig</a> - ea9fd7af5bf020fee16920ff5fe0ceecc0d51fdf83554f876a3a8f2208429b12)
<a href="https://yt-dl.org/downloads/2013.11.28.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.11.28.1/youtube-dl.exe.sig">sig</a> - 12cf9023fcb53eac75a1dbed03ebcb6703db6105f1e32ef313b86b7cc93ac56f)<br>
<a href="https://yt-dl.org/downloads/2013.11.28.1/youtube-dl-2013.11.28.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.11.28.1/youtube-dl-2013.11.28.1.tar.gz.sig">sig</a> - 93a5b1047f5c91b00afd0f5fcbf0183cf859b7e810edea2a90f84ff2386de770)
</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/2013.11.28/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2013.11.28.1/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/2013.11.28/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.11.28.1/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/2013.11.28/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.11.28.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>
</p>
<p>The following GPG keys will be used to sign the binaries and the git tags:</p>

View file

@ -198,8 +198,8 @@
<li><b>youtube:history</b>: Youtube watch history, "ythistory" keyword (requires authentication)</li>
<li><b>youtube:playlist</b>: YouTube.com playlists</li>
<li><b>youtube:recommended</b>: YouTube.com recommended videos, "ytrec" keyword (requires authentication)</li>
<li><b>youtube:search</b>: YouTube.com searches, newest videos first</li>
<li><b>youtube:search</b>: YouTube.com searches</li>
<li><b>youtube:search</b>: YouTube.com searches, newest videos first</li>
<li><b>youtube:show</b>: YouTube.com (multi-season) shows</li>
<li><b>youtube:subscriptions</b>: YouTube.com subscriptions feed, "ytsubs" keyword(requires authentication)</li>
<li><b>youtube:user</b>: YouTube.com user videos (URL or "ytuser" keyword)</li>

View file

@ -1 +1 @@
2013.11.28
2013.11.28.1

View file

@ -2,7 +2,7 @@
<atom:feed xmlns:atom="http://www.w3.org/2005/Atom">
<atom:title>youtube-dl releases</atom:title>
<atom:id>youtube-dl-updates-feed</atom:id>
<atom:updated>2013-11-28T05:53:54.571728</atom:updated>
<atom:updated>2013-11-28T06:20:07.291604</atom:updated>
<atom:entry>
<atom:id>youtube-dl-2012.02.22</atom:id>
@ -2104,4 +2104,19 @@
<atom:updated>2013-11-28</atom:updated>
</atom:entry>
<atom:entry>
<atom:id>youtube-dl-2013.11.28.1</atom:id>
<atom:title>New version 2013.11.28.1</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.11.28.1/">https://yt-dl.org/downloads/2013.11.28.1/</a>
</div>
</atom:content>
<atom:author>
<atom:name>The youtube-dl maintainers</atom:name>
</atom:author>
<atom:updated>2013-11-28-1</atom:updated>
</atom:entry>
</atom:feed>

View file

@ -1,6 +1,6 @@
{
"latest": "2013.11.28",
"signature": "4d9bffd7dd887929e9de405c5701c98ae543c44ef0496c20e0a7ca8e22fc90df93959e4464d58fe237f4729ffe223ad112de42bc41ddf54b60fee53187cdd886d71bed31ebad26fb59d5c43396b21bd0a02e8da841831cd26beb2c4f7f3adb3247854f05548a592de0b193dbf868e24e8fdad09a5a76843d1406f601f01f40ae",
"latest": "2013.11.28.1",
"signature": "60a3dfb77a073163847037ae27b6c46a1b971367e4547571620cf5586e8c70c9749df0bdaf7a0474ff6573e78790c7860498d3bc65b2b64a8b017115124d343a1c0fc7b002fda3c838fbcce035cb7cc3034595d021d59f072edd39dd16c464a914d7b4e476bbfe4d424055f6da152b71aab0fe138277cf3fcf781294b77287a4",
"versions": {
"2012.02.22": {
"bin": [
@ -1967,6 +1967,20 @@
"https://yt-dl.org/downloads/2013.11.28/youtube-dl-2013.11.28.tar.gz",
"ea9fd7af5bf020fee16920ff5fe0ceecc0d51fdf83554f876a3a8f2208429b12"
]
},
"2013.11.28.1": {
"bin": [
"https://yt-dl.org/downloads/2013.11.28.1/youtube-dl",
"3eda203e269ac9429786ec96bd12be97373fa21d7bc347cafe9ea48a0cc9d723"
],
"exe": [
"https://yt-dl.org/downloads/2013.11.28.1/youtube-dl.exe",
"12cf9023fcb53eac75a1dbed03ebcb6703db6105f1e32ef313b86b7cc93ac56f"
],
"tar": [
"https://yt-dl.org/downloads/2013.11.28.1/youtube-dl-2013.11.28.1.tar.gz",
"93a5b1047f5c91b00afd0f5fcbf0183cf859b7e810edea2a90f84ff2386de770"
]
}
}
}