diff --git a/download.html b/download.html index 0d6f117a2..6b3ce5bb9 100644 --- a/download.html +++ b/download.html @@ -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.20/youtube-dl">2013.11.20</a> (<a href="https://yt-dl.org/downloads/2013.11.20/youtube-dl.sig">sig</a>)</h2> +<h2><a href="https://yt-dl.org/downloads/2013.11.21/youtube-dl">2013.11.21</a> (<a href="https://yt-dl.org/downloads/2013.11.21/youtube-dl.sig">sig</a>)</h2> <ul> -<li><strong>MD5</strong>: 9feb7d85adcc2c53c40f42f84f9c41a5</li> -<li><strong>SHA1</strong>: 688201c88a71e42011ebe00629f58a49062743d1</li> -<li><strong>SHA256</strong>: 2c61e76856bca01237a051294fef6763a8e86e022d95a66760a1be31d440ff7a</li> +<li><strong>MD5</strong>: b1d4a78a3e9b3eec3d570292d2e2914e</li> +<li><strong>SHA1</strong>: a92280a8df6a63d5719f8d96feef0b7253ca8697</li> +<li><strong>SHA256</strong>: 5bf44a6dd12e35acd2ec0993228477338d33c0769d2bc82d1c1ebd65e3fe5062</li> </ul> <p> - <a href="https://yt-dl.org/downloads/2013.11.20/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.11.20/youtube-dl.exe.sig">sig</a> - 0fa081a7a73e91eb1318504b1c2f84a2f8e19d7947a1c7d0f730196f7e484637)<br> - <a href="https://yt-dl.org/downloads/2013.11.20/youtube-dl-2013.11.20.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.11.20/youtube-dl-2013.11.20.tar.gz.sig">sig</a> - 26f456ec8fb0e2e65eee2d7f1f4acc6d30ff2b7ee961444c93a41ba51c9da179) + <a href="https://yt-dl.org/downloads/2013.11.21/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.11.21/youtube-dl.exe.sig">sig</a> - 66535c20cfd0fe64aeaee0ffc4999bf089303c552d68dd8b0197ecbf5c17597c)<br> + <a href="https://yt-dl.org/downloads/2013.11.21/youtube-dl-2013.11.21.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.11.21/youtube-dl-2013.11.21.tar.gz.sig">sig</a> - 9cc0e3d3116791ba6966e546a24922523549305488bb73b7194ba10102c78625) </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.20/youtube-dl -o /usr/local/bin/youtube-dl<br/> +<code class="commands">sudo curl https://yt-dl.org/downloads/2013.11.21/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.20/youtube-dl -O /usr/local/bin/youtube-dl<br/> +<code class="commands">sudo wget https://yt-dl.org/downloads/2013.11.21/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.20/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.21/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> diff --git a/supportedsites.html b/supportedsites.html index fa9fbd61f..1142e8caa 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -107,7 +107,7 @@ <li><b>NBCNews</b></li> <li><b>Newgrounds</b></li> <li><b>nhl.com</b></li> - <li><b>nhl.com:videocenter</b>: Download the first 12 videos from a videocenter category</li> + <li><b>nhl.com:videocenter</b>: NHL videocenter category</li> <li><b>NowVideo</b></li> <li><b>Ooyala</b></li> <li><b>ORF</b></li> @@ -191,8 +191,8 @@ <li><b>youtube:favorites</b>: YouTube.com favourite videos, "ytfav" 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</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: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> diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 91f177404..3cbd59488 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.11.20 \ No newline at end of file +2013.11.21 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 4659cc433..0f823aafb 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -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-20T07:32:27.197628</atom:updated> + <atom:updated>2013-11-21T14:02:03.316472</atom:updated> <atom:entry> <atom:id>youtube-dl-2012.02.22</atom:id> @@ -1924,4 +1924,19 @@ <atom:updated>2013-11-20</atom:updated> </atom:entry> + <atom:entry> + <atom:id>youtube-dl-2013.11.21</atom:id> + <atom:title>New version 2013.11.21</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.21/">https://yt-dl.org/downloads/2013.11.21/</a> + </div> + </atom:content> + <atom:author> + <atom:name>The youtube-dl maintainers</atom:name> + </atom:author> + <atom:updated>2013-11-21</atom:updated> + </atom:entry> + </atom:feed> \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index a8ee75103..f3a0ecbcb 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.11.20", - "signature": "749391011d863a146b87d0141c91e93b4973fad111f5dca0cbc89d139c2625f317129661acdc7cfe17fba525ae22f5f109503b85c9694d0fa8748be121e4d2080d9d86ad3d8b8e298f13ec47801dcc0f32432c9d42979b8b9e045412b06ec1fe71b40fe77296e3b5741edd6851d3e7c772a3ce31422af27f831f83794cdff5a2", + "latest": "2013.11.21", + "signature": "72e0c29cb8bd2817a7468a3898d42fb4707a3402041c776aaf249f5b20e88a442f64bf0792ec9b090b0a8328811d3e707bdde76aa71635c3a076ec3711be64cc9b7f7f8bec3eddcfd437e6b3811ce23510772dfa588ab31e04b6f93ca9023f3edb78050d1cd441339beb6b9e53aa2ff5dd1dde1a7c8bed036df72a71a9803520", "versions": { "2012.02.22": { "bin": [ @@ -1799,6 +1799,20 @@ "https://yt-dl.org/downloads/2013.11.20/youtube-dl-2013.11.20.tar.gz", "26f456ec8fb0e2e65eee2d7f1f4acc6d30ff2b7ee961444c93a41ba51c9da179" ] + }, + "2013.11.21": { + "bin": [ + "https://yt-dl.org/downloads/2013.11.21/youtube-dl", + "5bf44a6dd12e35acd2ec0993228477338d33c0769d2bc82d1c1ebd65e3fe5062" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.11.21/youtube-dl.exe", + "66535c20cfd0fe64aeaee0ffc4999bf089303c552d68dd8b0197ecbf5c17597c" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.11.21/youtube-dl-2013.11.21.tar.gz", + "9cc0e3d3116791ba6966e546a24922523549305488bb73b7194ba10102c78625" + ] } } } \ No newline at end of file