diff --git a/download.html b/download.html index 3c57cbdac..42aa26d0e 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.28.1 (sig)

+

2013.11.29 (sig)

- Windows exe (sig - 12cf9023fcb53eac75a1dbed03ebcb6703db6105f1e32ef313b86b7cc93ac56f)
- Full source + docs + binary tarball (sig - 93a5b1047f5c91b00afd0f5fcbf0183cf859b7e810edea2a90f84ff2386de770) + Windows exe (sig - 7ea0413de468a73f4ea8bba71f8ca0804e7e617ca850fcbe979b988e13a17a68)
+ Full source + docs + binary tarball (sig - 212c6dcd81c74860f8bab9ec154592bf070478f41451c3da9611da0a794e32bd)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.11.28.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2013.11.29/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.28.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2013.11.29/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.28.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.29/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 a55ba3f31..fa2725606 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -42,6 +42,7 @@
  • canalplus.fr
  • Cinemassacre
  • clipfish
  • +
  • Clipsyndicate
  • CNN
  • CollegeHumor
  • ComedyCentral
  • @@ -82,6 +83,7 @@
  • Howcast
  • Hypem
  • ign.com
  • +
  • imdb: Internet Movie Database trailers
  • Ina
  • InfoQ
  • Instagram
  • @@ -119,6 +121,7 @@
  • photobucket
  • plus.google: Google Plus
  • pluzz.francetv.fr
  • +
  • podomatic
  • PornHub
  • Pornotube
  • RBMARadio
  • @@ -198,8 +201,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
  • youtube:search: YouTube.com searches, newest videos first
  • +
  • youtube:search: YouTube.com searches
  • 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 b1c794140..16951bbdd 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.11.28.1 \ No newline at end of file +2013.11.29 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index e035f7156..6caf89f44 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-11-28T06:20:07.291604 + 2013-11-29T03:38:07.640589 youtube-dl-2012.02.22 @@ -2119,4 +2119,19 @@ 2013-11-28-1 + + youtube-dl-2013.11.29 + New version 2013.11.29 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.29/ +
    +
    + + The youtube-dl maintainers + + 2013-11-29 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 3bfd4d568..66a6413de 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.11.28.1", - "signature": "60a3dfb77a073163847037ae27b6c46a1b971367e4547571620cf5586e8c70c9749df0bdaf7a0474ff6573e78790c7860498d3bc65b2b64a8b017115124d343a1c0fc7b002fda3c838fbcce035cb7cc3034595d021d59f072edd39dd16c464a914d7b4e476bbfe4d424055f6da152b71aab0fe138277cf3fcf781294b77287a4", + "latest": "2013.11.29", + "signature": "6e5b751b1ab37565007fefa72ac63ee2d6301e59567569d9881cf5b5e47a2b9ed9ce2e081f1c96656964e0e1c2ee2db77315a78b28a4f353cb2a9ca7ec817aba7f1bf4616019faf746b30d280c924c99e2988e9a21dafc5dc0bf15c28e5257e45334512e484c0130328c33bf31a3e826c9d5af7d49fa5cca054b7ddf8bd00208", "versions": { "2012.02.22": { "bin": [ @@ -1981,6 +1981,20 @@ "https://yt-dl.org/downloads/2013.11.28.1/youtube-dl-2013.11.28.1.tar.gz", "93a5b1047f5c91b00afd0f5fcbf0183cf859b7e810edea2a90f84ff2386de770" ] + }, + "2013.11.29": { + "bin": [ + "https://yt-dl.org/downloads/2013.11.29/youtube-dl", + "ecef14a0272ebbccb3782492ace284d09cf7a54e3d999d42ab6e51cac74ee909" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.11.29/youtube-dl.exe", + "7ea0413de468a73f4ea8bba71f8ca0804e7e617ca850fcbe979b988e13a17a68" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.11.29/youtube-dl-2013.11.29.tar.gz", + "212c6dcd81c74860f8bab9ec154592bf070478f41451c3da9611da0a794e32bd" + ] } } } \ No newline at end of file