diff --git a/download.html b/download.html index 205e72bf2..33cd15889 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.

-

2014.03.03 (sig)

+

2014.03.04 (sig)

- Windows exe (sig - ab703b8d401e3b8cd93f47d825818003924e5e27727800fe366dff79929dec1e)
- Full source + docs + binary tarball (sig - fa4dda1dd056f9d0a487777f05c448d3a45fc64f5d1a71f37b6024985b549930) + Windows exe (sig - bcdea2e7c5dfadd415482e99dcccda63e751fce2d4adeafdb608faedf5e17bb9)
+ Full source + docs + binary tarball (sig - 9c24e2b9ff6dfa83eb67dee91f1b83b8c72c5767a54d85720a962ea7498bcf63)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.03/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.03.04/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/2014.03.03/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.03.04/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/2014.03.03/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/2014.03.04/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 232f42908..0186edea8 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -288,6 +288,7 @@
  • youtube:recommended: YouTube.com recommended videos, "ytrec" keyword (requires authentication)
  • youtube:search: YouTube.com searches
  • youtube:search:date: YouTube.com searches, newest videos first
  • +
  • youtube:search_url: YouTube.com search URLs
  • youtube:show: YouTube.com (multi-season) shows
  • youtube:subscriptions: YouTube.com subscriptions feed, "ytsubs" keyword(requires authentication)
  • youtube:toplist: YouTube.com top lists, "yttoplist:{channel}:{list title}" (Example: "yttoplist:music:Top Tracks")
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index d9d1e3564..ccf9bfe78 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.03 \ No newline at end of file +2014.03.04 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 63e20d89b..862936b03 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2014-03-03T13:55:58.164249Z + 2014-03-04T03:36:25.389216Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3605,4 +3605,19 @@ 2014-03-03T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.04 + New version 2014.03.04 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.03.04/ +
    +
    + + The youtube-dl maintainers + + 2014-03-04T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index c8373bc03..17f1e1aba 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.03", - "signature": "2f6c46bac5d7d07b30f3caab32d42907fcb8661ded2253fb58cb3360fc2373bac4f847044b687dabe81ee919a6e5a6960018c087cebcdfa39949c0b2cb7980fab5bf1d31da71d66305ab145257725c205581ecc07b376dc467bfa3d907b97d5e0fcdbae3b59632696cb52b9f19be863a382ef7c98903b483baf156cffd98969a", + "latest": "2014.03.04", + "signature": "4a18f203769945c157389be5792a5d413ab0a36598705f619e4b021e98df96918067f79293f1eed97e9f843d071cee31eb8d9137e82afdaecfb639a5e99511683dafeacbcd90e9d32e33cd8fe962779fea67ebd8900d482bcb1ca0ac13576e0dc928fe5d91ab34a20fb66dcb19cff1040a60733c670a389a566f3c179f0de74d", "versions": { "2012.02.22": { "bin": [ @@ -3367,6 +3367,20 @@ "https://yt-dl.org/downloads/2014.03.03/youtube-dl-2014.03.03.tar.gz", "fa4dda1dd056f9d0a487777f05c448d3a45fc64f5d1a71f37b6024985b549930" ] + }, + "2014.03.04": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.04/youtube-dl", + "1aec071bba2d1d102f837e8960179d43ddcaba25df0975079877ff56cac58bfc" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.04/youtube-dl.exe", + "bcdea2e7c5dfadd415482e99dcccda63e751fce2d4adeafdb608faedf5e17bb9" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.04/youtube-dl-2014.03.04.tar.gz", + "9c24e2b9ff6dfa83eb67dee91f1b83b8c72c5767a54d85720a962ea7498bcf63" + ] } } } \ No newline at end of file