diff --git a/download.html b/download.html index 364057b75..3c34bac17 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.07.11.1 (sig)

+

2014.07.11.2 (sig)

- Windows exe (sig - 351e0f2a80996e10e595d7ab29c3600ac59ea62056014a0e4ec62c18a8fb3822)
- Full source + docs + binary tarball (sig - 5857d232a5dbadc2ac1f927d3206017adb1e36336bbb9b3972a149e97c52c718) + Windows exe (sig - d71b713aebd900cd9574832acbb39cb8855ac132344820d8092358698d921231)
+ Full source + docs + binary tarball (sig - 72919ca4f935a0b74c7264f31580903d2ec16b3288233b9d844182ae4e09364c)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.07.11.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.07.11.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/2014.07.11.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.07.11.2/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

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

To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.07.11.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/2014.07.11.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 7282ee37e..a46e9ade8 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -244,6 +244,7 @@
  • savefrom.net
  • SciVee
  • screen.yahoo:search: Yahoo screen search
  • +
  • Screencast
  • ServingSys
  • Sina
  • Slideshare
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index b822eef09..d57bbedec 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.07.11.1 \ No newline at end of file +2014.07.11.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 42a6d5239..424b95cf5 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-07-11T11:58:13.753167Z + 2014-07-11T13:38:39.248811Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4910,4 +4910,19 @@ 2014-07-11T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.07.11.2 + New version 2014.07.11.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.07.11.2/ +
    +
    + + The youtube-dl maintainers + + 2014-07-11T00:00:02Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index c2b44fe5b..3cceffb05 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.07.11.1", - "signature": "2c8e1ea501845717500a804933330bd6fa842d1407b1ff9f2ed3debf748842813900cd1824d64fbfa2652670e6387bf4c1ebf2cc3117d1cbedfebc0dfb81bc8a3702342aefcf3b4374dd4fefbb11145d5957d0c5093369909d04629cdca41afa1d2b96330ea118ad1f203ca3084f8d6eb7ae6aa283377b0a3e6773e21f896a7a", + "latest": "2014.07.11.2", + "signature": "136513b6ce1c2542ed2886514428895c9fe30602a88df8e5823e999228867d96cd4010aa46844b1c5287b329b590f21c7becc90785af9d2d3d58777ba842106960f7d8c5310f6499c08e074627d8f0b659b0bf111de5712c832aa68018c204c4be08d250c966be544f3186051d8a0c72f5ac88a632705329a89c3daa7803d9ab", "versions": { "2012.02.22": { "bin": [ @@ -4585,6 +4585,20 @@ "https://yt-dl.org/downloads/2014.07.11.1/youtube-dl-2014.07.11.1.tar.gz", "5857d232a5dbadc2ac1f927d3206017adb1e36336bbb9b3972a149e97c52c718" ] + }, + "2014.07.11.2": { + "bin": [ + "https://yt-dl.org/downloads/2014.07.11.2/youtube-dl", + "8ef5a312247559c6e1b7165a51e593863fb3b7dc5ee5a6deed468e67a643dc33" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.07.11.2/youtube-dl.exe", + "d71b713aebd900cd9574832acbb39cb8855ac132344820d8092358698d921231" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.07.11.2/youtube-dl-2014.07.11.2.tar.gz", + "72919ca4f935a0b74c7264f31580903d2ec16b3288233b9d844182ae4e09364c" + ] } } } \ No newline at end of file