From bd2cf1dd4f63fe97a13b18117947e14437d14f75 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 25 Nov 2013 15:49:04 +0100 Subject: [PATCH] release 2013.11.25.2 --- download.html | 18 +++++++++--------- supportedsites.html | 2 +- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index 69f761804..ad941f5a0 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

Remember youtube-dl requires Python version 2.6, 2.7, or 3.3+ to work.

-

2013.11.25.1 (sig)

+

2013.11.25.2 (sig)

- Windows exe (sig - 6f75c2023fd8c3ddf3d9484360a97e680c27efb67ecc5bd5541b4230658ff341)
- Full source + docs + binary tarball (sig - 28d6ab4d9f726cf3144e19d8d659566ed53eb5f322458be44b184167a2d7a0f1) + Windows exe (sig - bb0e526ba0ffe4599c728e18ac8127939fc8bd06f545b56706d4ee6f81b40183)
+ Full source + docs + binary tarball (sig - 9b660be4c2c6888ecbfcfcb56870a55b7af9103c485d070121b5eefa4d5f0bc5)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.11.25.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2013.11.25.2/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2013.11.25.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2013.11.25.2/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

@@ -49,7 +49,7 @@ See the pypi page for more

To check the signature, type: -sudo wget https://yt-dl.org/downloads/2013.11.25.1/youtube-dl.sig -O youtube-dl.sig
gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
rm youtube-dl.sig
+sudo wget https://yt-dl.org/downloads/2013.11.25.2/youtube-dl.sig -O youtube-dl.sig
gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
rm youtube-dl.sig

The following GPG keys will be used to sign the binaries and the git tags:

diff --git a/supportedsites.html b/supportedsites.html index db05f069e..a55ba3f31 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -198,8 +198,8 @@
  • youtube:history: Youtube watch history, "ythistory" keyword (requires authentication)
  • youtube:playlist: YouTube.com playlists
  • youtube:recommended: YouTube.com recommended videos, "ytrec" keyword (requires authentication)
  • -
  • youtube:search: YouTube.com searches, newest videos first
  • youtube:search: YouTube.com searches
  • +
  • youtube:search: YouTube.com searches, newest videos first
  • youtube:show: YouTube.com (multi-season) shows
  • youtube:subscriptions: YouTube.com subscriptions feed, "ytsubs" keyword(requires authentication)
  • youtube:user: YouTube.com user videos (URL or "ytuser" keyword)
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index b63ed73f5..6b91a8482 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.11.25.1 \ No newline at end of file +2013.11.25.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b4f4523f6..4f92c1cd4 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-11-25T06:09:45.185072 + 2013-11-25T15:49:03.231670 youtube-dl-2012.02.22 @@ -2044,4 +2044,19 @@ 2013-11-25-1 + + youtube-dl-2013.11.25.2 + New version 2013.11.25.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.25.2/ +
    +
    + + The youtube-dl maintainers + + 2013-11-25-2 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index f03d038f5..450893627 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.11.25.1", - "signature": "65ee5c7fe267c7b7b7fc1bc5b8bda74b674db9cc87e20ff58e38aa8d0b58a216daeb9cf536fc97e2f28c248c111d5dc9fef99b2ba5c89e470abe51c75f7eeb3f779862c11c170dda34efe3e155834334b1663e978a52c416566e7e82a0678cb206ab61610dfba56cde9b3c728af1c98f22df25d541973978f00692b04810e828", + "latest": "2013.11.25.2", + "signature": "2e5d14eb0a6f3d48226ee4645de2b487364b5a7034a52efdb65ff498d74f625b5533cb337ed138bee85e44cf01460c72420e562b7a5b464024643b91609f5f66f9ada95b056051f45b37294446732897c37d875a8d646b91f2d5ccffcbdbce9323294f3b453d1b82ca66ae08369795b30621e7e660216d037950e6500e428feb", "versions": { "2012.02.22": { "bin": [ @@ -1911,6 +1911,20 @@ "https://yt-dl.org/downloads/2013.11.25.1/youtube-dl-2013.11.25.1.tar.gz", "28d6ab4d9f726cf3144e19d8d659566ed53eb5f322458be44b184167a2d7a0f1" ] + }, + "2013.11.25.2": { + "bin": [ + "https://yt-dl.org/downloads/2013.11.25.2/youtube-dl", + "9de74812fe16cde2493b9012d55ea82bf770624f7740db31c171bf583bfdff2c" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.11.25.2/youtube-dl.exe", + "bb0e526ba0ffe4599c728e18ac8127939fc8bd06f545b56706d4ee6f81b40183" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.11.25.2/youtube-dl-2013.11.25.2.tar.gz", + "9b660be4c2c6888ecbfcfcb56870a55b7af9103c485d070121b5eefa4d5f0bc5" + ] } } } \ No newline at end of file