From d8fb038cca2e74c6bccbb3ec6a18bcdd1c732d1b Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 31 Jul 2013 10:58:43 +0200 Subject: [PATCH 001/129] release 2013.07.31 --- download.html | 16 ++++++++-------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 41 insertions(+), 12 deletions(-) diff --git a/download.html b/download.html index 26e39cad2..78f567c92 100644 --- a/download.html +++ b/download.html @@ -16,21 +16,21 @@

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

-

2013.07.25.2 (sig)

+

2013.07.31 (sig)

- Windows exe (sig - a9b7400f0485e0ba0d9679d6dbe97bb46be1ea88ac664721b4103bf82ec12a3f)
- Full source + docs + binary tarball (sig - 44ce8439620d0741e3a778577b57c1e6bbd024edd5edf8175b525c8a468807d8) + Windows exe (sig - 23dc40506c2c1a7d7e15adcc8a59413a4c66a73952b1b1bc62c1387e27904f73)
+ Full source + docs + binary tarball (sig - d75f341fdb9729b2f54e88a7ad02adacc2a8d9a5a20e0507eeb56b0688d467a8)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.07.25.2/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl
+sudo wget http://youtube-dl.org/downloads/2013.07.31/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

You can also use pip: @@ -42,7 +42,7 @@ See the pypi page for more

To check the signature, type: -sudo wget http://youtube-dl.org/downloads/2013.07.25.2/youtube-dl.sig -O youtube-dl.sig
gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
rm youtube-dl.sig
+sudo wget http://youtube-dl.org/downloads/2013.07.31/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/update/LATEST_VERSION b/update/LATEST_VERSION index 96bd6a038..c60e2b224 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.07.25.2 \ No newline at end of file +2013.07.31 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 8d8e4e78a..105225e57 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-07-25T23:03:17.122645 + 2013-07-31T10:58:42.252025 youtube-dl-2012.02.22 @@ -994,4 +994,19 @@ 2013-07-25-2 + + youtube-dl-2013.07.31 + New version 2013.07.31 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.07.31/ +
+
+ + The youtube-dl maintainers + + 2013-07-31 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 6fee739f3..449800b2a 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.07.25.2", - "signature": "3545b36b49394d90fada85cebeabce3ddcae5118a3548b127feed9ae5c3b2fa677b28b6fcc4be9953deed4483d607d16d05422a8d59ffaa24c2c6cb6964977eac68c2fb8cfe00f111113d593aa28b37406c1cb6be644a4c1b6ab1149e757d708f3af5e25b803e479753a12035d6ded5adbdc5ed8ef37c9d685989067addeb368", + "latest": "2013.07.31", + "signature": "97c943800e05a0b2328ca4a85f13df47fb8411be74a9e3c6d645f49130353679bc42b6e399239a5b64fb490f38f25a428a6071045801dd62a4d3d5a1a4b92fe6989a4254330adb2d4d7701c0283a7646a8fe594d22314a82067d5b5214b32992258b7599ce200992bedb7c897b5663b8ae980efddea563f23316bd5e436d6cc1", "versions": { "2012.02.22": { "bin": [ @@ -931,6 +931,20 @@ "http://youtube-dl.org/downloads/2013.07.25.2/youtube-dl-2013.07.25.2.tar.gz", "44ce8439620d0741e3a778577b57c1e6bbd024edd5edf8175b525c8a468807d8" ] + }, + "2013.07.31": { + "bin": [ + "http://youtube-dl.org/downloads/2013.07.31/youtube-dl", + "1b07a0fd591311d67b8556fbe59a9cc311d09363b07b3ea511fef6318d51d3c7" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.07.31/youtube-dl.exe", + "23dc40506c2c1a7d7e15adcc8a59413a4c66a73952b1b1bc62c1387e27904f73" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.07.31/youtube-dl-2013.07.31.tar.gz", + "d75f341fdb9729b2f54e88a7ad02adacc2a8d9a5a20e0507eeb56b0688d467a8" + ] } } } \ No newline at end of file From a7d6fa532aa5bcf8e577c1dc43a61a17ee0db022 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 2 Aug 2013 13:37:57 +0200 Subject: [PATCH 002/129] release 2013.08.02 --- download.html | 16 ++++++++-------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 41 insertions(+), 12 deletions(-) diff --git a/download.html b/download.html index 78f567c92..9c773dd89 100644 --- a/download.html +++ b/download.html @@ -16,21 +16,21 @@

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

-

2013.07.31 (sig)

+

2013.08.02 (sig)

- Windows exe (sig - 23dc40506c2c1a7d7e15adcc8a59413a4c66a73952b1b1bc62c1387e27904f73)
- Full source + docs + binary tarball (sig - d75f341fdb9729b2f54e88a7ad02adacc2a8d9a5a20e0507eeb56b0688d467a8) + Windows exe (sig - 95aa607b35f3b1757d33160a4a828383d1edf0a822664d4574c5e9a085a98d28)
+ Full source + docs + binary tarball (sig - fb74cc8937ca667b6dd029404bd5d011837f0ed284612188d66729b72796c57f)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.07.31/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl
+sudo wget http://youtube-dl.org/downloads/2013.08.02/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

You can also use pip: @@ -42,7 +42,7 @@ See the pypi page for more

To check the signature, type: -sudo wget http://youtube-dl.org/downloads/2013.07.31/youtube-dl.sig -O youtube-dl.sig
gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
rm youtube-dl.sig
+sudo wget http://youtube-dl.org/downloads/2013.08.02/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/update/LATEST_VERSION b/update/LATEST_VERSION index c60e2b224..ee7d10083 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.07.31 \ No newline at end of file +2013.08.02 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 105225e57..1bf933cb0 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-07-31T10:58:42.252025 + 2013-08-02T13:37:57.033501 youtube-dl-2012.02.22 @@ -1009,4 +1009,19 @@ 2013-07-31 + + youtube-dl-2013.08.02 + New version 2013.08.02 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.08.02/ +
+
+ + The youtube-dl maintainers + + 2013-08-02 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 449800b2a..c48fd0de3 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.07.31", - "signature": "97c943800e05a0b2328ca4a85f13df47fb8411be74a9e3c6d645f49130353679bc42b6e399239a5b64fb490f38f25a428a6071045801dd62a4d3d5a1a4b92fe6989a4254330adb2d4d7701c0283a7646a8fe594d22314a82067d5b5214b32992258b7599ce200992bedb7c897b5663b8ae980efddea563f23316bd5e436d6cc1", + "latest": "2013.08.02", + "signature": "55660b853c43fe4be56e7ca075cadb05f77899f0a658d59562a33b029b718d968316e70cc4f81cdf0edabbea1699b9bcc3466f59bcbbb5ca67f55d1b84bd2c3d7012e36661a04fd8fc0ed6a3c17b8b3b98e2bdb9b20f487c7985c1fc780ce8ecbd59960399f04acd02f40c2fcf73de2ee18c2eccb7a71e874eb222031df7be3a", "versions": { "2012.02.22": { "bin": [ @@ -945,6 +945,20 @@ "http://youtube-dl.org/downloads/2013.07.31/youtube-dl-2013.07.31.tar.gz", "d75f341fdb9729b2f54e88a7ad02adacc2a8d9a5a20e0507eeb56b0688d467a8" ] + }, + "2013.08.02": { + "bin": [ + "http://youtube-dl.org/downloads/2013.08.02/youtube-dl", + "f5bf72fcb524efd6abc2983fb8b7c91ff8b22aad6bdea182f3f1175ea60b4545" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.08.02/youtube-dl.exe", + "95aa607b35f3b1757d33160a4a828383d1edf0a822664d4574c5e9a085a98d28" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.08.02/youtube-dl-2013.08.02.tar.gz", + "fb74cc8937ca667b6dd029404bd5d011837f0ed284612188d66729b72796c57f" + ] } } } \ No newline at end of file From 3d3d76e745eb9cb6f316c2ad437a39fbdd2c672c Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 8 Aug 2013 00:52:44 +0200 Subject: [PATCH 003/129] release 2013.08.08 --- download.html | 16 ++++++++-------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 41 insertions(+), 12 deletions(-) diff --git a/download.html b/download.html index 9c773dd89..b95ad2585 100644 --- a/download.html +++ b/download.html @@ -16,21 +16,21 @@

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

-

2013.08.02 (sig)

+

2013.08.08 (sig)

    -
  • MD5: a4c0024cb3a697a772c4129b4af067c0
  • -
  • SHA1: 51f164bfce202c1b9be64b9b8eeab6c9423499d7
  • -
  • SHA256: f5bf72fcb524efd6abc2983fb8b7c91ff8b22aad6bdea182f3f1175ea60b4545
  • +
  • MD5: 6519f48ec885ee37a2fde87f4dd62f8c
  • +
  • SHA1: 82158b5db43958562a08007b090ca524742d1707
  • +
  • SHA256: eb3f7cb935e3c8da61ba9eb271d393c1a54bd7e0880e5cc4f9f7fdd361f18905

- Windows exe (sig - 95aa607b35f3b1757d33160a4a828383d1edf0a822664d4574c5e9a085a98d28)
- Full source + docs + binary tarball (sig - fb74cc8937ca667b6dd029404bd5d011837f0ed284612188d66729b72796c57f) + Windows exe (sig - b73359e81df7ee2d432b286c1fb9bd1a0920ef4e8e8b89278d94f913ebe5a0a4)
+ Full source + docs + binary tarball (sig - 779d3271ebcbb604e81c5ceccac3426867e79cd0d1351c4bd541394028ee0b19)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.08.02/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl
+sudo wget http://youtube-dl.org/downloads/2013.08.08/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

You can also use pip: @@ -42,7 +42,7 @@ See the pypi page for more

To check the signature, type: -sudo wget http://youtube-dl.org/downloads/2013.08.02/youtube-dl.sig -O youtube-dl.sig
gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
rm youtube-dl.sig
+sudo wget http://youtube-dl.org/downloads/2013.08.08/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/update/LATEST_VERSION b/update/LATEST_VERSION index ee7d10083..934c2869c 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.08.02 \ No newline at end of file +2013.08.08 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 1bf933cb0..4447dc1a3 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-08-02T13:37:57.033501 + 2013-08-08T00:52:43.852862 youtube-dl-2012.02.22 @@ -1024,4 +1024,19 @@ 2013-08-02 + + youtube-dl-2013.08.08 + New version 2013.08.08 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.08.08/ +
+
+ + The youtube-dl maintainers + + 2013-08-08 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index c48fd0de3..59aef10b7 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.08.02", - "signature": "55660b853c43fe4be56e7ca075cadb05f77899f0a658d59562a33b029b718d968316e70cc4f81cdf0edabbea1699b9bcc3466f59bcbbb5ca67f55d1b84bd2c3d7012e36661a04fd8fc0ed6a3c17b8b3b98e2bdb9b20f487c7985c1fc780ce8ecbd59960399f04acd02f40c2fcf73de2ee18c2eccb7a71e874eb222031df7be3a", + "latest": "2013.08.08", + "signature": "677a7f996da4c505c3ef150efbc067886b3f36087cea46f79f0611c4dd96bcae50290f7eb54bfdace2c0cac118b28a82f72d6f53f6943514c4e613f31cff7e4336f4e3005a18f1cdeb8f49cdc474f531c06446b5f06dc2b379adf65dbf0c74f034d6630ceb551136004d84de3ccbbece0ad500082ac1701f9ea20e3b85ecccf5", "versions": { "2012.02.22": { "bin": [ @@ -959,6 +959,20 @@ "http://youtube-dl.org/downloads/2013.08.02/youtube-dl-2013.08.02.tar.gz", "fb74cc8937ca667b6dd029404bd5d011837f0ed284612188d66729b72796c57f" ] + }, + "2013.08.08": { + "bin": [ + "http://youtube-dl.org/downloads/2013.08.08/youtube-dl", + "eb3f7cb935e3c8da61ba9eb271d393c1a54bd7e0880e5cc4f9f7fdd361f18905" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.08.08/youtube-dl.exe", + "b73359e81df7ee2d432b286c1fb9bd1a0920ef4e8e8b89278d94f913ebe5a0a4" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.08.08/youtube-dl-2013.08.08.tar.gz", + "779d3271ebcbb604e81c5ceccac3426867e79cd0d1351c4bd541394028ee0b19" + ] } } } \ No newline at end of file From cde950717123a2fc44875ff509dd4646b7a36c23 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 8 Aug 2013 20:49:29 +0200 Subject: [PATCH 004/129] release 2013.08.08.1 --- download.html | 16 ++++++++-------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 41 insertions(+), 12 deletions(-) diff --git a/download.html b/download.html index b95ad2585..a51b4b5d0 100644 --- a/download.html +++ b/download.html @@ -16,21 +16,21 @@

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

-

2013.08.08 (sig)

+

2013.08.08.1 (sig)

    -
  • MD5: 6519f48ec885ee37a2fde87f4dd62f8c
  • -
  • SHA1: 82158b5db43958562a08007b090ca524742d1707
  • -
  • SHA256: eb3f7cb935e3c8da61ba9eb271d393c1a54bd7e0880e5cc4f9f7fdd361f18905
  • +
  • MD5: 49f3fd441d73c5bdb5f54646810a5545
  • +
  • SHA1: 8ddca82c0b07b482262ac864313bd4bba2d553d6
  • +
  • SHA256: a50ea465ea7ac5928f3f58ee34b984005f58df945f4a5568464a294ff7aa1c91

- Windows exe (sig - b73359e81df7ee2d432b286c1fb9bd1a0920ef4e8e8b89278d94f913ebe5a0a4)
- Full source + docs + binary tarball (sig - 779d3271ebcbb604e81c5ceccac3426867e79cd0d1351c4bd541394028ee0b19) + Windows exe (sig - 05728cc44eb29ca609b1022db59c0bb6ffbe0e2e183b6762b4db5410768d481f)
+ Full source + docs + binary tarball (sig - 00bd57fc231a21dc428776cc0e9baabf221de255f8f3b30d94bff468172d17f5)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.08.08/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl
+sudo wget http://youtube-dl.org/downloads/2013.08.08.1/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

You can also use pip: @@ -42,7 +42,7 @@ See the pypi page for more

To check the signature, type: -sudo wget http://youtube-dl.org/downloads/2013.08.08/youtube-dl.sig -O youtube-dl.sig
gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
rm youtube-dl.sig
+sudo wget http://youtube-dl.org/downloads/2013.08.08.1/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/update/LATEST_VERSION b/update/LATEST_VERSION index 934c2869c..d6b4100f4 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.08.08 \ No newline at end of file +2013.08.08.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 4447dc1a3..b0ae1cbae 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-08-08T00:52:43.852862 + 2013-08-08T20:49:28.320207 youtube-dl-2012.02.22 @@ -1039,4 +1039,19 @@ 2013-08-08 + + youtube-dl-2013.08.08.1 + New version 2013.08.08.1 + + + + + + The youtube-dl maintainers + + 2013-08-08-1 + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 59aef10b7..565c46e90 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.08.08", - "signature": "677a7f996da4c505c3ef150efbc067886b3f36087cea46f79f0611c4dd96bcae50290f7eb54bfdace2c0cac118b28a82f72d6f53f6943514c4e613f31cff7e4336f4e3005a18f1cdeb8f49cdc474f531c06446b5f06dc2b379adf65dbf0c74f034d6630ceb551136004d84de3ccbbece0ad500082ac1701f9ea20e3b85ecccf5", + "latest": "2013.08.08.1", + "signature": "91bcc1eb1fdd9d7f7e3fbddb7aec3a7ce8df13660352bf957514b686ec4e8a059b6b24980edf641c01c05c4e5bca34df5b112bad3c3c03c25e70328e3dc60ac0ede310a6f41c781773451803845250e33a2ae630dbd034ff17eed2fce66ab4004de4db67dccf073855d59b97f0a096136c420b56479a7d32f7d654902dce9fff", "versions": { "2012.02.22": { "bin": [ @@ -973,6 +973,20 @@ "http://youtube-dl.org/downloads/2013.08.08/youtube-dl-2013.08.08.tar.gz", "779d3271ebcbb604e81c5ceccac3426867e79cd0d1351c4bd541394028ee0b19" ] + }, + "2013.08.08.1": { + "bin": [ + "http://youtube-dl.org/downloads/2013.08.08.1/youtube-dl", + "a50ea465ea7ac5928f3f58ee34b984005f58df945f4a5568464a294ff7aa1c91" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.08.08.1/youtube-dl.exe", + "05728cc44eb29ca609b1022db59c0bb6ffbe0e2e183b6762b4db5410768d481f" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.08.08.1/youtube-dl-2013.08.08.1.tar.gz", + "00bd57fc231a21dc428776cc0e9baabf221de255f8f3b30d94bff468172d17f5" + ] } } } \ No newline at end of file From bcdbda3abe85f3b12a6841e060353488395b96bf Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 9 Aug 2013 15:52:30 +0200 Subject: [PATCH 005/129] release 2013.08.09 --- download.html | 16 ++++++++-------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 41 insertions(+), 12 deletions(-) diff --git a/download.html b/download.html index a51b4b5d0..8b03f6b22 100644 --- a/download.html +++ b/download.html @@ -16,21 +16,21 @@

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

-

2013.08.08.1 (sig)

+

2013.08.09 (sig)

    -
  • MD5: 49f3fd441d73c5bdb5f54646810a5545
  • -
  • SHA1: 8ddca82c0b07b482262ac864313bd4bba2d553d6
  • -
  • SHA256: a50ea465ea7ac5928f3f58ee34b984005f58df945f4a5568464a294ff7aa1c91
  • +
  • MD5: 3df76cb827402832a12206b3d5291ba3
  • +
  • SHA1: 79e3c2039e6432740fa4d096975af950a884d53b
  • +
  • SHA256: 6844d73d33b517fb9a2dc381f59868ad7952edea9104c73a1199e93f105a4bed

- Windows exe (sig - 05728cc44eb29ca609b1022db59c0bb6ffbe0e2e183b6762b4db5410768d481f)
- Full source + docs + binary tarball (sig - 00bd57fc231a21dc428776cc0e9baabf221de255f8f3b30d94bff468172d17f5) + Windows exe (sig - 0325cac8686a4bd24e05d703dfc88d35e4dfce849681d404cc7800275fd500fd)
+ Full source + docs + binary tarball (sig - f53db27f8a5bba875117be048206f69db33482a161482fa3589bf3d46952f901)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.08.08.1/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl
+sudo wget http://youtube-dl.org/downloads/2013.08.09/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

You can also use pip: @@ -42,7 +42,7 @@ See the pypi page for more

To check the signature, type: -sudo wget http://youtube-dl.org/downloads/2013.08.08.1/youtube-dl.sig -O youtube-dl.sig
gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
rm youtube-dl.sig
+sudo wget http://youtube-dl.org/downloads/2013.08.09/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/update/LATEST_VERSION b/update/LATEST_VERSION index d6b4100f4..ad9639c4b 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.08.08.1 \ No newline at end of file +2013.08.09 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b0ae1cbae..61ea99df2 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-08-08T20:49:28.320207 + 2013-08-09T15:52:30.095752 youtube-dl-2012.02.22 @@ -1054,4 +1054,19 @@ 2013-08-08-1 + + youtube-dl-2013.08.09 + New version 2013.08.09 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.08.09/ +
+
+ + The youtube-dl maintainers + + 2013-08-09 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 565c46e90..1dd756378 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.08.08.1", - "signature": "91bcc1eb1fdd9d7f7e3fbddb7aec3a7ce8df13660352bf957514b686ec4e8a059b6b24980edf641c01c05c4e5bca34df5b112bad3c3c03c25e70328e3dc60ac0ede310a6f41c781773451803845250e33a2ae630dbd034ff17eed2fce66ab4004de4db67dccf073855d59b97f0a096136c420b56479a7d32f7d654902dce9fff", + "latest": "2013.08.09", + "signature": "7fe78d1a6f5a49a3f1c5e0fd38a4d48a476d789b91169d04ea15e1d08661f61fdc7a8731ba99ca538a9134f84feaf66f892aa772effe91630d067d2a87a62e80749eb03ad032b60f9cc981e58a15ee9fe21ee5991d8cd95dc5b6cabf83329ff5b14a262efe45969d965c464662690fbec092b83ae0f1675866c2359b9617c627", "versions": { "2012.02.22": { "bin": [ @@ -987,6 +987,20 @@ "http://youtube-dl.org/downloads/2013.08.08.1/youtube-dl-2013.08.08.1.tar.gz", "00bd57fc231a21dc428776cc0e9baabf221de255f8f3b30d94bff468172d17f5" ] + }, + "2013.08.09": { + "bin": [ + "http://youtube-dl.org/downloads/2013.08.09/youtube-dl", + "6844d73d33b517fb9a2dc381f59868ad7952edea9104c73a1199e93f105a4bed" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.08.09/youtube-dl.exe", + "0325cac8686a4bd24e05d703dfc88d35e4dfce849681d404cc7800275fd500fd" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.08.09/youtube-dl-2013.08.09.tar.gz", + "f53db27f8a5bba875117be048206f69db33482a161482fa3589bf3d46952f901" + ] } } } \ No newline at end of file From 1415d020758ca19483bfcef83aa57ca1506f6bb3 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 14 Aug 2013 10:23:40 +0200 Subject: [PATCH 006/129] release 2013.08.14 --- download.html | 16 ++++++++-------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 41 insertions(+), 12 deletions(-) diff --git a/download.html b/download.html index 8b03f6b22..f06877185 100644 --- a/download.html +++ b/download.html @@ -16,21 +16,21 @@

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

-

2013.08.09 (sig)

+

2013.08.14 (sig)

    -
  • MD5: 3df76cb827402832a12206b3d5291ba3
  • -
  • SHA1: 79e3c2039e6432740fa4d096975af950a884d53b
  • -
  • SHA256: 6844d73d33b517fb9a2dc381f59868ad7952edea9104c73a1199e93f105a4bed
  • +
  • MD5: 0c7406c07ffd45fe95bcad9725d3ef11
  • +
  • SHA1: 70eebefb57b1db888db2a2f4525ec907414892be
  • +
  • SHA256: 544796628d10dac151f8e2ba93b7737754ff01959337f0e6f2392f70c3f18ab5

- Windows exe (sig - 0325cac8686a4bd24e05d703dfc88d35e4dfce849681d404cc7800275fd500fd)
- Full source + docs + binary tarball (sig - f53db27f8a5bba875117be048206f69db33482a161482fa3589bf3d46952f901) + Windows exe (sig - 91246d5c9baa2439eaa6346a478194f01c1db4230e92d67f4e1e1f5391fdeb0d)
+ Full source + docs + binary tarball (sig - c1436671ed3b07db2bdc3647ac8c3392177db6028771c6df9d7b341e5cbb4a6d)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.08.09/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl
+sudo wget http://youtube-dl.org/downloads/2013.08.14/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

You can also use pip: @@ -42,7 +42,7 @@ See the pypi page for more

To check the signature, type: -sudo wget http://youtube-dl.org/downloads/2013.08.09/youtube-dl.sig -O youtube-dl.sig
gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
rm youtube-dl.sig
+sudo wget http://youtube-dl.org/downloads/2013.08.14/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/update/LATEST_VERSION b/update/LATEST_VERSION index ad9639c4b..d86358fb0 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.08.09 \ No newline at end of file +2013.08.14 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 61ea99df2..6b5b88d92 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-08-09T15:52:30.095752 + 2013-08-14T10:23:40.050037 youtube-dl-2012.02.22 @@ -1069,4 +1069,19 @@ 2013-08-09 + + youtube-dl-2013.08.14 + New version 2013.08.14 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.08.14/ +
+
+ + The youtube-dl maintainers + + 2013-08-14 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 1dd756378..702d1699e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.08.09", - "signature": "7fe78d1a6f5a49a3f1c5e0fd38a4d48a476d789b91169d04ea15e1d08661f61fdc7a8731ba99ca538a9134f84feaf66f892aa772effe91630d067d2a87a62e80749eb03ad032b60f9cc981e58a15ee9fe21ee5991d8cd95dc5b6cabf83329ff5b14a262efe45969d965c464662690fbec092b83ae0f1675866c2359b9617c627", + "latest": "2013.08.14", + "signature": "09a24276680bfd158837350e76c1f703533b559afc7982d99b968714b633ab2ca573408b228b28e509397bf8988e84b5c80f84c5eae623b93ecf735e6247202007d1e8ddbe93defd15edeb649051251d51769c438ce3477f927cae8fb6329adc7dcfcc2af4f1956522b312711667a98d1249221e4a00ff0b33ecb6520f1e0d0f", "versions": { "2012.02.22": { "bin": [ @@ -1001,6 +1001,20 @@ "http://youtube-dl.org/downloads/2013.08.09/youtube-dl-2013.08.09.tar.gz", "f53db27f8a5bba875117be048206f69db33482a161482fa3589bf3d46952f901" ] + }, + "2013.08.14": { + "bin": [ + "http://youtube-dl.org/downloads/2013.08.14/youtube-dl", + "544796628d10dac151f8e2ba93b7737754ff01959337f0e6f2392f70c3f18ab5" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.08.14/youtube-dl.exe", + "91246d5c9baa2439eaa6346a478194f01c1db4230e92d67f4e1e1f5391fdeb0d" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.08.14/youtube-dl-2013.08.14.tar.gz", + "c1436671ed3b07db2bdc3647ac8c3392177db6028771c6df9d7b341e5cbb4a6d" + ] } } } \ No newline at end of file From f42ceac10dd6e0f2358b35db925aa3b008fac7fb Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 15 Aug 2013 22:53:48 +0200 Subject: [PATCH 007/129] release 2013.08.15 --- download.html | 16 ++++++++-------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 41 insertions(+), 12 deletions(-) diff --git a/download.html b/download.html index f06877185..8840af6ea 100644 --- a/download.html +++ b/download.html @@ -16,21 +16,21 @@

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

-

2013.08.14 (sig)

+

2013.08.15 (sig)

    -
  • MD5: 0c7406c07ffd45fe95bcad9725d3ef11
  • -
  • SHA1: 70eebefb57b1db888db2a2f4525ec907414892be
  • -
  • SHA256: 544796628d10dac151f8e2ba93b7737754ff01959337f0e6f2392f70c3f18ab5
  • +
  • MD5: 047607e458e8e3b5373733761038a089
  • +
  • SHA1: 43d577e06a22f3d7dc366fa31e4abfa2586161bd
  • +
  • SHA256: 53f2cfa16c259cd3f6a3a28ce89be4f516d45579ac48452b4ebb4224fcbe5eb9

- Windows exe (sig - 91246d5c9baa2439eaa6346a478194f01c1db4230e92d67f4e1e1f5391fdeb0d)
- Full source + docs + binary tarball (sig - c1436671ed3b07db2bdc3647ac8c3392177db6028771c6df9d7b341e5cbb4a6d) + Windows exe (sig - 2aa8b29a7cfd121ca1c88f68f3dc463b3d919e97899b30a6e7133b9ea7c72fda)
+ Full source + docs + binary tarball (sig - 0fb42abb974fec46f9532b09d547bd9e1468547e7c24f9f15289eae4aca1b5d2)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.08.14/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl
+sudo wget http://youtube-dl.org/downloads/2013.08.15/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

You can also use pip: @@ -42,7 +42,7 @@ See the pypi page for more

To check the signature, type: -sudo wget http://youtube-dl.org/downloads/2013.08.14/youtube-dl.sig -O youtube-dl.sig
gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
rm youtube-dl.sig
+sudo wget http://youtube-dl.org/downloads/2013.08.15/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/update/LATEST_VERSION b/update/LATEST_VERSION index d86358fb0..e68b4daad 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.08.14 \ No newline at end of file +2013.08.15 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 6b5b88d92..69ca0e6c5 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-08-14T10:23:40.050037 + 2013-08-15T22:53:47.989777 youtube-dl-2012.02.22 @@ -1084,4 +1084,19 @@ 2013-08-14 + + youtube-dl-2013.08.15 + New version 2013.08.15 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.08.15/ +
+
+ + The youtube-dl maintainers + + 2013-08-15 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 702d1699e..c7be51367 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.08.14", - "signature": "09a24276680bfd158837350e76c1f703533b559afc7982d99b968714b633ab2ca573408b228b28e509397bf8988e84b5c80f84c5eae623b93ecf735e6247202007d1e8ddbe93defd15edeb649051251d51769c438ce3477f927cae8fb6329adc7dcfcc2af4f1956522b312711667a98d1249221e4a00ff0b33ecb6520f1e0d0f", + "latest": "2013.08.15", + "signature": "7bbfb36cdae701e1d2b0946baa43813fc504e3f0d58613fa34a6a264d9fbc23a604c8a16c0846c67f0ea14d01179d27ec06ccf2542a22a1dbcced0ebf6538a0bfa3820507e8ecc26d23978d18a0eccd586c2203a9e8c34bcd7987715d23c98ebcb53bbf7f8f021e16f00d45f63eeaa7df8d353a9092aba4ba24c29174ccec4bb", "versions": { "2012.02.22": { "bin": [ @@ -1015,6 +1015,20 @@ "http://youtube-dl.org/downloads/2013.08.14/youtube-dl-2013.08.14.tar.gz", "c1436671ed3b07db2bdc3647ac8c3392177db6028771c6df9d7b341e5cbb4a6d" ] + }, + "2013.08.15": { + "bin": [ + "http://youtube-dl.org/downloads/2013.08.15/youtube-dl", + "53f2cfa16c259cd3f6a3a28ce89be4f516d45579ac48452b4ebb4224fcbe5eb9" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.08.15/youtube-dl.exe", + "2aa8b29a7cfd121ca1c88f68f3dc463b3d919e97899b30a6e7133b9ea7c72fda" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.08.15/youtube-dl-2013.08.15.tar.gz", + "0fb42abb974fec46f9532b09d547bd9e1468547e7c24f9f15289eae4aca1b5d2" + ] } } } \ No newline at end of file From 0d3e82002dd912c46aae75858373d786bd32fe77 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sat, 17 Aug 2013 08:47:02 +0200 Subject: [PATCH 008/129] release 2013.08.17 --- download.html | 16 ++++++++-------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 41 insertions(+), 12 deletions(-) diff --git a/download.html b/download.html index 8840af6ea..f8631100b 100644 --- a/download.html +++ b/download.html @@ -16,21 +16,21 @@

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

-

2013.08.15 (sig)

+

2013.08.17 (sig)

    -
  • MD5: 047607e458e8e3b5373733761038a089
  • -
  • SHA1: 43d577e06a22f3d7dc366fa31e4abfa2586161bd
  • -
  • SHA256: 53f2cfa16c259cd3f6a3a28ce89be4f516d45579ac48452b4ebb4224fcbe5eb9
  • +
  • MD5: 6e196caaf2d197791bfd0f5ba7dddb24
  • +
  • SHA1: 7a57d74a89efa65fd98c792884ee71913bcd99ea
  • +
  • SHA256: 78ce59a39301594565e386aa7f06223e28d7ee5730e8b1da3f12608610744f3b

- Windows exe (sig - 2aa8b29a7cfd121ca1c88f68f3dc463b3d919e97899b30a6e7133b9ea7c72fda)
- Full source + docs + binary tarball (sig - 0fb42abb974fec46f9532b09d547bd9e1468547e7c24f9f15289eae4aca1b5d2) + Windows exe (sig - e26a85f5d2a649a29f2df3a6a2fcfda627a0ab443ffc58b60bfdbbf974adeb7c)
+ Full source + docs + binary tarball (sig - 2fac57ca756daaf3c771bb883fa87d99e3818dba6635577ff6079921bd74e1f4)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.08.15/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl
+sudo wget http://youtube-dl.org/downloads/2013.08.17/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

You can also use pip: @@ -42,7 +42,7 @@ See the pypi page for more

To check the signature, type: -sudo wget http://youtube-dl.org/downloads/2013.08.15/youtube-dl.sig -O youtube-dl.sig
gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
rm youtube-dl.sig
+sudo wget http://youtube-dl.org/downloads/2013.08.17/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/update/LATEST_VERSION b/update/LATEST_VERSION index e68b4daad..fba8c450f 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.08.15 \ No newline at end of file +2013.08.17 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 69ca0e6c5..acf5f91bf 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-08-15T22:53:47.989777 + 2013-08-17T08:47:02.082971 youtube-dl-2012.02.22 @@ -1099,4 +1099,19 @@ 2013-08-15 + + youtube-dl-2013.08.17 + New version 2013.08.17 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.08.17/ +
+
+ + The youtube-dl maintainers + + 2013-08-17 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index c7be51367..57f6b273b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.08.15", - "signature": "7bbfb36cdae701e1d2b0946baa43813fc504e3f0d58613fa34a6a264d9fbc23a604c8a16c0846c67f0ea14d01179d27ec06ccf2542a22a1dbcced0ebf6538a0bfa3820507e8ecc26d23978d18a0eccd586c2203a9e8c34bcd7987715d23c98ebcb53bbf7f8f021e16f00d45f63eeaa7df8d353a9092aba4ba24c29174ccec4bb", + "latest": "2013.08.17", + "signature": "2c3a506ebce23f3b610a3c1c837d79b1deb09242e2a6e637c9c5bb171622e54694ae4b13b235347d8648dcabd9f84a287d7037bb35f5c15e7f2580857b4978a6960347969cbb33cc43f0c4491dd285b9151e3dc77333c17b34651fa3f9629e2e2dc9b2feb01fa7bc9dcd59d27289573fec44b087d11ffd1bfe3a13263d2860fd", "versions": { "2012.02.22": { "bin": [ @@ -1029,6 +1029,20 @@ "http://youtube-dl.org/downloads/2013.08.15/youtube-dl-2013.08.15.tar.gz", "0fb42abb974fec46f9532b09d547bd9e1468547e7c24f9f15289eae4aca1b5d2" ] + }, + "2013.08.17": { + "bin": [ + "http://youtube-dl.org/downloads/2013.08.17/youtube-dl", + "78ce59a39301594565e386aa7f06223e28d7ee5730e8b1da3f12608610744f3b" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.08.17/youtube-dl.exe", + "e26a85f5d2a649a29f2df3a6a2fcfda627a0ab443ffc58b60bfdbbf974adeb7c" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.08.17/youtube-dl-2013.08.17.tar.gz", + "2fac57ca756daaf3c771bb883fa87d99e3818dba6635577ff6079921bd74e1f4" + ] } } } \ No newline at end of file From 721656267b544d2cf33440b9d12d86876c42579b Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 22 Aug 2013 23:33:47 +0200 Subject: [PATCH 009/129] release 2013.08.22 --- download.html | 16 ++++++++-------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 41 insertions(+), 12 deletions(-) diff --git a/download.html b/download.html index f8631100b..f49aa795c 100644 --- a/download.html +++ b/download.html @@ -16,21 +16,21 @@

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

-

2013.08.17 (sig)

+

2013.08.22 (sig)

    -
  • MD5: 6e196caaf2d197791bfd0f5ba7dddb24
  • -
  • SHA1: 7a57d74a89efa65fd98c792884ee71913bcd99ea
  • -
  • SHA256: 78ce59a39301594565e386aa7f06223e28d7ee5730e8b1da3f12608610744f3b
  • +
  • MD5: 8258545454c7764bd0ca8e9cc545a3ca
  • +
  • SHA1: f849399cb02c209aa235877b7a364ffd6e8a238d
  • +
  • SHA256: 574ce47b3b5e46d63118c333025ce944339f4119a36530f3b0830f3bac893174

- Windows exe (sig - e26a85f5d2a649a29f2df3a6a2fcfda627a0ab443ffc58b60bfdbbf974adeb7c)
- Full source + docs + binary tarball (sig - 2fac57ca756daaf3c771bb883fa87d99e3818dba6635577ff6079921bd74e1f4) + Windows exe (sig - 9f1b8ae6ea4ddcb28065a07dbc2903ddc91e5db8eff4182fd6fd6ef2dcc4ead6)
+ Full source + docs + binary tarball (sig - 9fec63dcd192d8975efd92cb6e382d119f2f2c4f69806992c8204015f80fd12b)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.08.17/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl
+sudo wget http://youtube-dl.org/downloads/2013.08.22/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

You can also use pip: @@ -42,7 +42,7 @@ See the pypi page for more

To check the signature, type: -sudo wget http://youtube-dl.org/downloads/2013.08.17/youtube-dl.sig -O youtube-dl.sig
gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
rm youtube-dl.sig
+sudo wget http://youtube-dl.org/downloads/2013.08.22/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/update/LATEST_VERSION b/update/LATEST_VERSION index fba8c450f..952bd4c10 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.08.17 \ No newline at end of file +2013.08.22 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index acf5f91bf..515cdc87c 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-08-17T08:47:02.082971 + 2013-08-22T23:33:46.407764 youtube-dl-2012.02.22 @@ -1114,4 +1114,19 @@ 2013-08-17 + + youtube-dl-2013.08.22 + New version 2013.08.22 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.08.22/ +
+
+ + The youtube-dl maintainers + + 2013-08-22 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 57f6b273b..ed34e6334 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.08.17", - "signature": "2c3a506ebce23f3b610a3c1c837d79b1deb09242e2a6e637c9c5bb171622e54694ae4b13b235347d8648dcabd9f84a287d7037bb35f5c15e7f2580857b4978a6960347969cbb33cc43f0c4491dd285b9151e3dc77333c17b34651fa3f9629e2e2dc9b2feb01fa7bc9dcd59d27289573fec44b087d11ffd1bfe3a13263d2860fd", + "latest": "2013.08.22", + "signature": "0be83a5a225dd61e7e527540dce2ebd14c64e8ac54aa90324d95dffc74eb704cab83677f2cccf76c0c1735cf653344681c45fb433364b8543a44bac3bb089cc41a12a6e61b1f30fc3e7072eee42f6df9df98f0e241811c65bb660a1ba2c5643a322cb0310ee863606cebb1fdab89388fecc475c8e24657958d2652d4bc742edf", "versions": { "2012.02.22": { "bin": [ @@ -1043,6 +1043,20 @@ "http://youtube-dl.org/downloads/2013.08.17/youtube-dl-2013.08.17.tar.gz", "2fac57ca756daaf3c771bb883fa87d99e3818dba6635577ff6079921bd74e1f4" ] + }, + "2013.08.22": { + "bin": [ + "http://youtube-dl.org/downloads/2013.08.22/youtube-dl", + "574ce47b3b5e46d63118c333025ce944339f4119a36530f3b0830f3bac893174" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.08.22/youtube-dl.exe", + "9f1b8ae6ea4ddcb28065a07dbc2903ddc91e5db8eff4182fd6fd6ef2dcc4ead6" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.08.22/youtube-dl-2013.08.22.tar.gz", + "9fec63dcd192d8975efd92cb6e382d119f2f2c4f69806992c8204015f80fd12b" + ] } } } \ No newline at end of file From cd73b9f9df45ad5ba37fed7631e5cd02d4cc49a8 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 23 Aug 2013 23:42:40 +0200 Subject: [PATCH 010/129] release 2013.08.23 --- download.html | 16 ++++++++-------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 41 insertions(+), 12 deletions(-) diff --git a/download.html b/download.html index f49aa795c..625aebafd 100644 --- a/download.html +++ b/download.html @@ -16,21 +16,21 @@

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

-

2013.08.22 (sig)

+

2013.08.23 (sig)

    -
  • MD5: 8258545454c7764bd0ca8e9cc545a3ca
  • -
  • SHA1: f849399cb02c209aa235877b7a364ffd6e8a238d
  • -
  • SHA256: 574ce47b3b5e46d63118c333025ce944339f4119a36530f3b0830f3bac893174
  • +
  • MD5: 0a6bb5afff7a9ff6635293672094039e
  • +
  • SHA1: a7f16d7cbadc012991f7400c4082d72fb2565845
  • +
  • SHA256: 88ac4140f5198ed24c908b29c4d7aa382d1b2871b4ad08a564180a5d809d265a

- Windows exe (sig - 9f1b8ae6ea4ddcb28065a07dbc2903ddc91e5db8eff4182fd6fd6ef2dcc4ead6)
- Full source + docs + binary tarball (sig - 9fec63dcd192d8975efd92cb6e382d119f2f2c4f69806992c8204015f80fd12b) + Windows exe (sig - ac80ab067d6091cdc4492fd21f30f8bdcfc34b34bb90692be2e5109aba73e56e)
+ Full source + docs + binary tarball (sig - 54d7624ce602681e631f2470dcd389d0f8aeb98be489c16dff0e5b5e2d2b752a)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.08.22/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl
+sudo wget http://youtube-dl.org/downloads/2013.08.23/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

You can also use pip: @@ -42,7 +42,7 @@ See the pypi page for more

To check the signature, type: -sudo wget http://youtube-dl.org/downloads/2013.08.22/youtube-dl.sig -O youtube-dl.sig
gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
rm youtube-dl.sig
+sudo wget http://youtube-dl.org/downloads/2013.08.23/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/update/LATEST_VERSION b/update/LATEST_VERSION index 952bd4c10..d000a6bed 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.08.22 \ No newline at end of file +2013.08.23 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 515cdc87c..3667287a5 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-08-22T23:33:46.407764 + 2013-08-23T23:42:35.130278 youtube-dl-2012.02.22 @@ -1129,4 +1129,19 @@ 2013-08-22 + + youtube-dl-2013.08.23 + New version 2013.08.23 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.08.23/ +
+
+ + The youtube-dl maintainers + + 2013-08-23 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index ed34e6334..5bb906090 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.08.22", - "signature": "0be83a5a225dd61e7e527540dce2ebd14c64e8ac54aa90324d95dffc74eb704cab83677f2cccf76c0c1735cf653344681c45fb433364b8543a44bac3bb089cc41a12a6e61b1f30fc3e7072eee42f6df9df98f0e241811c65bb660a1ba2c5643a322cb0310ee863606cebb1fdab89388fecc475c8e24657958d2652d4bc742edf", + "latest": "2013.08.23", + "signature": "1950001df644eafa8b04bb1010ab64c1174330044bd55cb078b556b4aeece1b5d021e343df5ce7a33db58a04f5d910b0ac5872e87131c5b8a201d464bf890a2bc0ae471b74d71b083695bc2ee26211873888dae09605d784296efe85d2b93a3fcc07c73c55b732e0a856c312860ba87278ae0543a1e6b0a65f581cbeea8cfd06", "versions": { "2012.02.22": { "bin": [ @@ -1057,6 +1057,20 @@ "http://youtube-dl.org/downloads/2013.08.22/youtube-dl-2013.08.22.tar.gz", "9fec63dcd192d8975efd92cb6e382d119f2f2c4f69806992c8204015f80fd12b" ] + }, + "2013.08.23": { + "bin": [ + "http://youtube-dl.org/downloads/2013.08.23/youtube-dl", + "88ac4140f5198ed24c908b29c4d7aa382d1b2871b4ad08a564180a5d809d265a" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.08.23/youtube-dl.exe", + "ac80ab067d6091cdc4492fd21f30f8bdcfc34b34bb90692be2e5109aba73e56e" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.08.23/youtube-dl-2013.08.23.tar.gz", + "54d7624ce602681e631f2470dcd389d0f8aeb98be489c16dff0e5b5e2d2b752a" + ] } } } \ No newline at end of file From d4d6cce692a8b72927b76d19fd18399d09937824 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 27 Aug 2013 02:36:41 +0200 Subject: [PATCH 011/129] release 2013.08.27 --- download.html | 16 ++-- update/LATEST_VERSION | 2 +- update/releases.atom | 169 +++++++++++++++++++++++------------------- update/versions.json | 18 ++++- 4 files changed, 117 insertions(+), 88 deletions(-) diff --git a/download.html b/download.html index 625aebafd..516aef3aa 100644 --- a/download.html +++ b/download.html @@ -16,21 +16,21 @@

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

-

2013.08.23 (sig)

+

2013.08.27 (sig)

    -
  • MD5: 0a6bb5afff7a9ff6635293672094039e
  • -
  • SHA1: a7f16d7cbadc012991f7400c4082d72fb2565845
  • -
  • SHA256: 88ac4140f5198ed24c908b29c4d7aa382d1b2871b4ad08a564180a5d809d265a
  • +
  • MD5: 157bdd6b9857075a04eb60dbd17e0bc3
  • +
  • SHA1: de30e4373ad3e385db22a55180c9cef777f456be
  • +
  • SHA256: afce46163b8b73534932aa5f7dd2f04000d1377fff5f6d280e4a33148337dc1c

- Windows exe (sig - ac80ab067d6091cdc4492fd21f30f8bdcfc34b34bb90692be2e5109aba73e56e)
- Full source + docs + binary tarball (sig - 54d7624ce602681e631f2470dcd389d0f8aeb98be489c16dff0e5b5e2d2b752a) + Windows exe (sig - 17186159937d9c6dc07e0785e9bbc8194502b34a806858110623abd68c2cddb6)
+ Full source + docs + binary tarball (sig - 10a09e5f49d1127b4618ed91080ac2c1c3104ad517dee361dd555521439b9fbf)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.08.23/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2013.08.27/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

You can also use pip: @@ -42,7 +42,7 @@ See the pypi page for more

To check the signature, type: -sudo wget http://youtube-dl.org/downloads/2013.08.23/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.08.27/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/update/LATEST_VERSION b/update/LATEST_VERSION index d000a6bed..fcfe45b0e 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.08.23 \ No newline at end of file +2013.08.27 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 3667287a5..db9d5b5a0 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-08-23T23:42:35.130278 + 2013-08-27T02:36:41.041626 youtube-dl-2012.02.22 @@ -10,7 +10,7 @@ @@ -25,7 +25,7 @@ @@ -40,7 +40,7 @@ @@ -55,7 +55,7 @@ @@ -70,7 +70,7 @@ @@ -85,7 +85,7 @@ @@ -100,7 +100,7 @@ @@ -115,7 +115,7 @@ @@ -130,7 +130,7 @@ @@ -145,7 +145,7 @@ @@ -160,7 +160,7 @@ @@ -175,7 +175,7 @@ @@ -190,7 +190,7 @@ @@ -205,7 +205,7 @@ @@ -220,7 +220,7 @@ @@ -235,7 +235,7 @@ @@ -250,7 +250,7 @@ @@ -265,7 +265,7 @@ @@ -280,7 +280,7 @@ @@ -295,7 +295,7 @@ @@ -310,7 +310,7 @@ @@ -325,7 +325,7 @@ @@ -340,7 +340,7 @@ @@ -355,7 +355,7 @@ @@ -370,7 +370,7 @@ @@ -385,7 +385,7 @@ @@ -400,7 +400,7 @@ @@ -415,7 +415,7 @@ @@ -430,7 +430,7 @@ @@ -445,7 +445,7 @@ @@ -460,7 +460,7 @@ @@ -475,7 +475,7 @@ @@ -490,7 +490,7 @@ @@ -505,7 +505,7 @@ @@ -520,7 +520,7 @@ @@ -535,7 +535,7 @@ @@ -550,7 +550,7 @@ @@ -565,7 +565,7 @@ @@ -580,7 +580,7 @@ @@ -595,7 +595,7 @@ @@ -610,7 +610,7 @@ @@ -625,7 +625,7 @@ @@ -640,7 +640,7 @@ @@ -655,7 +655,7 @@ @@ -670,7 +670,7 @@ @@ -685,7 +685,7 @@ @@ -700,7 +700,7 @@ @@ -715,7 +715,7 @@ @@ -730,7 +730,7 @@ @@ -745,7 +745,7 @@ @@ -760,7 +760,7 @@ @@ -775,7 +775,7 @@ @@ -790,7 +790,7 @@ @@ -805,7 +805,7 @@ @@ -820,7 +820,7 @@ @@ -835,7 +835,7 @@ @@ -850,7 +850,7 @@ @@ -865,7 +865,7 @@ @@ -880,7 +880,7 @@ @@ -895,7 +895,7 @@ @@ -910,7 +910,7 @@ @@ -925,7 +925,7 @@ @@ -940,7 +940,7 @@ @@ -955,7 +955,7 @@ @@ -970,7 +970,7 @@ @@ -985,7 +985,7 @@ @@ -1000,7 +1000,7 @@ @@ -1015,7 +1015,7 @@ @@ -1030,7 +1030,7 @@ @@ -1045,7 +1045,7 @@ @@ -1060,7 +1060,7 @@ @@ -1075,7 +1075,7 @@ @@ -1090,7 +1090,7 @@ @@ -1105,7 +1105,7 @@ @@ -1120,7 +1120,7 @@ @@ -1135,7 +1135,7 @@ @@ -1144,4 +1144,19 @@ 2013-08-23 + + youtube-dl-2013.08.27 + New version 2013.08.27 + + +
+ Downloads available at https://yt-dl.org/downloads/2013.08.27/ +
+
+ + The youtube-dl maintainers + + 2013-08-27 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 5bb906090..1d890da88 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.08.23", - "signature": "1950001df644eafa8b04bb1010ab64c1174330044bd55cb078b556b4aeece1b5d021e343df5ce7a33db58a04f5d910b0ac5872e87131c5b8a201d464bf890a2bc0ae471b74d71b083695bc2ee26211873888dae09605d784296efe85d2b93a3fcc07c73c55b732e0a856c312860ba87278ae0543a1e6b0a65f581cbeea8cfd06", + "latest": "2013.08.27", + "signature": "095ce1ab4930c2284f9e5f307b6c9da1dd22bb3ff82b49cb39443139f5123b30023605ab2c98a28d6b93e91081546e3a17f7e54b2aa72ad2678edb0b81de064c824c1a3bd94e83f40e65237304284256c260c6a3689f9b99ac419c01a13e0fea5527ecf58785282dfc3e497bc8fbecb7392740c98f519d4c078e40a76bf5f69a", "versions": { "2012.02.22": { "bin": [ @@ -1071,6 +1071,20 @@ "http://youtube-dl.org/downloads/2013.08.23/youtube-dl-2013.08.23.tar.gz", "54d7624ce602681e631f2470dcd389d0f8aeb98be489c16dff0e5b5e2d2b752a" ] + }, + "2013.08.27": { + "bin": [ + "https://yt-dl.org/downloads/2013.08.27/youtube-dl", + "afce46163b8b73534932aa5f7dd2f04000d1377fff5f6d280e4a33148337dc1c" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.08.27/youtube-dl.exe", + "17186159937d9c6dc07e0785e9bbc8194502b34a806858110623abd68c2cddb6" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.08.27/youtube-dl-2013.08.27.tar.gz", + "10a09e5f49d1127b4618ed91080ac2c1c3104ad517dee361dd555521439b9fbf" + ] } } } \ No newline at end of file From e9f671d34fed8b46057e03e8ab62990d67860552 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 27 Aug 2013 23:42:12 +0200 Subject: [PATCH 012/129] release 2013.08.28 --- download.html | 16 ++++++++-------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 41 insertions(+), 12 deletions(-) diff --git a/download.html b/download.html index 516aef3aa..34c6a37db 100644 --- a/download.html +++ b/download.html @@ -16,21 +16,21 @@

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

-

2013.08.27 (sig)

+

2013.08.28 (sig)

    -
  • MD5: 157bdd6b9857075a04eb60dbd17e0bc3
  • -
  • SHA1: de30e4373ad3e385db22a55180c9cef777f456be
  • -
  • SHA256: afce46163b8b73534932aa5f7dd2f04000d1377fff5f6d280e4a33148337dc1c
  • +
  • MD5: 81cbc42face2266142bcf284e9f1fa07
  • +
  • SHA1: 5adbc2e90e335b4802acf2a2f535461d0d6a4a71
  • +
  • SHA256: 50206fa743ef2b4e324df68ea876a17390e1e30579ce402ca6b541421c7ba947

- Windows exe (sig - 17186159937d9c6dc07e0785e9bbc8194502b34a806858110623abd68c2cddb6)
- Full source + docs + binary tarball (sig - 10a09e5f49d1127b4618ed91080ac2c1c3104ad517dee361dd555521439b9fbf) + Windows exe (sig - 130c56652a41ec3dc2d61002002d1b834e6c96a42c9f58eb31006f8d9a6fffa2)
+ Full source + docs + binary tarball (sig - 3b4c6acbe0329e673d8a10038d6d67eeb3dfe1d64f89e10c0c6e1a8befe0f2c5)

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

You can also use pip: @@ -42,7 +42,7 @@ See the pypi page for more

To check the signature, type: -sudo wget https://yt-dl.org/downloads/2013.08.27/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.08.28/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/update/LATEST_VERSION b/update/LATEST_VERSION index fcfe45b0e..3004d42ae 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.08.27 \ No newline at end of file +2013.08.28 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index db9d5b5a0..dbc27f749 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-08-27T02:36:41.041626 + 2013-08-27T23:42:12.114357 youtube-dl-2012.02.22 @@ -1159,4 +1159,19 @@ 2013-08-27 + + youtube-dl-2013.08.28 + New version 2013.08.28 + + +
+ Downloads available at https://yt-dl.org/downloads/2013.08.28/ +
+
+ + The youtube-dl maintainers + + 2013-08-28 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 1d890da88..c8ad6407c 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.08.27", - "signature": "095ce1ab4930c2284f9e5f307b6c9da1dd22bb3ff82b49cb39443139f5123b30023605ab2c98a28d6b93e91081546e3a17f7e54b2aa72ad2678edb0b81de064c824c1a3bd94e83f40e65237304284256c260c6a3689f9b99ac419c01a13e0fea5527ecf58785282dfc3e497bc8fbecb7392740c98f519d4c078e40a76bf5f69a", + "latest": "2013.08.28", + "signature": "0e50d72329b1206ef8248629e8dea0ecd1e496b5927014d8d9a746c7725d9199d4195f205064a607b2617264f32114267268e155f8f457ffa2e5ce6863aa1f64a3a52974a03afbabc214f689d889e55620174811eacc25441b3bb5fa2aee5a0f9f26bf9fd73826ac7b844370c7d73ed1b06c3703b981ce7c9e8c1d3c3709d5aa", "versions": { "2012.02.22": { "bin": [ @@ -1085,6 +1085,20 @@ "https://yt-dl.org/downloads/2013.08.27/youtube-dl-2013.08.27.tar.gz", "10a09e5f49d1127b4618ed91080ac2c1c3104ad517dee361dd555521439b9fbf" ] + }, + "2013.08.28": { + "bin": [ + "https://yt-dl.org/downloads/2013.08.28/youtube-dl", + "50206fa743ef2b4e324df68ea876a17390e1e30579ce402ca6b541421c7ba947" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.08.28/youtube-dl.exe", + "130c56652a41ec3dc2d61002002d1b834e6c96a42c9f58eb31006f8d9a6fffa2" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.08.28/youtube-dl-2013.08.28.tar.gz", + "3b4c6acbe0329e673d8a10038d6d67eeb3dfe1d64f89e10c0c6e1a8befe0f2c5" + ] } } } \ No newline at end of file From 1a1ebb10a28bc6a865550bf5d8d8edda64f6c5ae Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 28 Aug 2013 19:29:10 +0200 Subject: [PATCH 013/129] release 2013.08.28.1 --- download.html | 16 ++++++++-------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 41 insertions(+), 12 deletions(-) diff --git a/download.html b/download.html index 34c6a37db..1270bf6ef 100644 --- a/download.html +++ b/download.html @@ -16,21 +16,21 @@

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

-

2013.08.28 (sig)

+

2013.08.28.1 (sig)

    -
  • MD5: 81cbc42face2266142bcf284e9f1fa07
  • -
  • SHA1: 5adbc2e90e335b4802acf2a2f535461d0d6a4a71
  • -
  • SHA256: 50206fa743ef2b4e324df68ea876a17390e1e30579ce402ca6b541421c7ba947
  • +
  • MD5: b87596a15c40249c02e19159d1195272
  • +
  • SHA1: caf1fb5ea9f731bf126c25f9cb01ab9d3771f5d1
  • +
  • SHA256: 7f1947644fb62f171366345444dd73b8c6363b1b76bdd2d8d203fe7c0d7d676d

- Windows exe (sig - 130c56652a41ec3dc2d61002002d1b834e6c96a42c9f58eb31006f8d9a6fffa2)
- Full source + docs + binary tarball (sig - 3b4c6acbe0329e673d8a10038d6d67eeb3dfe1d64f89e10c0c6e1a8befe0f2c5) + Windows exe (sig - c5808b8f4cdfedba74eae81ce2094ccfe64db62665262a95f374ffdd8780de0e)
+ Full source + docs + binary tarball (sig - a6ed1a60299f4f8df3b73015d84eed23db6ac400d607a97ebfec867821253c27)

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

You can also use pip: @@ -42,7 +42,7 @@ See the pypi page for more

To check the signature, type: -sudo wget https://yt-dl.org/downloads/2013.08.28/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.08.28.1/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/update/LATEST_VERSION b/update/LATEST_VERSION index 3004d42ae..85d78f794 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.08.28 \ No newline at end of file +2013.08.28.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index dbc27f749..20bdaba63 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-08-27T23:42:12.114357 + 2013-08-28T19:29:09.467282 youtube-dl-2012.02.22 @@ -1174,4 +1174,19 @@ 2013-08-28 + + youtube-dl-2013.08.28.1 + New version 2013.08.28.1 + + +
+ Downloads available at https://yt-dl.org/downloads/2013.08.28.1/ +
+
+ + The youtube-dl maintainers + + 2013-08-28-1 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index c8ad6407c..f0b83a428 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.08.28", - "signature": "0e50d72329b1206ef8248629e8dea0ecd1e496b5927014d8d9a746c7725d9199d4195f205064a607b2617264f32114267268e155f8f457ffa2e5ce6863aa1f64a3a52974a03afbabc214f689d889e55620174811eacc25441b3bb5fa2aee5a0f9f26bf9fd73826ac7b844370c7d73ed1b06c3703b981ce7c9e8c1d3c3709d5aa", + "latest": "2013.08.28.1", + "signature": "6ca716e2cde46a9161f97268d6124fbaaf268bd5b4e3fa6d5a9b2d74349db8aee1b29ecda7f648a3544c5b607262eb171d150bce2ce4aba6d9c305536619cf740fcab1f95968ef1e3799d6b5eed4dab0cbf1f6b3bf29435a3c00cf6d7db98aeb02083b384d6611d573d8a555991980ecfdbe56d0ac04537f80f5105f86fb170d", "versions": { "2012.02.22": { "bin": [ @@ -1099,6 +1099,20 @@ "https://yt-dl.org/downloads/2013.08.28/youtube-dl-2013.08.28.tar.gz", "3b4c6acbe0329e673d8a10038d6d67eeb3dfe1d64f89e10c0c6e1a8befe0f2c5" ] + }, + "2013.08.28.1": { + "bin": [ + "https://yt-dl.org/downloads/2013.08.28.1/youtube-dl", + "7f1947644fb62f171366345444dd73b8c6363b1b76bdd2d8d203fe7c0d7d676d" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.08.28.1/youtube-dl.exe", + "c5808b8f4cdfedba74eae81ce2094ccfe64db62665262a95f374ffdd8780de0e" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.08.28.1/youtube-dl-2013.08.28.1.tar.gz", + "a6ed1a60299f4f8df3b73015d84eed23db6ac400d607a97ebfec867821253c27" + ] } } } \ No newline at end of file From 3d3401089093c7e2519f30d4c2c71a9a3d3ba75e Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 30 Aug 2013 00:06:37 +0200 Subject: [PATCH 014/129] release 2013.08.29 --- download.html | 16 ++++++++-------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 41 insertions(+), 12 deletions(-) diff --git a/download.html b/download.html index 1270bf6ef..953424bc7 100644 --- a/download.html +++ b/download.html @@ -16,21 +16,21 @@

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

-

2013.08.28.1 (sig)

+

2013.08.29 (sig)

    -
  • MD5: b87596a15c40249c02e19159d1195272
  • -
  • SHA1: caf1fb5ea9f731bf126c25f9cb01ab9d3771f5d1
  • -
  • SHA256: 7f1947644fb62f171366345444dd73b8c6363b1b76bdd2d8d203fe7c0d7d676d
  • +
  • MD5: 6f8deff4955254b73e76ff6f22449737
  • +
  • SHA1: 87e02cb2acd85a80f672001c4e543d1beb643d4d
  • +
  • SHA256: 7b2fb9b1401faacf0d1cf5f603c34d48af77bfa8d239a531a38c363c28c9f6a7

- Windows exe (sig - c5808b8f4cdfedba74eae81ce2094ccfe64db62665262a95f374ffdd8780de0e)
- Full source + docs + binary tarball (sig - a6ed1a60299f4f8df3b73015d84eed23db6ac400d607a97ebfec867821253c27) + Windows exe (sig - 999521d7b24e3f598bb839a81c178818bd72d503f94417fbfaebebe37db0c428)
+ Full source + docs + binary tarball (sig - 937cfd1c16e6e8570a89aae21441aa14580c6ec4c9d0f828a0722ecd48ab7943)

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

You can also use pip: @@ -42,7 +42,7 @@ See the pypi page for more

To check the signature, type: -sudo wget https://yt-dl.org/downloads/2013.08.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.08.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/update/LATEST_VERSION b/update/LATEST_VERSION index 85d78f794..28d9accf9 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.08.28.1 \ No newline at end of file +2013.08.29 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 20bdaba63..3638478e8 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-08-28T19:29:09.467282 + 2013-08-30T00:06:31.210212 youtube-dl-2012.02.22 @@ -1189,4 +1189,19 @@ 2013-08-28-1 + + youtube-dl-2013.08.29 + New version 2013.08.29 + + +
+ Downloads available at https://yt-dl.org/downloads/2013.08.29/ +
+
+ + The youtube-dl maintainers + + 2013-08-29 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index f0b83a428..f2d323dbb 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.08.28.1", - "signature": "6ca716e2cde46a9161f97268d6124fbaaf268bd5b4e3fa6d5a9b2d74349db8aee1b29ecda7f648a3544c5b607262eb171d150bce2ce4aba6d9c305536619cf740fcab1f95968ef1e3799d6b5eed4dab0cbf1f6b3bf29435a3c00cf6d7db98aeb02083b384d6611d573d8a555991980ecfdbe56d0ac04537f80f5105f86fb170d", + "latest": "2013.08.29", + "signature": "926c4b051c1bf42e4106cd34b5f5a68e444d6ec357eae62834c1266e0721c1cb9ff3563479e46b411bdf3d65687be889ab07427f828fb4141fe4db159472919a5b6f4859aa7669cb56e4f3eb0d23b05a9b3338bb76eb39444a75e7cd96e0d2bcc0cd0996bfb1574277dec7e56eb63909c938908ee3ef2d223610c5e0f8a9847e", "versions": { "2012.02.22": { "bin": [ @@ -1113,6 +1113,20 @@ "https://yt-dl.org/downloads/2013.08.28.1/youtube-dl-2013.08.28.1.tar.gz", "a6ed1a60299f4f8df3b73015d84eed23db6ac400d607a97ebfec867821253c27" ] + }, + "2013.08.29": { + "bin": [ + "https://yt-dl.org/downloads/2013.08.29/youtube-dl", + "7b2fb9b1401faacf0d1cf5f603c34d48af77bfa8d239a531a38c363c28c9f6a7" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.08.29/youtube-dl.exe", + "999521d7b24e3f598bb839a81c178818bd72d503f94417fbfaebebe37db0c428" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.08.29/youtube-dl-2013.08.29.tar.gz", + "937cfd1c16e6e8570a89aae21441aa14580c6ec4c9d0f828a0722ecd48ab7943" + ] } } } \ No newline at end of file From dbd043409c2e77e552e3ec9e57206b471e47f35a Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 30 Aug 2013 21:23:11 +0200 Subject: [PATCH 015/129] release 2013.08.30 --- download.html | 16 ++++++++-------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 41 insertions(+), 12 deletions(-) diff --git a/download.html b/download.html index 953424bc7..455b3ad17 100644 --- a/download.html +++ b/download.html @@ -16,21 +16,21 @@

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

-

2013.08.29 (sig)

+

2013.08.30 (sig)

    -
  • MD5: 6f8deff4955254b73e76ff6f22449737
  • -
  • SHA1: 87e02cb2acd85a80f672001c4e543d1beb643d4d
  • -
  • SHA256: 7b2fb9b1401faacf0d1cf5f603c34d48af77bfa8d239a531a38c363c28c9f6a7
  • +
  • MD5: 665b97b1fa1117e659dd4b0f528a66e8
  • +
  • SHA1: 332fdedfc96b0022d4e9d7afb0738acca1349d16
  • +
  • SHA256: 3623de75559aec84caae87f3ab468b6084e62377241d1e5a90bcfcee33ee4298

- Windows exe (sig - 999521d7b24e3f598bb839a81c178818bd72d503f94417fbfaebebe37db0c428)
- Full source + docs + binary tarball (sig - 937cfd1c16e6e8570a89aae21441aa14580c6ec4c9d0f828a0722ecd48ab7943) + Windows exe (sig - 2cda06dd0fe501cd67fbad5272b32101eda9dbe6ed5681091620e8f782c27910)
+ Full source + docs + binary tarball (sig - 5d10cf23619f094d9809d5afec1b3ddfb8d14db5d744b8ca9ac283ff710acbfe)

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

You can also use pip: @@ -42,7 +42,7 @@ See the pypi page for more

To check the signature, type: -sudo wget https://yt-dl.org/downloads/2013.08.29/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.08.30/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/update/LATEST_VERSION b/update/LATEST_VERSION index 28d9accf9..a8a478043 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.08.29 \ No newline at end of file +2013.08.30 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 3638478e8..afce7976a 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-08-30T00:06:31.210212 + 2013-08-30T21:23:00.451326 youtube-dl-2012.02.22 @@ -1204,4 +1204,19 @@ 2013-08-29 + + youtube-dl-2013.08.30 + New version 2013.08.30 + + +
+ Downloads available at https://yt-dl.org/downloads/2013.08.30/ +
+
+ + The youtube-dl maintainers + + 2013-08-30 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index f2d323dbb..6f76d6f1b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.08.29", - "signature": "926c4b051c1bf42e4106cd34b5f5a68e444d6ec357eae62834c1266e0721c1cb9ff3563479e46b411bdf3d65687be889ab07427f828fb4141fe4db159472919a5b6f4859aa7669cb56e4f3eb0d23b05a9b3338bb76eb39444a75e7cd96e0d2bcc0cd0996bfb1574277dec7e56eb63909c938908ee3ef2d223610c5e0f8a9847e", + "latest": "2013.08.30", + "signature": "1f0f2010c8880e973291fe2c5faeaf92b37998e9b8f279b57b5f9ff1f57617b40bf346b9ef608e9d3cdd1e9b3bb7a139e654b7aa6891bb2c24b697e7e5e24347583c2e427bc80fefe3eb52f2ca38b0afed4f4c0d38d0cdd463639ee6913478f8168e95c352330e724656ab17e680305dba65aef7877f1b7757ebb2a39cbaab6a", "versions": { "2012.02.22": { "bin": [ @@ -1127,6 +1127,20 @@ "https://yt-dl.org/downloads/2013.08.29/youtube-dl-2013.08.29.tar.gz", "937cfd1c16e6e8570a89aae21441aa14580c6ec4c9d0f828a0722ecd48ab7943" ] + }, + "2013.08.30": { + "bin": [ + "https://yt-dl.org/downloads/2013.08.30/youtube-dl", + "3623de75559aec84caae87f3ab468b6084e62377241d1e5a90bcfcee33ee4298" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.08.30/youtube-dl.exe", + "2cda06dd0fe501cd67fbad5272b32101eda9dbe6ed5681091620e8f782c27910" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.08.30/youtube-dl-2013.08.30.tar.gz", + "5d10cf23619f094d9809d5afec1b3ddfb8d14db5d744b8ca9ac283ff710acbfe" + ] } } } \ No newline at end of file From 23ed3711fc6dd9254e53c527232c2c8892d9bed1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Marqui=CC=81nez=20Ferra=CC=81ndiz?= Date: Sat, 31 Aug 2013 15:09:41 +0200 Subject: [PATCH 016/129] Added the template for the supported sites and the generated page. Link to that page in documentation.html --- documentation.html | 9 +-- supportedsites.html | 150 +++++++++++++++++++++++++++++++++++++++++ supportedsites.html.in | 26 +++++++ 3 files changed, 181 insertions(+), 4 deletions(-) create mode 100644 supportedsites.html create mode 100644 supportedsites.html.in diff --git a/documentation.html b/documentation.html index 7a2f9b07b..359e1ddce 100644 --- a/documentation.html +++ b/documentation.html @@ -51,6 +51,11 @@

Supported sites

+

+youtube-dl can download videos from a lot of sites, here's a list with some of the most popular. +For a complete list, see the Supported sites pages or execute youtube-dl --list-extractors. +

+
  • YouTube.com.
  • YouTube.com playlists (playlist URLs in "view_play_list" form).
  • @@ -86,10 +91,6 @@ Unsupported, see https://github.com/rg3/youtube-dl/issues/300
  • A generic downloader that works in some sites.
-

-For a complete list, execute youtube-dl --list-extractors. -

-

Proxy support

youtube-dl supports downloading videos through a proxy, by setting the http_proxy environment variable to the proxy URL, as in http://proxy_machine_name:port/.

diff --git a/supportedsites.html b/supportedsites.html new file mode 100644 index 000000000..21c3c78fc --- /dev/null +++ b/supportedsites.html @@ -0,0 +1,150 @@ + + + + +youtube-dl: Supported sites + + + + + + + +
youtube-dlSupported sites
+ +

Here's is the list of all the supported sites, ordered alphabetically:

+
    +
  • 1up.com
  • +
  • 220.ro
  • +
  • 3sat
  • +
  • 56.com
  • +
  • 8tracks
  • +
  • ARD
  • +
  • AUEngine
  • +
  • AddAnime
  • +
  • AppleTrailers
  • +
  • Bandcamp
  • +
  • Break
  • +
  • Brightcove
  • +
  • CNN
  • +
  • CSpan
  • +
  • Canalc2
  • +
  • CollegeHumor
  • +
  • ComedyCentral: The Daily Show / Colbert Report
  • +
  • CondeNast: Condé Nast media group: GQ, Glamour, Vanity Fair, Vogue, W Magazine, WIRED
  • +
  • Criterion
  • +
  • DailymotionPlaylist
  • +
  • DepositFiles
  • +
  • Dotsub
  • +
  • Escapist
  • +
  • Flickr
  • +
  • Freesound
  • +
  • FunnyOrDie
  • +
  • GameSpot
  • +
  • Gametrailers
  • +
  • Hark
  • +
  • HotNewHipHop
  • +
  • Howcast
  • +
  • Hypem
  • +
  • Ina
  • +
  • InfoQ
  • +
  • Instagram
  • +
  • JeuxVideo
  • +
  • Jukebox
  • +
  • Kankan
  • +
  • Livestream
  • +
  • MTV
  • +
  • MySpass
  • +
  • NBA
  • +
  • NBCNews
  • +
  • ORF
  • +
  • Ooyala
  • +
  • PBS
  • +
  • Pornotube
  • +
  • RBMARadio
  • +
  • RTLnow
  • +
  • RedTube
  • +
  • RingTV
  • +
  • Roxwel
  • +
  • Sina
  • +
  • Slashdot
  • +
  • Sohu
  • +
  • Spiegel
  • +
  • Statigram
  • +
  • Steam
  • +
  • TED
  • +
  • TF1
  • +
  • Teamcoco
  • +
  • ThisAV
  • +
  • TrailerAddict
  • +
  • Trilulilu
  • +
  • Tudou
  • +
  • Tumblr
  • +
  • Tutv
  • +
  • Unistra
  • +
  • Vbox7
  • +
  • Veoh
  • +
  • Vevo
  • +
  • Vine
  • +
  • Weibo
  • +
  • Wimp
  • +
  • WorldStarHipHop
  • +
  • XHamster
  • +
  • XNXX
  • +
  • XVideos
  • +
  • Yahoo: Yahoo screen
  • +
  • YouJizz
  • +
  • YouPorn
  • +
  • Youku
  • +
  • ZDF
  • +
  • archive.org: archive.org videos
  • +
  • arte.tv
  • +
  • blip.tv
  • +
  • blip.tv:user
  • +
  • canalplus.fr
  • +
  • dailymotion
  • +
  • eHow
  • +
  • exfm: ex.fm
  • +
  • facebook
  • +
  • generic: Generic downloader that works on some sites
  • +
  • ign.com
  • +
  • justin.tv
  • +
  • keek
  • +
  • liveleak
  • +
  • metacafe
  • +
  • mixcloud (Currently broken)
  • +
  • muzu.tv
  • +
  • myvideo
  • +
  • photobucket
  • +
  • plus.google: Google Plus
  • +
  • screen.yahoo:search: Yahoo screen search
  • +
  • soundcloud
  • +
  • soundcloud:set
  • +
  • stanfordoc: Stanford Open ClassRoom
  • +
  • techtv.mit.edu
  • +
  • ustream
  • +
  • video.google:search: Google Video search
  • +
  • video.mit.edu
  • +
  • videofy.me
  • +
  • vimeo
  • +
  • vimeo:channel
  • +
  • wat.tv
  • +
  • youtube: YouTube.com
  • +
  • youtube:channel: YouTube.com channels
  • +
  • youtube:favorites: YouTube.com favourite videos, "ytfav" keyword (requires authentication)
  • +
  • youtube:playlist: YouTube.com playlists
  • +
  • youtube:recommended: YouTube.com recommended videos, "ytrec" keyword (requires authentication)
  • +
  • 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)
  • +
  • youtube:watch_later: Youtube watch later list, "ytwatchlater" keyword (requires authentication)
  • +
+ +
+ +Creative Commons License
+Copyright © 2006-2013 Ricardo Garcia Gonzalez
+ + diff --git a/supportedsites.html.in b/supportedsites.html.in new file mode 100644 index 000000000..819df072a --- /dev/null +++ b/supportedsites.html.in @@ -0,0 +1,26 @@ + + + + +youtube-dl: Supported sites + + + + + + + +
youtube-dlSupported sites
+ +

Here's is the list of all the supported sites, ordered alphabetically:

+
    +@SITES@ +
+ +
+ +Creative Commons License
+Copyright © 2006-2013 Ricardo Garcia Gonzalez
+ + From 0f783c4790480cb59055ba7df0f2fd1bf68f3c28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Marqui=CC=81nez=20Ferra=CC=81ndiz?= Date: Sat, 31 Aug 2013 15:26:16 +0200 Subject: [PATCH 017/129] Readd yahoo to the list of supposed sites It has been fixed for a while. --- documentation.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/documentation.html b/documentation.html index 359e1ddce..b3c75a826 100644 --- a/documentation.html +++ b/documentation.html @@ -65,11 +65,8 @@ For a complete list, see the Supported sites p
  • Google Video.
  • Google Video searches ("gvsearch" keyword).
  • Photobucket videos.
  • - +
  • Yahoo! screen.
  • +
  • Yahoo! screen searches ("yvsearch" keyword).
  • Dailymotion.
  • DepositFiles.
  • blip.tv.
  • From 6794888237b03e090ffbcbbeaddd1f8ceb91cdf1 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 2 Sep 2013 12:35:27 +0200 Subject: [PATCH 018/129] Add donations page (Fixes #1344) --- donations.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 donations.html diff --git a/donations.html b/donations.html new file mode 100644 index 000000000..11d091c6e --- /dev/null +++ b/donations.html @@ -0,0 +1,27 @@ + + + + +youtube-dl: Supported sites + + + + + + + +
    youtube-dlDonations
    + +
    + + + +
    + +
    + +Creative Commons License
    +Copyright © 2006-2013 Ricardo Garcia Gonzalez
    + + From 9649cab51f3e4154b626c5cee61959d93b2c37a5 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 2 Sep 2013 13:41:42 +0200 Subject: [PATCH 019/129] Clarify donations --- donations.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/donations.html b/donations.html index 11d091c6e..dd35fa4dc 100644 --- a/donations.html +++ b/donations.html @@ -2,7 +2,7 @@ -youtube-dl: Supported sites +youtube-dl: Donations @@ -12,12 +12,24 @@ Donations +

    You can donate via PayPal here:

    +
    +

    We also appreciate wire transfers to our hosting provider:

    + + + + + + + +
    account holderJonas Pasche
    account number200003978 (IBAN: DE35550501200200003978)
    bankSparkasse Mainz
    (German) bank code55050120 (BIC: MALADE51MNZ)
    Note (important!)Uberspace ytdl
    +
    Creative Commons License Date: Wed, 4 Sep 2013 14:50:37 +0200 Subject: [PATCH 020/129] release 2013.09.04 --- download.html | 16 ++++++++-------- supportedsites.html | 2 ++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 12 deletions(-) diff --git a/download.html b/download.html index 455b3ad17..d51afa3b5 100644 --- a/download.html +++ b/download.html @@ -16,21 +16,21 @@

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

    -

    2013.08.30 (sig)

    +

    2013.09.04 (sig)

      -
    • MD5: 665b97b1fa1117e659dd4b0f528a66e8
    • -
    • SHA1: 332fdedfc96b0022d4e9d7afb0738acca1349d16
    • -
    • SHA256: 3623de75559aec84caae87f3ab468b6084e62377241d1e5a90bcfcee33ee4298
    • +
    • MD5: c5de8a6d57f0f76d67d240e8645b9e7a
    • +
    • SHA1: 187c55faf5f45de85e69ad62dfb98926136a2cc1
    • +
    • SHA256: 0b04e5578f498a0d8846cb16d6928027736f992e03cf6d999d571f88354b7f4b

    - Windows exe (sig - 2cda06dd0fe501cd67fbad5272b32101eda9dbe6ed5681091620e8f782c27910)
    - Full source + docs + binary tarball (sig - 5d10cf23619f094d9809d5afec1b3ddfb8d14db5d744b8ca9ac283ff710acbfe) + Windows exe (sig - c8e6b475c4681a2455ab6dbe80c7b00ebeb72628ce466caf8ecc0e5c37a9a857)
    + Full source + docs + binary tarball (sig - b02335c4ed59a1dc7562989df413e2af480c2de798ebe5353aea760ddcf957e8)

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

    You can also use pip: @@ -42,7 +42,7 @@ See the pypi page for more

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2013.08.30/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.09.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 21c3c78fc..57dda53b7 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -34,6 +34,7 @@
  • CondeNast: Condé Nast media group: GQ, Glamour, Vanity Fair, Vogue, W Magazine, WIRED
  • Criterion
  • DailymotionPlaylist
  • +
  • DefenseGouvFr
  • DepositFiles
  • Dotsub
  • Escapist
  • @@ -83,6 +84,7 @@
  • Tutv
  • Unistra
  • Vbox7
  • +
  • VeeHD
  • Veoh
  • Vevo
  • Vine
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index a8a478043..ddce5bf5f 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.08.30 \ No newline at end of file +2013.09.04 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index afce7976a..cea0044e3 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-08-30T21:23:00.451326 + 2013-09-04T14:50:32.285424 youtube-dl-2012.02.22 @@ -1219,4 +1219,19 @@ 2013-08-30 + + youtube-dl-2013.09.04 + New version 2013.09.04 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.09.04/ +
    +
    + + The youtube-dl maintainers + + 2013-09-04 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 6f76d6f1b..ffaa57a9d 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.08.30", - "signature": "1f0f2010c8880e973291fe2c5faeaf92b37998e9b8f279b57b5f9ff1f57617b40bf346b9ef608e9d3cdd1e9b3bb7a139e654b7aa6891bb2c24b697e7e5e24347583c2e427bc80fefe3eb52f2ca38b0afed4f4c0d38d0cdd463639ee6913478f8168e95c352330e724656ab17e680305dba65aef7877f1b7757ebb2a39cbaab6a", + "latest": "2013.09.04", + "signature": "3469b41a0a9d43c9115c935cbe10771c093bed714cb7f05de1fd2083fb80f543452187ace8a804575c35f421742cde7b03be2c7f19b3fcc3be8a00400ee0585e3de586f9df81b9ac007e1c25b6b6bdc5f51c47c0cb6e0a3d04b580e8ef5f195c3e05c96cb09c52bcc5f17cd91c1348bdac4aa1fe2399ed62ad1cada77f7edd63", "versions": { "2012.02.22": { "bin": [ @@ -1141,6 +1141,20 @@ "https://yt-dl.org/downloads/2013.08.30/youtube-dl-2013.08.30.tar.gz", "5d10cf23619f094d9809d5afec1b3ddfb8d14db5d744b8ca9ac283ff710acbfe" ] + }, + "2013.09.04": { + "bin": [ + "https://yt-dl.org/downloads/2013.09.04/youtube-dl", + "0b04e5578f498a0d8846cb16d6928027736f992e03cf6d999d571f88354b7f4b" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.09.04/youtube-dl.exe", + "c8e6b475c4681a2455ab6dbe80c7b00ebeb72628ce466caf8ecc0e5c37a9a857" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.09.04/youtube-dl-2013.09.04.tar.gz", + "b02335c4ed59a1dc7562989df413e2af480c2de798ebe5353aea760ddcf957e8" + ] } } } \ No newline at end of file From 65be4a1276ef98404ac54493f1dcb8b62693c83b Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 5 Sep 2013 22:55:17 +0200 Subject: [PATCH 021/129] release 2013.09.05 --- download.html | 16 ++++++++-------- supportedsites.html | 2 ++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 12 deletions(-) diff --git a/download.html b/download.html index d51afa3b5..7f357614d 100644 --- a/download.html +++ b/download.html @@ -16,21 +16,21 @@

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

    -

    2013.09.04 (sig)

    +

    2013.09.05 (sig)

      -
    • MD5: c5de8a6d57f0f76d67d240e8645b9e7a
    • -
    • SHA1: 187c55faf5f45de85e69ad62dfb98926136a2cc1
    • -
    • SHA256: 0b04e5578f498a0d8846cb16d6928027736f992e03cf6d999d571f88354b7f4b
    • +
    • MD5: 14bbeb57b36d92794969cf3c98012e54
    • +
    • SHA1: 1d4e28a148b4a2e1dab31367a3284bf3479de2ac
    • +
    • SHA256: 97bd56accf6747a77a929c3e0870eceebd5abd7236b1928a0066560eff216f10

    - Windows exe (sig - c8e6b475c4681a2455ab6dbe80c7b00ebeb72628ce466caf8ecc0e5c37a9a857)
    - Full source + docs + binary tarball (sig - b02335c4ed59a1dc7562989df413e2af480c2de798ebe5353aea760ddcf957e8) + Windows exe (sig - e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855)
    + Full source + docs + binary tarball (sig - 46a93d8a9f982c9df91c7f04e00487bbb021e3eccb7697b2ffa353608d6cd591)

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

    You can also use pip: @@ -42,7 +42,7 @@ See the pypi page for more

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2013.09.04/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.09.05/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 57dda53b7..576a928c9 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -58,6 +58,7 @@
  • MySpass
  • NBA
  • NBCNews
  • +
  • Naver
  • ORF
  • Ooyala
  • PBS
  • @@ -105,6 +106,7 @@
  • blip.tv:user
  • canalplus.fr
  • dailymotion
  • +
  • daum.net
  • eHow
  • exfm: ex.fm
  • facebook
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index ddce5bf5f..6be0a59db 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.09.04 \ No newline at end of file +2013.09.05 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index cea0044e3..59ad3d669 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-09-04T14:50:32.285424 + 2013-09-05T22:54:25.735419 youtube-dl-2012.02.22 @@ -1234,4 +1234,19 @@ 2013-09-04 + + youtube-dl-2013.09.05 + New version 2013.09.05 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.09.05/ +
    +
    + + The youtube-dl maintainers + + 2013-09-05 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index ffaa57a9d..ba44f299b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.09.04", - "signature": "3469b41a0a9d43c9115c935cbe10771c093bed714cb7f05de1fd2083fb80f543452187ace8a804575c35f421742cde7b03be2c7f19b3fcc3be8a00400ee0585e3de586f9df81b9ac007e1c25b6b6bdc5f51c47c0cb6e0a3d04b580e8ef5f195c3e05c96cb09c52bcc5f17cd91c1348bdac4aa1fe2399ed62ad1cada77f7edd63", + "latest": "2013.09.05", + "signature": "93f95c779db9a2748d0012cff775ee613e5aa24480ff673ee963306faa280b8cce1679137af4f9d73502105249974a0bad0090e233e0cd189b1f500a9f40195678ae7f8872f9c248063fbbae6af092f63436726bf4da32e67f5c0b44ab334559f2a835513b758165ed873e8bf41fff36815a493618f2fc88becb6bcd3dd6fff2", "versions": { "2012.02.22": { "bin": [ @@ -1155,6 +1155,20 @@ "https://yt-dl.org/downloads/2013.09.04/youtube-dl-2013.09.04.tar.gz", "b02335c4ed59a1dc7562989df413e2af480c2de798ebe5353aea760ddcf957e8" ] + }, + "2013.09.05": { + "bin": [ + "https://yt-dl.org/downloads/2013.09.05/youtube-dl", + "97bd56accf6747a77a929c3e0870eceebd5abd7236b1928a0066560eff216f10" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.09.05/youtube-dl.exe", + "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.09.05/youtube-dl-2013.09.05.tar.gz", + "46a93d8a9f982c9df91c7f04e00487bbb021e3eccb7697b2ffa353608d6cd591" + ] } } } \ No newline at end of file From 2b9e50990e295346c69289813d34b1004c3ed07b Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 6 Sep 2013 10:17:43 +0200 Subject: [PATCH 022/129] release 2013.09.06 --- download.html | 16 ++++++++-------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 41 insertions(+), 12 deletions(-) diff --git a/download.html b/download.html index 7f357614d..02fb153f7 100644 --- a/download.html +++ b/download.html @@ -16,21 +16,21 @@

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

    -

    2013.09.05 (sig)

    +

    2013.09.06 (sig)

      -
    • MD5: 14bbeb57b36d92794969cf3c98012e54
    • -
    • SHA1: 1d4e28a148b4a2e1dab31367a3284bf3479de2ac
    • -
    • SHA256: 97bd56accf6747a77a929c3e0870eceebd5abd7236b1928a0066560eff216f10
    • +
    • MD5: dc17fff9574ee0bc9ad4ef7fbdd9dda1
    • +
    • SHA1: 53c15e2ed069d9a3db3bee587e3f68c2cca64331
    • +
    • SHA256: 5c3d5ad9abc10eb9fd2a8daaa1ebea65ca206101fd57132a7a710a32139f892d

    - Windows exe (sig - e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855)
    - Full source + docs + binary tarball (sig - 46a93d8a9f982c9df91c7f04e00487bbb021e3eccb7697b2ffa353608d6cd591) + Windows exe (sig - 67f238375ca70839f3bc78075dc2f5f108a6a3cb2673b1871c63462a18309dc4)
    + Full source + docs + binary tarball (sig - 9b089d1654b997ad90195343ab62c17f513ce6f93d9c346437ab49de05e6a7dc)

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

    You can also use pip: @@ -42,7 +42,7 @@ See the pypi page for more

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2013.09.05/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.09.06/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/update/LATEST_VERSION b/update/LATEST_VERSION index 6be0a59db..9da6d6cc7 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.09.05 \ No newline at end of file +2013.09.06 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 59ad3d669..6e1ff759b 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-09-05T22:54:25.735419 + 2013-09-06T10:17:42.333803 youtube-dl-2012.02.22 @@ -1249,4 +1249,19 @@ 2013-09-05 + + youtube-dl-2013.09.06 + New version 2013.09.06 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.09.06/ +
    +
    + + The youtube-dl maintainers + + 2013-09-06 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index ba44f299b..22e62e25b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.09.05", - "signature": "93f95c779db9a2748d0012cff775ee613e5aa24480ff673ee963306faa280b8cce1679137af4f9d73502105249974a0bad0090e233e0cd189b1f500a9f40195678ae7f8872f9c248063fbbae6af092f63436726bf4da32e67f5c0b44ab334559f2a835513b758165ed873e8bf41fff36815a493618f2fc88becb6bcd3dd6fff2", + "latest": "2013.09.06", + "signature": "3e856293ef044d20d432c5ad9f64890c59864e9eaf4cd1ff7c42a3b444f62b05068da0822f4e35cf2ce66ffbc968df40737951d6179c63a1f6f631c660bc8cb6d810242bde11bbe7ba04fd9098dfc107b0f0fe1e9b4f6d9749de65ccd1c5b0bee9053de607e3cf9b8683fa3893ffc6cf967d2accedbaa8cb7650f007363be84a", "versions": { "2012.02.22": { "bin": [ @@ -1169,6 +1169,20 @@ "https://yt-dl.org/downloads/2013.09.05/youtube-dl-2013.09.05.tar.gz", "46a93d8a9f982c9df91c7f04e00487bbb021e3eccb7697b2ffa353608d6cd591" ] + }, + "2013.09.06": { + "bin": [ + "https://yt-dl.org/downloads/2013.09.06/youtube-dl", + "5c3d5ad9abc10eb9fd2a8daaa1ebea65ca206101fd57132a7a710a32139f892d" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.09.06/youtube-dl.exe", + "67f238375ca70839f3bc78075dc2f5f108a6a3cb2673b1871c63462a18309dc4" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.09.06/youtube-dl-2013.09.06.tar.gz", + "9b089d1654b997ad90195343ab62c17f513ce6f93d9c346437ab49de05e6a7dc" + ] } } } \ No newline at end of file From d08c332b8bfdf21b58b762209e5bb0c5aeb13092 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 6 Sep 2013 11:08:32 +0200 Subject: [PATCH 023/129] release 2013.09.06.1 --- download.html | 16 ++++++++-------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 41 insertions(+), 12 deletions(-) diff --git a/download.html b/download.html index 02fb153f7..c95140759 100644 --- a/download.html +++ b/download.html @@ -16,21 +16,21 @@

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

    -

    2013.09.06 (sig)

    +

    2013.09.06.1 (sig)

      -
    • MD5: dc17fff9574ee0bc9ad4ef7fbdd9dda1
    • -
    • SHA1: 53c15e2ed069d9a3db3bee587e3f68c2cca64331
    • -
    • SHA256: 5c3d5ad9abc10eb9fd2a8daaa1ebea65ca206101fd57132a7a710a32139f892d
    • +
    • MD5: ba5b1e9f57059aefe3704e202e8b2127
    • +
    • SHA1: a75567362be2d572ae61238ba9411e881ff0c524
    • +
    • SHA256: 8d19fc7280b17bb72c755262c623762f151c8862673615457cf193e16b884bc8

    - Windows exe (sig - 67f238375ca70839f3bc78075dc2f5f108a6a3cb2673b1871c63462a18309dc4)
    - Full source + docs + binary tarball (sig - 9b089d1654b997ad90195343ab62c17f513ce6f93d9c346437ab49de05e6a7dc) + Windows exe (sig - 1e8d606e76b2551163f9aa0c4a7ecae960d77a8021896b4809839b8d09b89ebd)
    + Full source + docs + binary tarball (sig - 9ef08eaa28d692a556a50d506ea5b86cd3314cd591e2cdcdfdaa447cac1568ab)

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

    You can also use pip: @@ -42,7 +42,7 @@ See the pypi page for more

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2013.09.06/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.09.06.1/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/update/LATEST_VERSION b/update/LATEST_VERSION index 9da6d6cc7..2d8c4b7d8 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.09.06 \ No newline at end of file +2013.09.06.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 6e1ff759b..d64400559 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-09-06T10:17:42.333803 + 2013-09-06T11:08:26.372417 youtube-dl-2012.02.22 @@ -1264,4 +1264,19 @@ 2013-09-06 + + youtube-dl-2013.09.06.1 + New version 2013.09.06.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.09.06.1/ +
    +
    + + The youtube-dl maintainers + + 2013-09-06-1 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 22e62e25b..ca9809456 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.09.06", - "signature": "3e856293ef044d20d432c5ad9f64890c59864e9eaf4cd1ff7c42a3b444f62b05068da0822f4e35cf2ce66ffbc968df40737951d6179c63a1f6f631c660bc8cb6d810242bde11bbe7ba04fd9098dfc107b0f0fe1e9b4f6d9749de65ccd1c5b0bee9053de607e3cf9b8683fa3893ffc6cf967d2accedbaa8cb7650f007363be84a", + "latest": "2013.09.06.1", + "signature": "92d0c12708037852d08cf9e992a9b5dc77c50722be872fb1887dee9df9e7da61e6d6b1523a12b1d6ab8f345740f0dc7595000598297d31006e8da532805baefef86a3b1523fbb24812cbca951b21ef8dfbf8a3afb5bf82371c45f713d1a50d540dd990189040a91d4760ddfc3618a1749b7c3da148a1d6997e0efc9341a1b6df", "versions": { "2012.02.22": { "bin": [ @@ -1183,6 +1183,20 @@ "https://yt-dl.org/downloads/2013.09.06/youtube-dl-2013.09.06.tar.gz", "9b089d1654b997ad90195343ab62c17f513ce6f93d9c346437ab49de05e6a7dc" ] + }, + "2013.09.06.1": { + "bin": [ + "https://yt-dl.org/downloads/2013.09.06.1/youtube-dl", + "8d19fc7280b17bb72c755262c623762f151c8862673615457cf193e16b884bc8" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.09.06.1/youtube-dl.exe", + "1e8d606e76b2551163f9aa0c4a7ecae960d77a8021896b4809839b8d09b89ebd" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.09.06.1/youtube-dl-2013.09.06.1.tar.gz", + "9ef08eaa28d692a556a50d506ea5b86cd3314cd591e2cdcdfdaa447cac1568ab" + ] } } } \ No newline at end of file From ed8aa85130f8016b991f761e6a108a6ebf26c325 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 8 Sep 2013 00:29:39 +0200 Subject: [PATCH 024/129] release 2013.09.07 --- download.html | 16 ++++++++-------- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 42 insertions(+), 12 deletions(-) diff --git a/download.html b/download.html index c95140759..b9a7aa56a 100644 --- a/download.html +++ b/download.html @@ -16,21 +16,21 @@

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

    -

    2013.09.06.1 (sig)

    +

    2013.09.07 (sig)

      -
    • MD5: ba5b1e9f57059aefe3704e202e8b2127
    • -
    • SHA1: a75567362be2d572ae61238ba9411e881ff0c524
    • -
    • SHA256: 8d19fc7280b17bb72c755262c623762f151c8862673615457cf193e16b884bc8
    • +
    • MD5: 09f1f845e5e00b9abb2c9e58e620af4b
    • +
    • SHA1: afda2fc15731dfb6183c4f26148a52f008a9b03e
    • +
    • SHA256: 32a7aecba97115c4136ab2a64f58f5ba4fc6d7adf6ee2a660854a6f62a208505

    - Windows exe (sig - 1e8d606e76b2551163f9aa0c4a7ecae960d77a8021896b4809839b8d09b89ebd)
    - Full source + docs + binary tarball (sig - 9ef08eaa28d692a556a50d506ea5b86cd3314cd591e2cdcdfdaa447cac1568ab) + Windows exe (sig - 5fe2630cdfedfabf603302ef5a5908b871cba837e6a0fac33cf192f8938d792b)
    + Full source + docs + binary tarball (sig - 4b7c09ef5216565950d8633a5e5c1e056a06d76eb5ffd2b7aeda12f10a2b9ad7)

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

    You can also use pip: @@ -42,7 +42,7 @@ See the pypi page for more

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2013.09.06.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.09.07/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 576a928c9..e05359d9c 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -55,6 +55,7 @@
  • Kankan
  • Livestream
  • MTV
  • +
  • Metacritic
  • MySpass
  • NBA
  • NBCNews
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 2d8c4b7d8..1cf02d5e8 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.09.06.1 \ No newline at end of file +2013.09.07 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index d64400559..ebfdbddff 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-09-06T11:08:26.372417 + 2013-09-08T00:29:35.779928 youtube-dl-2012.02.22 @@ -1279,4 +1279,19 @@ 2013-09-06-1 + + youtube-dl-2013.09.07 + New version 2013.09.07 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.09.07/ +
    +
    + + The youtube-dl maintainers + + 2013-09-07 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index ca9809456..54a39998f 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.09.06.1", - "signature": "92d0c12708037852d08cf9e992a9b5dc77c50722be872fb1887dee9df9e7da61e6d6b1523a12b1d6ab8f345740f0dc7595000598297d31006e8da532805baefef86a3b1523fbb24812cbca951b21ef8dfbf8a3afb5bf82371c45f713d1a50d540dd990189040a91d4760ddfc3618a1749b7c3da148a1d6997e0efc9341a1b6df", + "latest": "2013.09.07", + "signature": "4303a56afb4d0f2009468b3a2b7178e36b5a6cb7c6f47c643d9cbdc077b802118641ec96d4bbe6bb10f3311b510fa8f04443aedd453d9e829d183e5c818c709ed92fafb2592392aba9cf8e3ad8564a057f3b1e8d8deb1f6264497ad686a0ff30e585435e392b51306ccba0fb1fb255adee72fe216bb43c9e46c396a8d7ea0729", "versions": { "2012.02.22": { "bin": [ @@ -1197,6 +1197,20 @@ "https://yt-dl.org/downloads/2013.09.06.1/youtube-dl-2013.09.06.1.tar.gz", "9ef08eaa28d692a556a50d506ea5b86cd3314cd591e2cdcdfdaa447cac1568ab" ] + }, + "2013.09.07": { + "bin": [ + "https://yt-dl.org/downloads/2013.09.07/youtube-dl", + "32a7aecba97115c4136ab2a64f58f5ba4fc6d7adf6ee2a660854a6f62a208505" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.09.07/youtube-dl.exe", + "5fe2630cdfedfabf603302ef5a5908b871cba837e6a0fac33cf192f8938d792b" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.09.07/youtube-dl-2013.09.07.tar.gz", + "4b7c09ef5216565950d8633a5e5c1e056a06d76eb5ffd2b7aeda12f10a2b9ad7" + ] } } } \ No newline at end of file From 347cfe3a4b2fb5c5ff3d350007eb61a2b8189467 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 10 Sep 2013 11:55:57 +0200 Subject: [PATCH 025/129] release 2013.09.10 --- download.html | 16 ++++++++-------- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 42 insertions(+), 12 deletions(-) diff --git a/download.html b/download.html index b9a7aa56a..5b3f30fff 100644 --- a/download.html +++ b/download.html @@ -16,21 +16,21 @@

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

    -

    2013.09.07 (sig)

    +

    2013.09.10 (sig)

      -
    • MD5: 09f1f845e5e00b9abb2c9e58e620af4b
    • -
    • SHA1: afda2fc15731dfb6183c4f26148a52f008a9b03e
    • -
    • SHA256: 32a7aecba97115c4136ab2a64f58f5ba4fc6d7adf6ee2a660854a6f62a208505
    • +
    • MD5: 468fc00dcf53694be40391330d9e98a2
    • +
    • SHA1: 88ad3f5382625b9f44040998aaf30b9c5848c5d9
    • +
    • SHA256: bfa428e9a3f2b16f3f19ef7e3c6cbc48749bf4c7a4384bf9a40acd84542300f4

    - Windows exe (sig - 5fe2630cdfedfabf603302ef5a5908b871cba837e6a0fac33cf192f8938d792b)
    - Full source + docs + binary tarball (sig - 4b7c09ef5216565950d8633a5e5c1e056a06d76eb5ffd2b7aeda12f10a2b9ad7) + Windows exe (sig - 0fcc9b50185cfcfa0f5d3941808300c04c212ed0c3ea27847bce9ab4ca8ef60b)
    + Full source + docs + binary tarball (sig - 0c347abf6be6147c216b270a0edef3125058257d41451080b643fcecdea8dbef)

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

    You can also use pip: @@ -42,7 +42,7 @@ See the pypi page for more

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2013.09.07/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.09.10/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 e05359d9c..183a82368 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -71,6 +71,7 @@
  • Roxwel
  • Sina
  • Slashdot
  • +
  • Slideshare
  • Sohu
  • Spiegel
  • Statigram
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 1cf02d5e8..1cfa78e12 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.09.07 \ No newline at end of file +2013.09.10 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index ebfdbddff..cc3d63b28 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-09-08T00:29:35.779928 + 2013-09-10T11:55:56.120924 youtube-dl-2012.02.22 @@ -1294,4 +1294,19 @@ 2013-09-07 + + youtube-dl-2013.09.10 + New version 2013.09.10 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.09.10/ +
    +
    + + The youtube-dl maintainers + + 2013-09-10 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 54a39998f..b82e44e30 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.09.07", - "signature": "4303a56afb4d0f2009468b3a2b7178e36b5a6cb7c6f47c643d9cbdc077b802118641ec96d4bbe6bb10f3311b510fa8f04443aedd453d9e829d183e5c818c709ed92fafb2592392aba9cf8e3ad8564a057f3b1e8d8deb1f6264497ad686a0ff30e585435e392b51306ccba0fb1fb255adee72fe216bb43c9e46c396a8d7ea0729", + "latest": "2013.09.10", + "signature": "2a17ee1dd46d5e8b085361cbe7219b9935eba924082eac4e77277532045ba8e3731c2103e7a41dcd7ce711b2c1e49b47a4942556c628a9c04bd5ec491f0dc35d1d838d6a628d77de996263670bad1f5c0d01268d8aa6d5c16aa620103126c41cefc48448886a4d2b2a3e67fe68947304f967eebdaaa4b1e266923986bc36c30d", "versions": { "2012.02.22": { "bin": [ @@ -1211,6 +1211,20 @@ "https://yt-dl.org/downloads/2013.09.07/youtube-dl-2013.09.07.tar.gz", "4b7c09ef5216565950d8633a5e5c1e056a06d76eb5ffd2b7aeda12f10a2b9ad7" ] + }, + "2013.09.10": { + "bin": [ + "https://yt-dl.org/downloads/2013.09.10/youtube-dl", + "bfa428e9a3f2b16f3f19ef7e3c6cbc48749bf4c7a4384bf9a40acd84542300f4" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.09.10/youtube-dl.exe", + "0fcc9b50185cfcfa0f5d3941808300c04c212ed0c3ea27847bce9ab4ca8ef60b" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.09.10/youtube-dl-2013.09.10.tar.gz", + "0c347abf6be6147c216b270a0edef3125058257d41451080b643fcecdea8dbef" + ] } } } \ No newline at end of file From 853c2b9864597f17d8c0e619af6b3cc43e4e5c23 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 11 Sep 2013 11:37:40 +0200 Subject: [PATCH 026/129] release 2013.11.09 --- download.html | 16 ++++++++-------- supportedsites.html | 4 +++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 44 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 5b3f30fff..0726d9f15 100644 --- a/download.html +++ b/download.html @@ -16,21 +16,21 @@

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

    -

    2013.09.10 (sig)

    +

    2013.11.09 (sig)

      -
    • MD5: 468fc00dcf53694be40391330d9e98a2
    • -
    • SHA1: 88ad3f5382625b9f44040998aaf30b9c5848c5d9
    • -
    • SHA256: bfa428e9a3f2b16f3f19ef7e3c6cbc48749bf4c7a4384bf9a40acd84542300f4
    • +
    • MD5: 3d5e86ec194683303580e11abaa6f01b
    • +
    • SHA1: 6d4e33bf601684d826e602d3e411865f6862cbc2
    • +
    • SHA256: 81e7ed0f14cc3af332b58dd727b5ad4cecf54442c8a8e347331fb523d3b75a71

    - Windows exe (sig - 0fcc9b50185cfcfa0f5d3941808300c04c212ed0c3ea27847bce9ab4ca8ef60b)
    - Full source + docs + binary tarball (sig - 0c347abf6be6147c216b270a0edef3125058257d41451080b643fcecdea8dbef) + Windows exe (sig - a7ca99bb68b4130a5c82028c62444545c8742495b2b333eb8b9803b41bcf6e25)
    + Full source + docs + binary tarball (sig - 1704dbec3492c55ae68d2bf59dca60aafa51461da164438bed90ad835d41f8b3)

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

    You can also use pip: @@ -42,7 +42,7 @@ See the pypi page for more

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2013.09.10/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.09/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 183a82368..e47f32362 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -28,7 +28,6 @@
  • Brightcove
  • CNN
  • CSpan
  • -
  • Canalc2
  • CollegeHumor
  • ComedyCentral: The Daily Show / Colbert Report
  • CondeNast: Condé Nast media group: GQ, Glamour, Vanity Fair, Vogue, W Magazine, WIRED
  • @@ -106,12 +105,14 @@
  • arte.tv
  • blip.tv
  • blip.tv:user
  • +
  • canalc2.tv
  • canalplus.fr
  • dailymotion
  • daum.net
  • eHow
  • exfm: ex.fm
  • facebook
  • +
  • francetvinfo.fr
  • generic: Generic downloader that works on some sites
  • ign.com
  • justin.tv
  • @@ -123,6 +124,7 @@
  • myvideo
  • photobucket
  • plus.google: Google Plus
  • +
  • pluzz.francetv.fr
  • screen.yahoo:search: Yahoo screen search
  • soundcloud
  • soundcloud:set
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 1cfa78e12..8f6b6b5f3 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.09.10 \ No newline at end of file +2013.11.09 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index cc3d63b28..2450fb604 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-09-10T11:55:56.120924 + 2013-09-11T11:37:39.564037 youtube-dl-2012.02.22 @@ -1309,4 +1309,19 @@ 2013-09-10 + + youtube-dl-2013.11.09 + New version 2013.11.09 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.09/ +
    +
    + + The youtube-dl maintainers + + 2013-11-09 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index b82e44e30..9e73fbe76 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.09.10", - "signature": "2a17ee1dd46d5e8b085361cbe7219b9935eba924082eac4e77277532045ba8e3731c2103e7a41dcd7ce711b2c1e49b47a4942556c628a9c04bd5ec491f0dc35d1d838d6a628d77de996263670bad1f5c0d01268d8aa6d5c16aa620103126c41cefc48448886a4d2b2a3e67fe68947304f967eebdaaa4b1e266923986bc36c30d", + "latest": "2013.11.09", + "signature": "7cbac74780dfc7db51ebcd4645b2f321af869bc377e145b91d7920efcb64bcbcf92554f747ade42fce3a75e2ac52ca103a5b652abd5829ce0e561cb9842b6065a9a4c679af1d0f00f24ff4e122596caeeeb56fbfe201902ce8f299e9fd633729a8b87b62de4349c72c59ab83a46010766d900b1841ea69f87eb6b0c826792a33", "versions": { "2012.02.22": { "bin": [ @@ -1225,6 +1225,20 @@ "https://yt-dl.org/downloads/2013.09.10/youtube-dl-2013.09.10.tar.gz", "0c347abf6be6147c216b270a0edef3125058257d41451080b643fcecdea8dbef" ] + }, + "2013.11.09": { + "bin": [ + "https://yt-dl.org/downloads/2013.11.09/youtube-dl", + "81e7ed0f14cc3af332b58dd727b5ad4cecf54442c8a8e347331fb523d3b75a71" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.11.09/youtube-dl.exe", + "a7ca99bb68b4130a5c82028c62444545c8742495b2b333eb8b9803b41bcf6e25" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.11.09/youtube-dl-2013.11.09.tar.gz", + "1704dbec3492c55ae68d2bf59dca60aafa51461da164438bed90ad835d41f8b3" + ] } } } \ No newline at end of file From ee087a70edb83e4c367cd2c93f8df87bdd3ffecd Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 16 Sep 2013 04:14:52 +0200 Subject: [PATCH 027/129] release 2013.09.16 --- download.html | 16 ++++---- supportedsites.html | 96 ++++++++++++++++++++++--------------------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 +++++++- update/versions.json | 18 +++++++- 5 files changed, 91 insertions(+), 58 deletions(-) diff --git a/download.html b/download.html index 0726d9f15..fc2f0ed09 100644 --- a/download.html +++ b/download.html @@ -16,21 +16,21 @@

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

    -

    2013.11.09 (sig)

    +

    2013.09.16 (sig)

      -
    • MD5: 3d5e86ec194683303580e11abaa6f01b
    • -
    • SHA1: 6d4e33bf601684d826e602d3e411865f6862cbc2
    • -
    • SHA256: 81e7ed0f14cc3af332b58dd727b5ad4cecf54442c8a8e347331fb523d3b75a71
    • +
    • MD5: 37f53fd16576e1f0dd6396cc5a31fdf0
    • +
    • SHA1: 96229442f61106e0fe353059703b836a6aadb0cd
    • +
    • SHA256: 7cace10e9edfc5149efe0428f76b61236e1552d3458eb078e8272798ef649ca4

    - Windows exe (sig - a7ca99bb68b4130a5c82028c62444545c8742495b2b333eb8b9803b41bcf6e25)
    - Full source + docs + binary tarball (sig - 1704dbec3492c55ae68d2bf59dca60aafa51461da164438bed90ad835d41f8b3) + Windows exe (sig - b2b056a2a75c3d3bb9d26f4115c8e896073d65f6a9cd44104febb16fb549ead3)
    + Full source + docs + binary tarball (sig - 88c4d8883a9ff74d6bfb06bc1cdf6298c1316259063e16adfa2a7788252ea43c)

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

    You can also use pip: @@ -42,7 +42,7 @@ See the pypi page for more

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2013.11.09/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.09.16/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 e47f32362..b5dabb5e5 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -19,65 +19,97 @@
  • 3sat
  • 56.com
  • 8tracks
  • -
  • ARD
  • -
  • AUEngine
  • AddAnime
  • AppleTrailers
  • +
  • archive.org: archive.org videos
  • +
  • ARD
  • +
  • arte.tv
  • +
  • AUEngine
  • Bandcamp
  • +
  • blip.tv
  • +
  • blip.tv:user
  • Break
  • Brightcove
  • +
  • canalc2.tv
  • +
  • canalplus.fr
  • CNN
  • -
  • CSpan
  • CollegeHumor
  • ComedyCentral: The Daily Show / Colbert Report
  • CondeNast: Condé Nast media group: GQ, Glamour, Vanity Fair, Vogue, W Magazine, WIRED
  • Criterion
  • +
  • CSpan
  • +
  • dailymotion
  • DailymotionPlaylist
  • +
  • daum.net
  • DefenseGouvFr
  • DepositFiles
  • Dotsub
  • +
  • eHow
  • Escapist
  • +
  • exfm: ex.fm
  • +
  • facebook
  • Flickr
  • +
  • francetvinfo.fr
  • Freesound
  • FunnyOrDie
  • GameSpot
  • Gametrailers
  • +
  • generic: Generic downloader that works on some sites
  • Hark
  • HotNewHipHop
  • Howcast
  • Hypem
  • +
  • ign.com
  • Ina
  • InfoQ
  • Instagram
  • JeuxVideo
  • Jukebox
  • +
  • justin.tv
  • Kankan
  • +
  • keek
  • +
  • KickStarter
  • +
  • liveleak
  • Livestream
  • -
  • MTV
  • +
  • metacafe
  • Metacritic
  • +
  • mixcloud
  • +
  • MTV
  • +
  • muzu.tv
  • MySpass
  • +
  • myvideo
  • +
  • Naver
  • NBA
  • NBCNews
  • -
  • Naver
  • -
  • ORF
  • Ooyala
  • +
  • ORF
  • PBS
  • +
  • photobucket
  • +
  • plus.google: Google Plus
  • +
  • pluzz.francetv.fr
  • Pornotube
  • RBMARadio
  • -
  • RTLnow
  • RedTube
  • RingTV
  • Roxwel
  • +
  • RTLnow
  • +
  • screen.yahoo:search: Yahoo screen search
  • Sina
  • Slashdot
  • Slideshare
  • Sohu
  • +
  • soundcloud
  • +
  • soundcloud:set
  • +
  • soundcloud:user
  • +
  • southparkstudios.com
  • Spiegel
  • +
  • stanfordoc: Stanford Open ClassRoom
  • Statigram
  • Steam
  • +
  • Teamcoco
  • +
  • techtv.mit.edu
  • TED
  • TF1
  • -
  • Teamcoco
  • ThisAV
  • TrailerAddict
  • Trilulilu
  • @@ -85,11 +117,19 @@
  • Tumblr
  • Tutv
  • Unistra
  • +
  • ustream
  • +
  • ustream:channel
  • Vbox7
  • VeeHD
  • Veoh
  • Vevo
  • +
  • video.google:search: Google Video search
  • +
  • video.mit.edu
  • +
  • videofy.me
  • +
  • vimeo
  • +
  • vimeo:channel
  • Vine
  • +
  • wat.tv
  • Weibo
  • Wimp
  • WorldStarHipHop
  • @@ -98,45 +138,8 @@
  • XVideos
  • Yahoo: Yahoo screen
  • YouJizz
  • -
  • YouPorn
  • Youku
  • -
  • ZDF
  • -
  • archive.org: archive.org videos
  • -
  • arte.tv
  • -
  • blip.tv
  • -
  • blip.tv:user
  • -
  • canalc2.tv
  • -
  • canalplus.fr
  • -
  • dailymotion
  • -
  • daum.net
  • -
  • eHow
  • -
  • exfm: ex.fm
  • -
  • facebook
  • -
  • francetvinfo.fr
  • -
  • generic: Generic downloader that works on some sites
  • -
  • ign.com
  • -
  • justin.tv
  • -
  • keek
  • -
  • liveleak
  • -
  • metacafe
  • -
  • mixcloud (Currently broken)
  • -
  • muzu.tv
  • -
  • myvideo
  • -
  • photobucket
  • -
  • plus.google: Google Plus
  • -
  • pluzz.francetv.fr
  • -
  • screen.yahoo:search: Yahoo screen search
  • -
  • soundcloud
  • -
  • soundcloud:set
  • -
  • stanfordoc: Stanford Open ClassRoom
  • -
  • techtv.mit.edu
  • -
  • ustream
  • -
  • video.google:search: Google Video search
  • -
  • video.mit.edu
  • -
  • videofy.me
  • -
  • vimeo
  • -
  • vimeo:channel
  • -
  • wat.tv
  • +
  • YouPorn
  • youtube: YouTube.com
  • youtube:channel: YouTube.com channels
  • youtube:favorites: YouTube.com favourite videos, "ytfav" keyword (requires authentication)
  • @@ -147,6 +150,7 @@
  • youtube:subscriptions: YouTube.com subscriptions feed, "ytsubs" keyword(requires authentication)
  • youtube:user: YouTube.com user videos (URL or "ytuser" keyword)
  • youtube:watch_later: Youtube watch later list, "ytwatchlater" keyword (requires authentication)
  • +
  • ZDF
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 8f6b6b5f3..366f16c05 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.11.09 \ No newline at end of file +2013.09.16 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 2450fb604..816b3728e 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-09-11T11:37:39.564037 + 2013-09-16T04:14:51.376450 youtube-dl-2012.02.22 @@ -1309,6 +1309,21 @@ 2013-09-10 + + youtube-dl-2013.09.16 + New version 2013.09.16 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.09.16/ +
    +
    + + The youtube-dl maintainers + + 2013-09-16 +
    + youtube-dl-2013.11.09 New version 2013.11.09 diff --git a/update/versions.json b/update/versions.json index 9e73fbe76..a6ac8a7a2 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.11.09", - "signature": "7cbac74780dfc7db51ebcd4645b2f321af869bc377e145b91d7920efcb64bcbcf92554f747ade42fce3a75e2ac52ca103a5b652abd5829ce0e561cb9842b6065a9a4c679af1d0f00f24ff4e122596caeeeb56fbfe201902ce8f299e9fd633729a8b87b62de4349c72c59ab83a46010766d900b1841ea69f87eb6b0c826792a33", + "latest": "2013.09.16", + "signature": "71275651552539b60db0170e9204f256b966b412fb448a7f76af825ad45fb4519348187e853fc982247a2aa0178656ba42a1ae57135fee7dec8f9af1715e7eddac5a2fa99fa841cbf74ed67097f7c4d9949a524d8e500bff85b4881c8d93dd9a040954ad8b0f7ab14eb9c1a66dd929f261bfcd2d94cec91c3e15ab23e3f95054", "versions": { "2012.02.22": { "bin": [ @@ -1226,6 +1226,20 @@ "0c347abf6be6147c216b270a0edef3125058257d41451080b643fcecdea8dbef" ] }, + "2013.09.16": { + "bin": [ + "https://yt-dl.org/downloads/2013.09.16/youtube-dl", + "7cace10e9edfc5149efe0428f76b61236e1552d3458eb078e8272798ef649ca4" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.09.16/youtube-dl.exe", + "b2b056a2a75c3d3bb9d26f4115c8e896073d65f6a9cd44104febb16fb549ead3" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.09.16/youtube-dl-2013.09.16.tar.gz", + "88c4d8883a9ff74d6bfb06bc1cdf6298c1316259063e16adfa2a7788252ea43c" + ] + }, "2013.11.09": { "bin": [ "https://yt-dl.org/downloads/2013.11.09/youtube-dl", From 1cd889a44eeba422121b20cff893d39af79011d8 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 16 Sep 2013 04:21:00 +0200 Subject: [PATCH 028/129] Advertise wget and curl (Closes #1147) --- download.html.in | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/download.html.in b/download.html.in index 61c99b94f..b6726c649 100644 --- a/download.html.in +++ b/download.html.in @@ -30,7 +30,14 @@

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

    You can also use pip: From 1535e44625d93d3b90a53a93e2150ff046c72651 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 16 Sep 2013 04:33:41 +0200 Subject: [PATCH 029/129] Update download.html as well --- download.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/download.html b/download.html index fc2f0ed09..09c8628ba 100644 --- a/download.html +++ b/download.html @@ -30,7 +30,14 @@

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

    You can also use pip: From 4ae561e7afc7008ebb48d0b016f58e91ab37d6ed Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 17 Sep 2013 17:09:18 +0200 Subject: [PATCH 030/129] release 2013.09.17 --- download.html | 18 +++++++++--------- supportedsites.html | 2 ++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 44 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 09c8628ba..75b92f2d2 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.09.16 (sig)

    +

    2013.09.17 (sig)

      -
    • MD5: 37f53fd16576e1f0dd6396cc5a31fdf0
    • -
    • SHA1: 96229442f61106e0fe353059703b836a6aadb0cd
    • -
    • SHA256: 7cace10e9edfc5149efe0428f76b61236e1552d3458eb078e8272798ef649ca4
    • +
    • MD5: e19784c150065460f785b1d9cca22061
    • +
    • SHA1: 04d9b140f7d17d7e4cf7e1a12f0384ac711d67c0
    • +
    • SHA256: 149c1ffdfe02eb7ab8fe00b1bab493fbcf006de457f904f6d310ac40a29d48f6

    - Windows exe (sig - b2b056a2a75c3d3bb9d26f4115c8e896073d65f6a9cd44104febb16fb549ead3)
    - Full source + docs + binary tarball (sig - 88c4d8883a9ff74d6bfb06bc1cdf6298c1316259063e16adfa2a7788252ea43c) + Windows exe (sig - bb520f94538eeab1957f7d7da04cafb7115da01680d7751dcf26d48caff3b3f7)
    + Full source + docs + binary tarball (sig - b2f6fc2b065acb772afe36179d1465439c902ec61ef6990f8fafb7b6c638b2c6)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.09.16/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.09.17/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.09.16/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.09.17/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.09.16/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.09.17/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 b5dabb5e5..ec99eaa09 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -28,6 +28,7 @@
  • Bandcamp
  • blip.tv
  • blip.tv:user
  • +
  • Bloomberg
  • Break
  • Brightcove
  • canalc2.tv
  • @@ -123,6 +124,7 @@
  • VeeHD
  • Veoh
  • Vevo
  • +
  • Vice
  • video.google:search: Google Video search
  • video.mit.edu
  • videofy.me
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 366f16c05..f935ddd55 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.09.16 \ No newline at end of file +2013.09.17 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 816b3728e..cdcd52342 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-09-16T04:14:51.376450 + 2013-09-17T17:09:16.122330 youtube-dl-2012.02.22 @@ -1324,6 +1324,21 @@ 2013-09-16 + + youtube-dl-2013.09.17 + New version 2013.09.17 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.09.17/ +
    +
    + + The youtube-dl maintainers + + 2013-09-17 +
    + youtube-dl-2013.11.09 New version 2013.11.09 diff --git a/update/versions.json b/update/versions.json index a6ac8a7a2..7a4e30349 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.09.16", - "signature": "71275651552539b60db0170e9204f256b966b412fb448a7f76af825ad45fb4519348187e853fc982247a2aa0178656ba42a1ae57135fee7dec8f9af1715e7eddac5a2fa99fa841cbf74ed67097f7c4d9949a524d8e500bff85b4881c8d93dd9a040954ad8b0f7ab14eb9c1a66dd929f261bfcd2d94cec91c3e15ab23e3f95054", + "latest": "2013.09.17", + "signature": "6a6afcd7ff3e0bce90b97dcb7cdaa07eb4ece6c9bc6eb04f1bc8191a6aba4b043ba796b9614bc604a875523f1d866dc408c46d2786a7b0ea970acb8a82edc9f1f910033e3b0aa0167eb4d84708c82b98924f457d713a8ebe4716b2affac1bd570b4af3ecba3d081b95de2f362d2e529df3f00b42dce6beffdb69a53a4cf87ce5", "versions": { "2012.02.22": { "bin": [ @@ -1240,6 +1240,20 @@ "88c4d8883a9ff74d6bfb06bc1cdf6298c1316259063e16adfa2a7788252ea43c" ] }, + "2013.09.17": { + "bin": [ + "https://yt-dl.org/downloads/2013.09.17/youtube-dl", + "149c1ffdfe02eb7ab8fe00b1bab493fbcf006de457f904f6d310ac40a29d48f6" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.09.17/youtube-dl.exe", + "bb520f94538eeab1957f7d7da04cafb7115da01680d7751dcf26d48caff3b3f7" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.09.17/youtube-dl-2013.09.17.tar.gz", + "b2f6fc2b065acb772afe36179d1465439c902ec61ef6990f8fafb7b6c638b2c6" + ] + }, "2013.11.09": { "bin": [ "https://yt-dl.org/downloads/2013.11.09/youtube-dl", From f0f42bac081f629ec26ff39107921769f7996ce7 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 20 Sep 2013 10:29:48 +0200 Subject: [PATCH 031/129] release 2013.09.20 --- download.html | 18 +++++++++--------- supportedsites.html | 3 +++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 45 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 75b92f2d2..e536206e1 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.09.17 (sig)

    +

    2013.09.20 (sig)

      -
    • MD5: e19784c150065460f785b1d9cca22061
    • -
    • SHA1: 04d9b140f7d17d7e4cf7e1a12f0384ac711d67c0
    • -
    • SHA256: 149c1ffdfe02eb7ab8fe00b1bab493fbcf006de457f904f6d310ac40a29d48f6
    • +
    • MD5: 2b55d32e27649b99d447e12e6f21a345
    • +
    • SHA1: fb0e6c543518a806aedb2fd52125226701711e76
    • +
    • SHA256: 49ec188ebd554b0a35ce8f311b5befc09125e9ef318b6b4a29731e44f19dc7d8

    - Windows exe (sig - bb520f94538eeab1957f7d7da04cafb7115da01680d7751dcf26d48caff3b3f7)
    - Full source + docs + binary tarball (sig - b2f6fc2b065acb772afe36179d1465439c902ec61ef6990f8fafb7b6c638b2c6) + Windows exe (sig - 8a8b105897fc05d7b936669c28ab20f2f6870a61e6640afedb713a0e2f0bf26c)
    + Full source + docs + binary tarball (sig - 7c8563b67fe4983f043660b1a57cc1e7ea2c32037754efc73a1e23465d29b8b0)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.09.17/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.09.20/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.09.17/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.09.20/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.09.17/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.09.20/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 ec99eaa09..0ba553cfb 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -49,6 +49,8 @@
  • Escapist
  • exfm: ex.fm
  • facebook
  • +
  • fernsehkritik.tv
  • +
  • fernsehkritik.tv:postecke
  • Flickr
  • francetvinfo.fr
  • Freesound
  • @@ -82,6 +84,7 @@
  • Naver
  • NBA
  • NBCNews
  • +
  • Newgrounds
  • Ooyala
  • ORF
  • PBS
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index f935ddd55..ccbe23da8 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.09.17 \ No newline at end of file +2013.09.20 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index cdcd52342..0278cb56a 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-09-17T17:09:16.122330 + 2013-09-20T10:29:43.781004 youtube-dl-2012.02.22 @@ -1339,6 +1339,21 @@ 2013-09-17 + + youtube-dl-2013.09.20 + New version 2013.09.20 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.09.20/ +
    +
    + + The youtube-dl maintainers + + 2013-09-20 +
    + youtube-dl-2013.11.09 New version 2013.11.09 diff --git a/update/versions.json b/update/versions.json index 7a4e30349..915ef96e4 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.09.17", - "signature": "6a6afcd7ff3e0bce90b97dcb7cdaa07eb4ece6c9bc6eb04f1bc8191a6aba4b043ba796b9614bc604a875523f1d866dc408c46d2786a7b0ea970acb8a82edc9f1f910033e3b0aa0167eb4d84708c82b98924f457d713a8ebe4716b2affac1bd570b4af3ecba3d081b95de2f362d2e529df3f00b42dce6beffdb69a53a4cf87ce5", + "latest": "2013.09.20", + "signature": "5d25360748db13f9a1d014dc9f17a3d828b3536cedba08550de6a17c97152361e821457be6f9216e91566acb460ea9dd3719be2e38716cc6c503b4cd32885804aa319c8ce6694edf01d550e28a6e0e2084cacdd88f123f9f6a9e2d383a94181f529c059aa7fb12e4bcaf18d8fb08314ddecc8b856aa106894faa7f433b211173", "versions": { "2012.02.22": { "bin": [ @@ -1254,6 +1254,20 @@ "b2f6fc2b065acb772afe36179d1465439c902ec61ef6990f8fafb7b6c638b2c6" ] }, + "2013.09.20": { + "bin": [ + "https://yt-dl.org/downloads/2013.09.20/youtube-dl", + "49ec188ebd554b0a35ce8f311b5befc09125e9ef318b6b4a29731e44f19dc7d8" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.09.20/youtube-dl.exe", + "8a8b105897fc05d7b936669c28ab20f2f6870a61e6640afedb713a0e2f0bf26c" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.09.20/youtube-dl-2013.09.20.tar.gz", + "7c8563b67fe4983f043660b1a57cc1e7ea2c32037754efc73a1e23465d29b8b0" + ] + }, "2013.11.09": { "bin": [ "https://yt-dl.org/downloads/2013.11.09/youtube-dl", From da6ae4d37ad288375ec69f2dac950c14e88e3d4c Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 20 Sep 2013 23:02:39 +0200 Subject: [PATCH 032/129] release 2013.09.20.1 --- download.html | 18 +++++++++--------- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index e536206e1..586d6989c 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.09.20 (sig)

    +

    2013.09.20.1 (sig)

      -
    • MD5: 2b55d32e27649b99d447e12e6f21a345
    • -
    • SHA1: fb0e6c543518a806aedb2fd52125226701711e76
    • -
    • SHA256: 49ec188ebd554b0a35ce8f311b5befc09125e9ef318b6b4a29731e44f19dc7d8
    • +
    • MD5: 9345a10874b627bd91d1676d5881b419
    • +
    • SHA1: ace4664639cc21ee90c025115ab5aa12ad06426d
    • +
    • SHA256: eab81b94a28a6b928c1f45726242c9fae36b1a4cec320e699f19332d040b78a0

    - Windows exe (sig - 8a8b105897fc05d7b936669c28ab20f2f6870a61e6640afedb713a0e2f0bf26c)
    - Full source + docs + binary tarball (sig - 7c8563b67fe4983f043660b1a57cc1e7ea2c32037754efc73a1e23465d29b8b0) + Windows exe (sig - 1ecfef16f544b88ba0ccc5c044799dd57836d4217abd64ac7eca2de49041e7e4)
    + Full source + docs + binary tarball (sig - c6ac3e6d3f42c70441603cda4831c915315d6ee3e2d6071b11950901bd6e4d0e)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.09.20/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.09.20.1/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.09.20/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.09.20.1/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.09.20/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.09.20.1/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 0ba553cfb..a41a802a4 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -45,6 +45,7 @@
  • DefenseGouvFr
  • DepositFiles
  • Dotsub
  • +
  • EbaumsWorld
  • eHow
  • Escapist
  • exfm: ex.fm
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index ccbe23da8..0dc3c17bf 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.09.20 \ No newline at end of file +2013.09.20.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 0278cb56a..a6dcda143 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-09-20T10:29:43.781004 + 2013-09-20T23:02:38.406409 youtube-dl-2012.02.22 @@ -1354,6 +1354,21 @@ 2013-09-20 + + youtube-dl-2013.09.20.1 + New version 2013.09.20.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.09.20.1/ +
    +
    + + The youtube-dl maintainers + + 2013-09-20-1 +
    + youtube-dl-2013.11.09 New version 2013.11.09 diff --git a/update/versions.json b/update/versions.json index 915ef96e4..21a64cb73 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.09.20", - "signature": "5d25360748db13f9a1d014dc9f17a3d828b3536cedba08550de6a17c97152361e821457be6f9216e91566acb460ea9dd3719be2e38716cc6c503b4cd32885804aa319c8ce6694edf01d550e28a6e0e2084cacdd88f123f9f6a9e2d383a94181f529c059aa7fb12e4bcaf18d8fb08314ddecc8b856aa106894faa7f433b211173", + "latest": "2013.09.20.1", + "signature": "116ae9d1a50919de47eb8e9a1415c5dcffbe51c6730bf3838116dbe5e127a1ab1297062cf8a436ee580b29669049f28a6086d0c3ed46bafefe2b6bdc58a420f25ad689b30510b9781f9f1f717a5141c8f387a46bab99a7a590d2b7c000393c24336d38e348075e2b18cf57219864d25783d2369e511397b7aa10bfec4f6b000d", "versions": { "2012.02.22": { "bin": [ @@ -1268,6 +1268,20 @@ "7c8563b67fe4983f043660b1a57cc1e7ea2c32037754efc73a1e23465d29b8b0" ] }, + "2013.09.20.1": { + "bin": [ + "https://yt-dl.org/downloads/2013.09.20.1/youtube-dl", + "eab81b94a28a6b928c1f45726242c9fae36b1a4cec320e699f19332d040b78a0" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.09.20.1/youtube-dl.exe", + "1ecfef16f544b88ba0ccc5c044799dd57836d4217abd64ac7eca2de49041e7e4" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.09.20.1/youtube-dl-2013.09.20.1.tar.gz", + "c6ac3e6d3f42c70441603cda4831c915315d6ee3e2d6071b11950901bd6e4d0e" + ] + }, "2013.11.09": { "bin": [ "https://yt-dl.org/downloads/2013.11.09/youtube-dl", From 8186c26b07b2b6dac0217370802edf2341f9be44 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 24 Sep 2013 21:36:22 +0200 Subject: [PATCH 033/129] release 2013.09.24 --- download.html | 18 +++++++++--------- supportedsites.html | 5 ++++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 46 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index 586d6989c..fc5e95dcf 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.09.20.1 (sig)

    +

    2013.09.24 (sig)

      -
    • MD5: 9345a10874b627bd91d1676d5881b419
    • -
    • SHA1: ace4664639cc21ee90c025115ab5aa12ad06426d
    • -
    • SHA256: eab81b94a28a6b928c1f45726242c9fae36b1a4cec320e699f19332d040b78a0
    • +
    • MD5: c1ec4cc617862e635b98b7624d66df78
    • +
    • SHA1: 8731d5f05287455fe93cf4f3e65f32c5d0be9fb3
    • +
    • SHA256: 90ce11b4eb0dedd590b4d524a25bd15cea162c3e3ee5d5bf2fad74bf78dd2e20

    - Windows exe (sig - 1ecfef16f544b88ba0ccc5c044799dd57836d4217abd64ac7eca2de49041e7e4)
    - Full source + docs + binary tarball (sig - c6ac3e6d3f42c70441603cda4831c915315d6ee3e2d6071b11950901bd6e4d0e) + Windows exe (sig - ebba59c7b2e1c4a623aafcf59fa5f5f07b7c89bdff8985ee2299cfc7b6640e78)
    + Full source + docs + binary tarball (sig - 8360456d1c22569de2528a6e372103e0cc23171f9c97f6633d4fcea693dc3917)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.09.20.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.09.24/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.09.20.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.09.24/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.09.20.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.09.24/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 a41a802a4..c8d372d2a 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -40,7 +40,8 @@
  • Criterion
  • CSpan
  • dailymotion
  • -
  • DailymotionPlaylist
  • +
  • dailymotion:playlist
  • +
  • dailymotion:user
  • daum.net
  • DefenseGouvFr
  • DepositFiles
  • @@ -53,6 +54,7 @@
  • fernsehkritik.tv
  • fernsehkritik.tv:postecke
  • Flickr
  • +
  • france2.fr
  • francetvinfo.fr
  • Freesound
  • FunnyOrDie
  • @@ -62,6 +64,7 @@
  • Hark
  • HotNewHipHop
  • Howcast
  • +
  • http://generation-quoi.france2.fr
  • Hypem
  • ign.com
  • Ina
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 0dc3c17bf..73272b988 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.09.20.1 \ No newline at end of file +2013.09.24 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index a6dcda143..6006f7b59 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-09-20T23:02:38.406409 + 2013-09-24T21:36:15.169146 youtube-dl-2012.02.22 @@ -1369,6 +1369,21 @@ 2013-09-20-1 + + youtube-dl-2013.09.24 + New version 2013.09.24 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.09.24/ +
    +
    + + The youtube-dl maintainers + + 2013-09-24 +
    + youtube-dl-2013.11.09 New version 2013.11.09 diff --git a/update/versions.json b/update/versions.json index 21a64cb73..43672f7a2 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.09.20.1", - "signature": "116ae9d1a50919de47eb8e9a1415c5dcffbe51c6730bf3838116dbe5e127a1ab1297062cf8a436ee580b29669049f28a6086d0c3ed46bafefe2b6bdc58a420f25ad689b30510b9781f9f1f717a5141c8f387a46bab99a7a590d2b7c000393c24336d38e348075e2b18cf57219864d25783d2369e511397b7aa10bfec4f6b000d", + "latest": "2013.09.24", + "signature": "4a7312a6f4954c8f665e074f6c437687e6cfd4c311b383f355d912cd90ad60224ae354df078688ffaebc8c5aed871e49a0e32c1c134fe8393b1128342b263c38f988532e45b3c461f5f61c0a9ba5b1b4190b2d609ff6c2c9b8075ae327d81b9c665b7ac1521fffe524e339c796a9fe6ca2d28d4177b4b78d3a5c087fd685982a", "versions": { "2012.02.22": { "bin": [ @@ -1282,6 +1282,20 @@ "c6ac3e6d3f42c70441603cda4831c915315d6ee3e2d6071b11950901bd6e4d0e" ] }, + "2013.09.24": { + "bin": [ + "https://yt-dl.org/downloads/2013.09.24/youtube-dl", + "90ce11b4eb0dedd590b4d524a25bd15cea162c3e3ee5d5bf2fad74bf78dd2e20" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.09.24/youtube-dl.exe", + "ebba59c7b2e1c4a623aafcf59fa5f5f07b7c89bdff8985ee2299cfc7b6640e78" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.09.24/youtube-dl-2013.09.24.tar.gz", + "8360456d1c22569de2528a6e372103e0cc23171f9c97f6633d4fcea693dc3917" + ] + }, "2013.11.09": { "bin": [ "https://yt-dl.org/downloads/2013.11.09/youtube-dl", From c750a62ac5f7e2fa4951f8e4bfe6f3d338959003 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 24 Sep 2013 21:42:50 +0200 Subject: [PATCH 034/129] release 2013.09.24.1 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index fc5e95dcf..d55a5bae7 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.09.24 (sig)

    +

    2013.09.24.1 (sig)

      -
    • MD5: c1ec4cc617862e635b98b7624d66df78
    • -
    • SHA1: 8731d5f05287455fe93cf4f3e65f32c5d0be9fb3
    • -
    • SHA256: 90ce11b4eb0dedd590b4d524a25bd15cea162c3e3ee5d5bf2fad74bf78dd2e20
    • +
    • MD5: 230d3b30d0d8be28e21c334d00b9240e
    • +
    • SHA1: 9b73dddc9e1f310599c3dde8f64f422b59dbf26f
    • +
    • SHA256: 2dccd578b8bc72112f7b19e56937001ef41fc7a91f77e9393150574cd9153563

    - Windows exe (sig - ebba59c7b2e1c4a623aafcf59fa5f5f07b7c89bdff8985ee2299cfc7b6640e78)
    - Full source + docs + binary tarball (sig - 8360456d1c22569de2528a6e372103e0cc23171f9c97f6633d4fcea693dc3917) + Windows exe (sig - 7350f1202a3d042f361eb963b1ee21216dcaa4e67b96dbf299fff6ffe1a202a1)
    + Full source + docs + binary tarball (sig - 6e73be6fe8a8650d7a1beb66df905a9e69fc07841fc5783f64dafd2d5730e0c3)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.09.24/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.09.24.1/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.09.24/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.09.24.1/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.09.24/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.09.24.1/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/update/LATEST_VERSION b/update/LATEST_VERSION index 73272b988..3e6aed561 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.09.24 \ No newline at end of file +2013.09.24.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 6006f7b59..b582d37d0 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-09-24T21:36:15.169146 + 2013-09-24T21:42:48.850048 youtube-dl-2012.02.22 @@ -1384,6 +1384,21 @@ 2013-09-24 + + youtube-dl-2013.09.24.1 + New version 2013.09.24.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.09.24.1/ +
    +
    + + The youtube-dl maintainers + + 2013-09-24-1 +
    + youtube-dl-2013.11.09 New version 2013.11.09 diff --git a/update/versions.json b/update/versions.json index 43672f7a2..17ea8e4ff 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.09.24", - "signature": "4a7312a6f4954c8f665e074f6c437687e6cfd4c311b383f355d912cd90ad60224ae354df078688ffaebc8c5aed871e49a0e32c1c134fe8393b1128342b263c38f988532e45b3c461f5f61c0a9ba5b1b4190b2d609ff6c2c9b8075ae327d81b9c665b7ac1521fffe524e339c796a9fe6ca2d28d4177b4b78d3a5c087fd685982a", + "latest": "2013.09.24.1", + "signature": "8c44ab3357021829b4207a6b534c67e9f4015b657c322e2c8bb4596bea051d78f707d7fe58654bc751c809410b7819b4424f4448d06b5865301577461b8f05416ff784f325adae2cf7ea93d460e047cc85558dff318f3aa4cfe7221a968528b706fa3b1dca01f20d40110e550f65d48544abbf4de6c1933af014a7f8c6c8f561", "versions": { "2012.02.22": { "bin": [ @@ -1296,6 +1296,20 @@ "8360456d1c22569de2528a6e372103e0cc23171f9c97f6633d4fcea693dc3917" ] }, + "2013.09.24.1": { + "bin": [ + "https://yt-dl.org/downloads/2013.09.24.1/youtube-dl", + "2dccd578b8bc72112f7b19e56937001ef41fc7a91f77e9393150574cd9153563" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.09.24.1/youtube-dl.exe", + "7350f1202a3d042f361eb963b1ee21216dcaa4e67b96dbf299fff6ffe1a202a1" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.09.24.1/youtube-dl-2013.09.24.1.tar.gz", + "6e73be6fe8a8650d7a1beb66df905a9e69fc07841fc5783f64dafd2d5730e0c3" + ] + }, "2013.11.09": { "bin": [ "https://yt-dl.org/downloads/2013.11.09/youtube-dl", From ecfaa4b1278dba01c7be05d37dd567304bb8f810 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 24 Sep 2013 21:58:15 +0200 Subject: [PATCH 035/129] release 2013.09.24.2 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index d55a5bae7..9a009b27b 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.09.24.1 (sig)

    +

    2013.09.24.2 (sig)

      -
    • MD5: 230d3b30d0d8be28e21c334d00b9240e
    • -
    • SHA1: 9b73dddc9e1f310599c3dde8f64f422b59dbf26f
    • -
    • SHA256: 2dccd578b8bc72112f7b19e56937001ef41fc7a91f77e9393150574cd9153563
    • +
    • MD5: 5b578806c6481dbee99a80511fef3d7c
    • +
    • SHA1: 3c243eedf6887a97dd53b6301104d67506139d13
    • +
    • SHA256: e6e4bdcbc70a3e915b07732fff0c23346fde83f2f58ede07bc92405ac3f666eb

    - Windows exe (sig - 7350f1202a3d042f361eb963b1ee21216dcaa4e67b96dbf299fff6ffe1a202a1)
    - Full source + docs + binary tarball (sig - 6e73be6fe8a8650d7a1beb66df905a9e69fc07841fc5783f64dafd2d5730e0c3) + Windows exe (sig - 0c55aa061ecf0f2fd82ba2ddd75de5d42708547c2ba6245fc7ee1684b9e1fa76)
    + Full source + docs + binary tarball (sig - 0ff095bd09f30c7c77758f6a74feaf163b88b06eefed5b865caedcf4623f7708)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.09.24.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.09.24.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.09.24.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.09.24.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.09.24.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.09.24.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/update/LATEST_VERSION b/update/LATEST_VERSION index 3e6aed561..07d5caf86 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.09.24.1 \ No newline at end of file +2013.09.24.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b582d37d0..57d465c32 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-09-24T21:42:48.850048 + 2013-09-24T21:58:13.819567 youtube-dl-2012.02.22 @@ -1399,6 +1399,21 @@ 2013-09-24-1 + + youtube-dl-2013.09.24.2 + New version 2013.09.24.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.09.24.2/ +
    +
    + + The youtube-dl maintainers + + 2013-09-24-2 +
    + youtube-dl-2013.11.09 New version 2013.11.09 diff --git a/update/versions.json b/update/versions.json index 17ea8e4ff..bde2c33ef 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.09.24.1", - "signature": "8c44ab3357021829b4207a6b534c67e9f4015b657c322e2c8bb4596bea051d78f707d7fe58654bc751c809410b7819b4424f4448d06b5865301577461b8f05416ff784f325adae2cf7ea93d460e047cc85558dff318f3aa4cfe7221a968528b706fa3b1dca01f20d40110e550f65d48544abbf4de6c1933af014a7f8c6c8f561", + "latest": "2013.09.24.2", + "signature": "41d321cc881f41d1618e044b98c6c91364b7118f85d80ec4fa0782ef29d4cadbec667c66978d0f3f4448c693c767bd1e124e9cd73e6c08da359925e84aed9694bf52901b7ae8c9d17c4f031d0478377c8aec1508a10b4315d1e6b1081badcf510b9efac6651e7dcad585e35e9af16fce25234100073c1a4dde7624f1e946a0a0", "versions": { "2012.02.22": { "bin": [ @@ -1310,6 +1310,20 @@ "6e73be6fe8a8650d7a1beb66df905a9e69fc07841fc5783f64dafd2d5730e0c3" ] }, + "2013.09.24.2": { + "bin": [ + "https://yt-dl.org/downloads/2013.09.24.2/youtube-dl", + "e6e4bdcbc70a3e915b07732fff0c23346fde83f2f58ede07bc92405ac3f666eb" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.09.24.2/youtube-dl.exe", + "0c55aa061ecf0f2fd82ba2ddd75de5d42708547c2ba6245fc7ee1684b9e1fa76" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.09.24.2/youtube-dl-2013.09.24.2.tar.gz", + "0ff095bd09f30c7c77758f6a74feaf163b88b06eefed5b865caedcf4623f7708" + ] + }, "2013.11.09": { "bin": [ "https://yt-dl.org/downloads/2013.11.09/youtube-dl", From 6e1229457b972f0ec09e71136bf313896070f338 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 29 Sep 2013 14:43:38 +0200 Subject: [PATCH 036/129] release 2013.09.29 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 9a009b27b..230ab26bd 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.09.24.2 (sig)

    +

    2013.09.29 (sig)

      -
    • MD5: 5b578806c6481dbee99a80511fef3d7c
    • -
    • SHA1: 3c243eedf6887a97dd53b6301104d67506139d13
    • -
    • SHA256: e6e4bdcbc70a3e915b07732fff0c23346fde83f2f58ede07bc92405ac3f666eb
    • +
    • MD5: 42c1a181eb76b45d57e28deddf85e9cf
    • +
    • SHA1: b5af675702f6da4c82b1f813c5dec38161d5805a
    • +
    • SHA256: db05dd8e287926c701cf499b67acfb5f6398b3c9dfe8bc80dcd2266641d80a6b

    - Windows exe (sig - 0c55aa061ecf0f2fd82ba2ddd75de5d42708547c2ba6245fc7ee1684b9e1fa76)
    - Full source + docs + binary tarball (sig - 0ff095bd09f30c7c77758f6a74feaf163b88b06eefed5b865caedcf4623f7708) + Windows exe (sig - c737e70f6ac91a23b670c25324e17c92326e145f5c5e67e46c415cde02721813)
    + Full source + docs + binary tarball (sig - 07eac71230aeff01b4513f695ff1b5a32f014aa1bb6db6e80dd8c38ee1ec8335)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.09.24.2/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.09.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.09.24.2/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.09.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.09.24.2/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.09.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/update/LATEST_VERSION b/update/LATEST_VERSION index 07d5caf86..bd628103f 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.09.24.2 \ No newline at end of file +2013.09.29 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 57d465c32..bb90a6c5c 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-09-24T21:58:13.819567 + 2013-09-29T14:43:37.397419 youtube-dl-2012.02.22 @@ -1414,6 +1414,21 @@ 2013-09-24-2 + + youtube-dl-2013.09.29 + New version 2013.09.29 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.09.29/ +
    +
    + + The youtube-dl maintainers + + 2013-09-29 +
    + youtube-dl-2013.11.09 New version 2013.11.09 diff --git a/update/versions.json b/update/versions.json index bde2c33ef..340321ffd 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.09.24.2", - "signature": "41d321cc881f41d1618e044b98c6c91364b7118f85d80ec4fa0782ef29d4cadbec667c66978d0f3f4448c693c767bd1e124e9cd73e6c08da359925e84aed9694bf52901b7ae8c9d17c4f031d0478377c8aec1508a10b4315d1e6b1081badcf510b9efac6651e7dcad585e35e9af16fce25234100073c1a4dde7624f1e946a0a0", + "latest": "2013.09.29", + "signature": "941705a08d2cdfc26763698f42614dbb87287ae9d97876e085a939c028aac11ebf7c0fed8a1a8a13ea8992534299736e73fae87a05d5b16fffa5d7805ba10246bf68a01a6d785477f69a582ed0cfbf5fe0582381eab84344fcc65c0677f4bdba4eced26a624aa69e3c775c7b0ad574ca2f2e70928ce41ad2f1dede768f708c4e", "versions": { "2012.02.22": { "bin": [ @@ -1324,6 +1324,20 @@ "0ff095bd09f30c7c77758f6a74feaf163b88b06eefed5b865caedcf4623f7708" ] }, + "2013.09.29": { + "bin": [ + "https://yt-dl.org/downloads/2013.09.29/youtube-dl", + "db05dd8e287926c701cf499b67acfb5f6398b3c9dfe8bc80dcd2266641d80a6b" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.09.29/youtube-dl.exe", + "c737e70f6ac91a23b670c25324e17c92326e145f5c5e67e46c415cde02721813" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.09.29/youtube-dl-2013.09.29.tar.gz", + "07eac71230aeff01b4513f695ff1b5a32f014aa1bb6db6e80dd8c38ee1ec8335" + ] + }, "2013.11.09": { "bin": [ "https://yt-dl.org/downloads/2013.11.09/youtube-dl", From df20183f34cbd3eae2099010fdec77f220b27abb Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 1 Oct 2013 11:46:54 +0200 Subject: [PATCH 037/129] release 2013.10.01 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 230ab26bd..dd8630989 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.09.29 (sig)

    +

    2013.10.01 (sig)

      -
    • MD5: 42c1a181eb76b45d57e28deddf85e9cf
    • -
    • SHA1: b5af675702f6da4c82b1f813c5dec38161d5805a
    • -
    • SHA256: db05dd8e287926c701cf499b67acfb5f6398b3c9dfe8bc80dcd2266641d80a6b
    • +
    • MD5: 74d10c185d62c6d82f04f69bd78f4280
    • +
    • SHA1: a84760630d6fab6beee06e57822783845eebc06c
    • +
    • SHA256: 84c15ed5b5981af001a47467f26d3b54e9ee2c61759d88b50d6c6f18451abb2c

    - Windows exe (sig - c737e70f6ac91a23b670c25324e17c92326e145f5c5e67e46c415cde02721813)
    - Full source + docs + binary tarball (sig - 07eac71230aeff01b4513f695ff1b5a32f014aa1bb6db6e80dd8c38ee1ec8335) + Windows exe (sig - 276d68b42453cb23177c86f608e4ee64a5a602e2e9cae9870c38ae34d9be2615)
    + Full source + docs + binary tarball (sig - e5ffccf77724a6e81a82c0b94c49ffc06915469ef0799ef890ecaf5c3fe1a12d)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.09.29/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.10.01/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.09.29/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.10.01/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.09.29/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.10.01/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/update/LATEST_VERSION b/update/LATEST_VERSION index bd628103f..8929bb9f5 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.09.29 \ No newline at end of file +2013.10.01 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index bb90a6c5c..b0fae1688 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-09-29T14:43:37.397419 + 2013-10-01T11:46:53.576074 youtube-dl-2012.02.22 @@ -1429,6 +1429,21 @@ 2013-09-29 + + youtube-dl-2013.10.01 + New version 2013.10.01 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.10.01/ +
    +
    + + The youtube-dl maintainers + + 2013-10-01 +
    + youtube-dl-2013.11.09 New version 2013.11.09 diff --git a/update/versions.json b/update/versions.json index 340321ffd..14b1e8d42 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.09.29", - "signature": "941705a08d2cdfc26763698f42614dbb87287ae9d97876e085a939c028aac11ebf7c0fed8a1a8a13ea8992534299736e73fae87a05d5b16fffa5d7805ba10246bf68a01a6d785477f69a582ed0cfbf5fe0582381eab84344fcc65c0677f4bdba4eced26a624aa69e3c775c7b0ad574ca2f2e70928ce41ad2f1dede768f708c4e", + "latest": "2013.10.01", + "signature": "740b48cef37a4abded640162eae303d28541837355005c3d519437333f6fa8e0802f2885a84f2c988e0e7e7d60861ecefd902989627cf9594d0d60341269c7c62ebf4dc674920def26c0bc80cf2a020aaa8a4ae988f48ac8f3249c03353c948db9147457095a46d7312626998d9414bba9e724675fe366d059f8516a640d01e4", "versions": { "2012.02.22": { "bin": [ @@ -1338,6 +1338,20 @@ "07eac71230aeff01b4513f695ff1b5a32f014aa1bb6db6e80dd8c38ee1ec8335" ] }, + "2013.10.01": { + "bin": [ + "https://yt-dl.org/downloads/2013.10.01/youtube-dl", + "84c15ed5b5981af001a47467f26d3b54e9ee2c61759d88b50d6c6f18451abb2c" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.10.01/youtube-dl.exe", + "276d68b42453cb23177c86f608e4ee64a5a602e2e9cae9870c38ae34d9be2615" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.10.01/youtube-dl-2013.10.01.tar.gz", + "e5ffccf77724a6e81a82c0b94c49ffc06915469ef0799ef890ecaf5c3fe1a12d" + ] + }, "2013.11.09": { "bin": [ "https://yt-dl.org/downloads/2013.11.09/youtube-dl", From f793d89f34e4735b4d646095ac61838bcd991aaf Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 1 Oct 2013 14:47:16 +0200 Subject: [PATCH 038/129] release 2013.10.01.1 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index dd8630989..0435ef50d 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.10.01 (sig)

    +

    2013.10.01.1 (sig)

      -
    • MD5: 74d10c185d62c6d82f04f69bd78f4280
    • -
    • SHA1: a84760630d6fab6beee06e57822783845eebc06c
    • -
    • SHA256: 84c15ed5b5981af001a47467f26d3b54e9ee2c61759d88b50d6c6f18451abb2c
    • +
    • MD5: 6acbd2ca7c70e2f6d7e7b3e76b28a442
    • +
    • SHA1: 9004193a7f6d1e7e26c2269e3ec598b54c3c675e
    • +
    • SHA256: 0814eb1a532ffadcd44e95641e69a37e06d7f80d3d20c062eafb5d81a9a06258

    - Windows exe (sig - 276d68b42453cb23177c86f608e4ee64a5a602e2e9cae9870c38ae34d9be2615)
    - Full source + docs + binary tarball (sig - e5ffccf77724a6e81a82c0b94c49ffc06915469ef0799ef890ecaf5c3fe1a12d) + Windows exe (sig - af397826b7b0770052ffef017bfc98400dcf7e7846681bf52bec515c95d3e2fe)
    + Full source + docs + binary tarball (sig - 1570bab654b23f3617eccfda30a63257c729353e027cd6228ac9ccc7256602ab)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.10.01/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.10.01.1/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.10.01/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.10.01.1/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.10.01/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.10.01.1/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/update/LATEST_VERSION b/update/LATEST_VERSION index 8929bb9f5..27e22c1a4 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.10.01 \ No newline at end of file +2013.10.01.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b0fae1688..16873a0e9 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-10-01T11:46:53.576074 + 2013-10-01T14:47:11.820276 youtube-dl-2012.02.22 @@ -1444,6 +1444,21 @@ 2013-10-01 + + youtube-dl-2013.10.01.1 + New version 2013.10.01.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.10.01.1/ +
    +
    + + The youtube-dl maintainers + + 2013-10-01-1 +
    + youtube-dl-2013.11.09 New version 2013.11.09 diff --git a/update/versions.json b/update/versions.json index 14b1e8d42..f7b27cf6a 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.10.01", - "signature": "740b48cef37a4abded640162eae303d28541837355005c3d519437333f6fa8e0802f2885a84f2c988e0e7e7d60861ecefd902989627cf9594d0d60341269c7c62ebf4dc674920def26c0bc80cf2a020aaa8a4ae988f48ac8f3249c03353c948db9147457095a46d7312626998d9414bba9e724675fe366d059f8516a640d01e4", + "latest": "2013.10.01.1", + "signature": "06cd7dd17e8b4a9e4a11f660901ec7da54ca3a0cfae7c2ad34c79b3d4af901e9c419d48ecb25634286da575b7bf9984c61f55b7929679385695fd790a607ef3961bce5570badb458c2bbded664794cbc72edf891ac044c6b739e7cc23e0493e48b733565a5a74ee53d4d3a8fa225fdca521f79b33e3126a3c1e39d3ba390494d", "versions": { "2012.02.22": { "bin": [ @@ -1352,6 +1352,20 @@ "e5ffccf77724a6e81a82c0b94c49ffc06915469ef0799ef890ecaf5c3fe1a12d" ] }, + "2013.10.01.1": { + "bin": [ + "https://yt-dl.org/downloads/2013.10.01.1/youtube-dl", + "0814eb1a532ffadcd44e95641e69a37e06d7f80d3d20c062eafb5d81a9a06258" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.10.01.1/youtube-dl.exe", + "af397826b7b0770052ffef017bfc98400dcf7e7846681bf52bec515c95d3e2fe" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.10.01.1/youtube-dl-2013.10.01.1.tar.gz", + "1570bab654b23f3617eccfda30a63257c729353e027cd6228ac9ccc7256602ab" + ] + }, "2013.11.09": { "bin": [ "https://yt-dl.org/downloads/2013.11.09/youtube-dl", From 37b3fc7b064033928ca2f1621068475fb6345745 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 4 Oct 2013 00:40:16 +0200 Subject: [PATCH 039/129] release 2013.10.04 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 0435ef50d..f27978dce 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.10.01.1 (sig)

    +

    2013.10.04 (sig)

      -
    • MD5: 6acbd2ca7c70e2f6d7e7b3e76b28a442
    • -
    • SHA1: 9004193a7f6d1e7e26c2269e3ec598b54c3c675e
    • -
    • SHA256: 0814eb1a532ffadcd44e95641e69a37e06d7f80d3d20c062eafb5d81a9a06258
    • +
    • MD5: 56a7a54aaa953b40599922e717d5c54c
    • +
    • SHA1: ba9183ddb4afd505cf2c5787c285ecf2ff14628e
    • +
    • SHA256: 778c1cbc96cd9828043cdc3109b669cabfdaec48f148fc04a7a4201da16b9d3c

    - Windows exe (sig - af397826b7b0770052ffef017bfc98400dcf7e7846681bf52bec515c95d3e2fe)
    - Full source + docs + binary tarball (sig - 1570bab654b23f3617eccfda30a63257c729353e027cd6228ac9ccc7256602ab) + Windows exe (sig - 9d0147e97925cc24bc719604465d8369c6d969570882dc1a43b46526daa12d24)
    + Full source + docs + binary tarball (sig - 9a39a5cce59fa457ec7925c4a165c51e38be179437bd26f33735015b5e4a8f03)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.10.01.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.10.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/2013.10.01.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.10.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/2013.10.01.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.10.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/update/LATEST_VERSION b/update/LATEST_VERSION index 27e22c1a4..75d66438e 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.10.01.1 \ No newline at end of file +2013.10.04 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 16873a0e9..70da25c38 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-10-01T14:47:11.820276 + 2013-10-04T00:40:15.048491 youtube-dl-2012.02.22 @@ -1459,6 +1459,21 @@ 2013-10-01-1 + + youtube-dl-2013.10.04 + New version 2013.10.04 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.10.04/ +
    +
    + + The youtube-dl maintainers + + 2013-10-04 +
    + youtube-dl-2013.11.09 New version 2013.11.09 diff --git a/update/versions.json b/update/versions.json index f7b27cf6a..9cb55cc2e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.10.01.1", - "signature": "06cd7dd17e8b4a9e4a11f660901ec7da54ca3a0cfae7c2ad34c79b3d4af901e9c419d48ecb25634286da575b7bf9984c61f55b7929679385695fd790a607ef3961bce5570badb458c2bbded664794cbc72edf891ac044c6b739e7cc23e0493e48b733565a5a74ee53d4d3a8fa225fdca521f79b33e3126a3c1e39d3ba390494d", + "latest": "2013.10.04", + "signature": "187691b287471eb33e6cf9b5e18c98f2bd1e491658365951d1de466d6771fa7a1bc59ac2d61398675b4edb4a587a5974f84b14bba8870d1bed5395fd83f12000d286517385640a70136da33d75cf46a36027283016a7636e7e510df686262420940ea0c4c0f609d15588a743f0688a22ec0054ad7564f4b6d4ad9849ade2b764", "versions": { "2012.02.22": { "bin": [ @@ -1366,6 +1366,20 @@ "1570bab654b23f3617eccfda30a63257c729353e027cd6228ac9ccc7256602ab" ] }, + "2013.10.04": { + "bin": [ + "https://yt-dl.org/downloads/2013.10.04/youtube-dl", + "778c1cbc96cd9828043cdc3109b669cabfdaec48f148fc04a7a4201da16b9d3c" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.10.04/youtube-dl.exe", + "9d0147e97925cc24bc719604465d8369c6d969570882dc1a43b46526daa12d24" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.10.04/youtube-dl-2013.10.04.tar.gz", + "9a39a5cce59fa457ec7925c4a165c51e38be179437bd26f33735015b5e4a8f03" + ] + }, "2013.11.09": { "bin": [ "https://yt-dl.org/downloads/2013.11.09/youtube-dl", From 61cc6dede0febb6c1e444625c2dcf1b2e7d4d02c Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 6 Oct 2013 07:23:25 +0200 Subject: [PATCH 040/129] release 2013.10.06 --- download.html | 18 +++++++++--------- supportedsites.html | 3 ++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 44 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index f27978dce..491a80cde 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.10.04 (sig)

    +

    2013.10.06 (sig)

      -
    • MD5: 56a7a54aaa953b40599922e717d5c54c
    • -
    • SHA1: ba9183ddb4afd505cf2c5787c285ecf2ff14628e
    • -
    • SHA256: 778c1cbc96cd9828043cdc3109b669cabfdaec48f148fc04a7a4201da16b9d3c
    • +
    • MD5: ea03af6a4f67fa8451c9656ebac97ca6
    • +
    • SHA1: 519d6193186aef545a86bd548e75bce9d049faef
    • +
    • SHA256: cac3cb573be2b0fa10ee0c035334f9ccc6d4e61dcc0726567e53ad2b12c24f9c

    - Windows exe (sig - 9d0147e97925cc24bc719604465d8369c6d969570882dc1a43b46526daa12d24)
    - Full source + docs + binary tarball (sig - 9a39a5cce59fa457ec7925c4a165c51e38be179437bd26f33735015b5e4a8f03) + Windows exe (sig - 7c19121ea48d0b26e30035e348610148e8110f6274bf8f3841aa5303a0f9dcee)
    + Full source + docs + binary tarball (sig - 5d6882e200292b40d20cab3b1003efe72d0ab1622d29c09b281a47b9fda6de19)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.10.04/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.10.06/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.10.04/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.10.06/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.10.04/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.10.06/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 c8d372d2a..a01a03eda 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -55,6 +55,7 @@
  • fernsehkritik.tv:postecke
  • Flickr
  • france2.fr
  • +
  • france2.fr:generation-quoi
  • francetvinfo.fr
  • Freesound
  • FunnyOrDie
  • @@ -64,7 +65,6 @@
  • Hark
  • HotNewHipHop
  • Howcast
  • -
  • http://generation-quoi.france2.fr
  • Hypem
  • ign.com
  • Ina
  • @@ -132,6 +132,7 @@
  • Veoh
  • Vevo
  • Vice
  • +
  • Viddler
  • video.google:search: Google Video search
  • video.mit.edu
  • videofy.me
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 75d66438e..d3f07cb07 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.10.04 \ No newline at end of file +2013.10.06 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 70da25c38..f81931b24 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-10-04T00:40:15.048491 + 2013-10-06T07:23:23.627970 youtube-dl-2012.02.22 @@ -1474,6 +1474,21 @@ 2013-10-04 + + youtube-dl-2013.10.06 + New version 2013.10.06 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.10.06/ +
    +
    + + The youtube-dl maintainers + + 2013-10-06 +
    + youtube-dl-2013.11.09 New version 2013.11.09 diff --git a/update/versions.json b/update/versions.json index 9cb55cc2e..1e322962f 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.10.04", - "signature": "187691b287471eb33e6cf9b5e18c98f2bd1e491658365951d1de466d6771fa7a1bc59ac2d61398675b4edb4a587a5974f84b14bba8870d1bed5395fd83f12000d286517385640a70136da33d75cf46a36027283016a7636e7e510df686262420940ea0c4c0f609d15588a743f0688a22ec0054ad7564f4b6d4ad9849ade2b764", + "latest": "2013.10.06", + "signature": "47bb5d59608bbeb5f955b503e9072f62c9263a5aa9d4836d235844378494ad825b96d21aa698a0900a91114e709fcc8d515bc0c230344f5d8244a6f84b4d3d48c9268e9076efc8699b4987e6ff505af87c0f962b4ed9572132bdbb6bbaf31a56a2076ba19062e7be144fbc9f358e8fac0e9e630ce83ccfa31b317d35077cf095", "versions": { "2012.02.22": { "bin": [ @@ -1380,6 +1380,20 @@ "9a39a5cce59fa457ec7925c4a165c51e38be179437bd26f33735015b5e4a8f03" ] }, + "2013.10.06": { + "bin": [ + "https://yt-dl.org/downloads/2013.10.06/youtube-dl", + "cac3cb573be2b0fa10ee0c035334f9ccc6d4e61dcc0726567e53ad2b12c24f9c" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.10.06/youtube-dl.exe", + "7c19121ea48d0b26e30035e348610148e8110f6274bf8f3841aa5303a0f9dcee" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.10.06/youtube-dl-2013.10.06.tar.gz", + "5d6882e200292b40d20cab3b1003efe72d0ab1622d29c09b281a47b9fda6de19" + ] + }, "2013.11.09": { "bin": [ "https://yt-dl.org/downloads/2013.11.09/youtube-dl", From 96bb7f8050310d8ec17697f8eb16f5d490a38df0 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 7 Oct 2013 14:36:58 +0200 Subject: [PATCH 041/129] release 2013.10.07 --- download.html | 18 +++++++++--------- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 491a80cde..26abce3ca 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.10.06 (sig)

    +

    2013.10.07 (sig)

      -
    • MD5: ea03af6a4f67fa8451c9656ebac97ca6
    • -
    • SHA1: 519d6193186aef545a86bd548e75bce9d049faef
    • -
    • SHA256: cac3cb573be2b0fa10ee0c035334f9ccc6d4e61dcc0726567e53ad2b12c24f9c
    • +
    • MD5: 1e11e19652023f3958b66450f68b8f56
    • +
    • SHA1: 632af216d2bb6f26d5adee886e294649f10697d8
    • +
    • SHA256: 2396edfb65a8eaa1e4d4f533f0f5f83a9fea18561c224d6083bd9232a35d1d11

    - Windows exe (sig - 7c19121ea48d0b26e30035e348610148e8110f6274bf8f3841aa5303a0f9dcee)
    - Full source + docs + binary tarball (sig - 5d6882e200292b40d20cab3b1003efe72d0ab1622d29c09b281a47b9fda6de19) + Windows exe (sig - 2e95fc4af81d92b5eb75dc3ab1c82a954d9b67ff23341d2d5323453635a43d81)
    + Full source + docs + binary tarball (sig - ee003e0008cfb414a794d5a113ac6dd0caf04428ae3423e35fa83b9130f63d85)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.10.06/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.10.07/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.10.06/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.10.07/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.10.06/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.10.07/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 a01a03eda..04941f2f8 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -158,6 +158,7 @@
  • youtube:search: YouTube.com searches
  • youtube:show: YouTube.com (multi-season) shows
  • youtube:subscriptions: YouTube.com subscriptions feed, "ytsubs" keyword(requires authentication)
  • +
  • youtube:truncated_url: False
  • youtube:user: YouTube.com user videos (URL or "ytuser" keyword)
  • youtube:watch_later: Youtube watch later list, "ytwatchlater" keyword (requires authentication)
  • ZDF
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index d3f07cb07..9b91c80fb 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.10.06 \ No newline at end of file +2013.10.07 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index f81931b24..71ecce4a2 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-10-06T07:23:23.627970 + 2013-10-07T14:36:57.675968 youtube-dl-2012.02.22 @@ -1489,6 +1489,21 @@ 2013-10-06 + + youtube-dl-2013.10.07 + New version 2013.10.07 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.10.07/ +
    +
    + + The youtube-dl maintainers + + 2013-10-07 +
    + youtube-dl-2013.11.09 New version 2013.11.09 diff --git a/update/versions.json b/update/versions.json index 1e322962f..22f8fb85b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.10.06", - "signature": "47bb5d59608bbeb5f955b503e9072f62c9263a5aa9d4836d235844378494ad825b96d21aa698a0900a91114e709fcc8d515bc0c230344f5d8244a6f84b4d3d48c9268e9076efc8699b4987e6ff505af87c0f962b4ed9572132bdbb6bbaf31a56a2076ba19062e7be144fbc9f358e8fac0e9e630ce83ccfa31b317d35077cf095", + "latest": "2013.10.07", + "signature": "94e3807b39a73ccd302dad41cc0199b309b2f070035fe11c86b8888a7e3d1a21e54a0bfe7110e96f0240fa8238220840328ed7d5d5b7564b433bb22b88f0958864b64d47a737ed97b8626e4112cde7bec0c978c0d32b328f42df474f5ed3cde8cbb063700734da3b1798c1121f4428420c773e7f8584106aee33512ef5f1130b", "versions": { "2012.02.22": { "bin": [ @@ -1394,6 +1394,20 @@ "5d6882e200292b40d20cab3b1003efe72d0ab1622d29c09b281a47b9fda6de19" ] }, + "2013.10.07": { + "bin": [ + "https://yt-dl.org/downloads/2013.10.07/youtube-dl", + "2396edfb65a8eaa1e4d4f533f0f5f83a9fea18561c224d6083bd9232a35d1d11" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.10.07/youtube-dl.exe", + "2e95fc4af81d92b5eb75dc3ab1c82a954d9b67ff23341d2d5323453635a43d81" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.10.07/youtube-dl-2013.10.07.tar.gz", + "ee003e0008cfb414a794d5a113ac6dd0caf04428ae3423e35fa83b9130f63d85" + ] + }, "2013.11.09": { "bin": [ "https://yt-dl.org/downloads/2013.11.09/youtube-dl", From 16200ac861c6aa4f53bbc0d16f66be807cd09eb7 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 9 Oct 2013 23:53:17 +0200 Subject: [PATCH 042/129] release 2013.10.09 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 26abce3ca..e256a46ec 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.10.07 (sig)

    +

    2013.10.09 (sig)

      -
    • MD5: 1e11e19652023f3958b66450f68b8f56
    • -
    • SHA1: 632af216d2bb6f26d5adee886e294649f10697d8
    • -
    • SHA256: 2396edfb65a8eaa1e4d4f533f0f5f83a9fea18561c224d6083bd9232a35d1d11
    • +
    • MD5: ad65e84373fa8853c9f81820c6736cfe
    • +
    • SHA1: cac44e56ee3e75c3db9007444c85d622ffb37f05
    • +
    • SHA256: ed7a0f371cf8806a54adab39f133922b944f8d08238f5c8c084e1aaa445b2381

    - Windows exe (sig - 2e95fc4af81d92b5eb75dc3ab1c82a954d9b67ff23341d2d5323453635a43d81)
    - Full source + docs + binary tarball (sig - ee003e0008cfb414a794d5a113ac6dd0caf04428ae3423e35fa83b9130f63d85) + Windows exe (sig - 3371d72e4c25a24b84d60c169e8f393fbcdb7a419b58282cd74f5b4b92150833)
    + Full source + docs + binary tarball (sig - 7f08ebb841530cccc4550d0468f8a5e53a83c5e95464c74b42032668b85a44a6)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.10.07/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.10.09/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.10.07/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.10.09/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.10.07/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.10.09/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/update/LATEST_VERSION b/update/LATEST_VERSION index 9b91c80fb..f9a9a6022 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.10.07 \ No newline at end of file +2013.10.09 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 71ecce4a2..4c3615479 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-10-07T14:36:57.675968 + 2013-10-09T23:53:16.476659 youtube-dl-2012.02.22 @@ -1504,6 +1504,21 @@ 2013-10-07 + + youtube-dl-2013.10.09 + New version 2013.10.09 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.10.09/ +
    +
    + + The youtube-dl maintainers + + 2013-10-09 +
    + youtube-dl-2013.11.09 New version 2013.11.09 diff --git a/update/versions.json b/update/versions.json index 22f8fb85b..4582ebd88 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.10.07", - "signature": "94e3807b39a73ccd302dad41cc0199b309b2f070035fe11c86b8888a7e3d1a21e54a0bfe7110e96f0240fa8238220840328ed7d5d5b7564b433bb22b88f0958864b64d47a737ed97b8626e4112cde7bec0c978c0d32b328f42df474f5ed3cde8cbb063700734da3b1798c1121f4428420c773e7f8584106aee33512ef5f1130b", + "latest": "2013.10.09", + "signature": "428c95711684970d80fb9bbc4a7d3c72499ee793c294c6cea62c0cea4cee4b919432619ecec82a10cf6c2085da2d9e37f9015c0a584bb3af1ac060f10ee190f2df93168cfe7ed92a5ec6779c8b7c19ef3c8f1966cc84a080923822488b643241ad49f16bd744ecd7f9c2fdbd617ad9259ad879e786df23b778a510c94dbcb821", "versions": { "2012.02.22": { "bin": [ @@ -1408,6 +1408,20 @@ "ee003e0008cfb414a794d5a113ac6dd0caf04428ae3423e35fa83b9130f63d85" ] }, + "2013.10.09": { + "bin": [ + "https://yt-dl.org/downloads/2013.10.09/youtube-dl", + "ed7a0f371cf8806a54adab39f133922b944f8d08238f5c8c084e1aaa445b2381" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.10.09/youtube-dl.exe", + "3371d72e4c25a24b84d60c169e8f393fbcdb7a419b58282cd74f5b4b92150833" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.10.09/youtube-dl-2013.10.09.tar.gz", + "7f08ebb841530cccc4550d0468f8a5e53a83c5e95464c74b42032668b85a44a6" + ] + }, "2013.11.09": { "bin": [ "https://yt-dl.org/downloads/2013.11.09/youtube-dl", From 3014883d8723c1a33bc5527eb6022f720e50d08d Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 15 Oct 2013 12:29:40 +0200 Subject: [PATCH 043/129] release 2013.10.15 --- download.html | 18 +++++++++--------- supportedsites.html | 15 ++++++++++++++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 56 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index e256a46ec..3d481a67f 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.10.09 (sig)

    +

    2013.10.15 (sig)

      -
    • MD5: ad65e84373fa8853c9f81820c6736cfe
    • -
    • SHA1: cac44e56ee3e75c3db9007444c85d622ffb37f05
    • -
    • SHA256: ed7a0f371cf8806a54adab39f133922b944f8d08238f5c8c084e1aaa445b2381
    • +
    • MD5: c90c6e1aa5140e23b82e7aef8f3025e4
    • +
    • SHA1: c1c8d9925f1614fd26b82b5965b545ab533814d7
    • +
    • SHA256: f1303676bfda8aa4ee622036c145baf43338783c8730ce3b4ec8c45dfb128487

    - Windows exe (sig - 3371d72e4c25a24b84d60c169e8f393fbcdb7a419b58282cd74f5b4b92150833)
    - Full source + docs + binary tarball (sig - 7f08ebb841530cccc4550d0468f8a5e53a83c5e95464c74b42032668b85a44a6) + Windows exe (sig - 867ecf9d933fbe2b14287d1cf8e6027e0c43efce89fcb4b4821bbcda2eb2df9b)
    + Full source + docs + binary tarball (sig - f09a629f2d16f591413e9c1bcf62de3188792b638ae8bec005a0fa002404d717)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.10.09/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.10.15/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.10.09/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.10.15/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.10.09/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.10.15/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 04941f2f8..76edbc54f 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -24,6 +24,9 @@
  • archive.org: archive.org videos
  • ARD
  • arte.tv
  • +
  • arte.tv:+7
  • +
  • arte.tv:creative
  • +
  • arte.tv:future
  • AUEngine
  • Bandcamp
  • blip.tv
  • @@ -33,6 +36,7 @@
  • Brightcove
  • canalc2.tv
  • canalplus.fr
  • +
  • Cinemassacre
  • CNN
  • CollegeHumor
  • ComedyCentral: The Daily Show / Colbert Report
  • @@ -51,6 +55,7 @@
  • Escapist
  • exfm: ex.fm
  • facebook
  • +
  • faz.net
  • fernsehkritik.tv
  • fernsehkritik.tv:postecke
  • Flickr
  • @@ -70,6 +75,7 @@
  • Ina
  • InfoQ
  • Instagram
  • +
  • InternetVideoArchive
  • JeuxVideo
  • Jukebox
  • justin.tv
  • @@ -89,6 +95,9 @@
  • NBA
  • NBCNews
  • Newgrounds
  • +
  • nhl.com
  • +
  • nhl.com:videocenter: Download the first 12 videos from a videocenter category
  • +
  • NowVideo
  • Ooyala
  • ORF
  • PBS
  • @@ -99,6 +108,7 @@
  • RBMARadio
  • RedTube
  • RingTV
  • +
  • RottenTomatoes
  • Roxwel
  • RTLnow
  • screen.yahoo:search: Yahoo screen search
  • @@ -114,6 +124,7 @@
  • stanfordoc: Stanford Open ClassRoom
  • Statigram
  • Steam
  • +
  • SztvHu
  • Teamcoco
  • techtv.mit.edu
  • TED
  • @@ -135,11 +146,14 @@
  • Viddler
  • video.google:search: Google Video search
  • video.mit.edu
  • +
  • VideoDetective
  • videofy.me
  • +
  • VideoPremium
  • vimeo
  • vimeo:channel
  • Vine
  • wat.tv
  • +
  • websurg.com
  • Weibo
  • Wimp
  • WorldStarHipHop
  • @@ -158,7 +172,6 @@
  • youtube:search: YouTube.com searches
  • youtube:show: YouTube.com (multi-season) shows
  • youtube:subscriptions: YouTube.com subscriptions feed, "ytsubs" keyword(requires authentication)
  • -
  • youtube:truncated_url: False
  • youtube:user: YouTube.com user videos (URL or "ytuser" keyword)
  • youtube:watch_later: Youtube watch later list, "ytwatchlater" keyword (requires authentication)
  • ZDF
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index f9a9a6022..4d1257a3a 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.10.09 \ No newline at end of file +2013.10.15 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 4c3615479..0942e425d 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-10-09T23:53:16.476659 + 2013-10-15T12:29:30.536476 youtube-dl-2012.02.22 @@ -1519,6 +1519,21 @@ 2013-10-09 + + youtube-dl-2013.10.15 + New version 2013.10.15 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.10.15/ +
    +
    + + The youtube-dl maintainers + + 2013-10-15 +
    + youtube-dl-2013.11.09 New version 2013.11.09 diff --git a/update/versions.json b/update/versions.json index 4582ebd88..7aa2d41f9 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.10.09", - "signature": "428c95711684970d80fb9bbc4a7d3c72499ee793c294c6cea62c0cea4cee4b919432619ecec82a10cf6c2085da2d9e37f9015c0a584bb3af1ac060f10ee190f2df93168cfe7ed92a5ec6779c8b7c19ef3c8f1966cc84a080923822488b643241ad49f16bd744ecd7f9c2fdbd617ad9259ad879e786df23b778a510c94dbcb821", + "latest": "2013.10.15", + "signature": "66e17f84d89cbe0cd53f0192b517ed2514f809508b132844447a2395183e34c3b93f9d6877dc08d37f56c52b2f52c97dc2cdc194b73406088c55f337c978318127cc039c3cc7b12b57419e0d646e01a1d395f4385e866c16e6ad24b911c760fcacb45330aff628f77ad0119e4dc7909e1a29f2f19785042ef25c49e129672ef9", "versions": { "2012.02.22": { "bin": [ @@ -1422,6 +1422,20 @@ "7f08ebb841530cccc4550d0468f8a5e53a83c5e95464c74b42032668b85a44a6" ] }, + "2013.10.15": { + "bin": [ + "https://yt-dl.org/downloads/2013.10.15/youtube-dl", + "f1303676bfda8aa4ee622036c145baf43338783c8730ce3b4ec8c45dfb128487" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.10.15/youtube-dl.exe", + "867ecf9d933fbe2b14287d1cf8e6027e0c43efce89fcb4b4821bbcda2eb2df9b" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.10.15/youtube-dl-2013.10.15.tar.gz", + "f09a629f2d16f591413e9c1bcf62de3188792b638ae8bec005a0fa002404d717" + ] + }, "2013.11.09": { "bin": [ "https://yt-dl.org/downloads/2013.11.09/youtube-dl", From e703403b01dfa5739f9e29a07551517c5a5fced2 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 17 Oct 2013 02:23:59 +0200 Subject: [PATCH 044/129] release 2013.10.17 --- download.html | 18 +++++++++--------- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 3d481a67f..84a20226f 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.10.15 (sig)

    +

    2013.10.17 (sig)

      -
    • MD5: c90c6e1aa5140e23b82e7aef8f3025e4
    • -
    • SHA1: c1c8d9925f1614fd26b82b5965b545ab533814d7
    • -
    • SHA256: f1303676bfda8aa4ee622036c145baf43338783c8730ce3b4ec8c45dfb128487
    • +
    • MD5: 420ac44d32a666016de5408a41acc20e
    • +
    • SHA1: 016a545bebdd9b25f8fac028e353975bb2e30f11
    • +
    • SHA256: 93fb6b232b55ff82256e3d31e49fc572633cd7ee6ad14f232c10498ec44bcb1b

    - Windows exe (sig - 867ecf9d933fbe2b14287d1cf8e6027e0c43efce89fcb4b4821bbcda2eb2df9b)
    - Full source + docs + binary tarball (sig - f09a629f2d16f591413e9c1bcf62de3188792b638ae8bec005a0fa002404d717) + Windows exe (sig - f6698ddfa1578399fe7730fce0511884b0ffee10f68ed6d7faa3e0b78babab99)
    + Full source + docs + binary tarball (sig - 789aa2d66379a9dd2f541b4c210348e83d0b6eea61925564b064f98105087927)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.10.15/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.10.17/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.10.15/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.10.17/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.10.15/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.10.17/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 76edbc54f..08bfdf02c 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -111,6 +111,7 @@
  • RottenTomatoes
  • Roxwel
  • RTLnow
  • +
  • Rutube
  • screen.yahoo:search: Yahoo screen search
  • Sina
  • Slashdot
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 4d1257a3a..adf611564 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.10.15 \ No newline at end of file +2013.10.17 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 0942e425d..61c16f815 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-10-15T12:29:30.536476 + 2013-10-17T02:23:58.263055 youtube-dl-2012.02.22 @@ -1534,6 +1534,21 @@ 2013-10-15 + + youtube-dl-2013.10.17 + New version 2013.10.17 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.10.17/ +
    +
    + + The youtube-dl maintainers + + 2013-10-17 +
    + youtube-dl-2013.11.09 New version 2013.11.09 diff --git a/update/versions.json b/update/versions.json index 7aa2d41f9..3bbfac3b9 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.10.15", - "signature": "66e17f84d89cbe0cd53f0192b517ed2514f809508b132844447a2395183e34c3b93f9d6877dc08d37f56c52b2f52c97dc2cdc194b73406088c55f337c978318127cc039c3cc7b12b57419e0d646e01a1d395f4385e866c16e6ad24b911c760fcacb45330aff628f77ad0119e4dc7909e1a29f2f19785042ef25c49e129672ef9", + "latest": "2013.10.17", + "signature": "4c2c087de1f27c4433739a1ec771471363e4b133d2821fa179960d50c89c08e8378803ea0848ae7a8ba22a1d1a974e392fdccfdc3b16b230c9d78f225fff99032b974cb8fbe9fdb9f146e92da79faebff502336ef7fe5263b2369b0af3c571daeed38d59acfbdd2484350ea262df0f84d82a61aad48bf34031143bbfb2e7fb4e", "versions": { "2012.02.22": { "bin": [ @@ -1436,6 +1436,20 @@ "f09a629f2d16f591413e9c1bcf62de3188792b638ae8bec005a0fa002404d717" ] }, + "2013.10.17": { + "bin": [ + "https://yt-dl.org/downloads/2013.10.17/youtube-dl", + "93fb6b232b55ff82256e3d31e49fc572633cd7ee6ad14f232c10498ec44bcb1b" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.10.17/youtube-dl.exe", + "f6698ddfa1578399fe7730fce0511884b0ffee10f68ed6d7faa3e0b78babab99" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.10.17/youtube-dl-2013.10.17.tar.gz", + "789aa2d66379a9dd2f541b4c210348e83d0b6eea61925564b064f98105087927" + ] + }, "2013.11.09": { "bin": [ "https://yt-dl.org/downloads/2013.11.09/youtube-dl", From 275fe0b84a7346445e3faf271af572f059d48fa5 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 18 Oct 2013 11:20:38 +0200 Subject: [PATCH 045/129] release 2013.10.18 --- download.html | 18 +++++++++--------- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 84a20226f..c5d16f506 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.10.17 (sig)

    +

    2013.10.18 (sig)

      -
    • MD5: 420ac44d32a666016de5408a41acc20e
    • -
    • SHA1: 016a545bebdd9b25f8fac028e353975bb2e30f11
    • -
    • SHA256: 93fb6b232b55ff82256e3d31e49fc572633cd7ee6ad14f232c10498ec44bcb1b
    • +
    • MD5: 61a44e82bb148e3a8641184c7d72a1e9
    • +
    • SHA1: e11a7d04f8f8636a4bf0bdef9384a8fe625324bf
    • +
    • SHA256: e481f19a36be4accbb75c6be4b5e26df038e9b998fdfdd9affe8babced07a06c

    - Windows exe (sig - f6698ddfa1578399fe7730fce0511884b0ffee10f68ed6d7faa3e0b78babab99)
    - Full source + docs + binary tarball (sig - 789aa2d66379a9dd2f541b4c210348e83d0b6eea61925564b064f98105087927) + Windows exe (sig - 7fd5d798a52c83155fb657a6d941aec1b8f496b25aff58d147e141f389df4fa3)
    + Full source + docs + binary tarball (sig - 06e86e0a7633c5cfe9c5792b36f43a9acd2fd3070d74468a8a2f1385f7db987d)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.10.17/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.10.18/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.10.17/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.10.18/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.10.17/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.10.18/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 08bfdf02c..491f79926 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -127,6 +127,7 @@
  • Steam
  • SztvHu
  • Teamcoco
  • +
  • TechTalks
  • techtv.mit.edu
  • TED
  • TF1
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index adf611564..edabc566d 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.10.17 \ No newline at end of file +2013.10.18 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 61c16f815..9f25f90ba 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-10-17T02:23:58.263055 + 2013-10-18T11:20:37.294898 youtube-dl-2012.02.22 @@ -1549,6 +1549,21 @@ 2013-10-17 + + youtube-dl-2013.10.18 + New version 2013.10.18 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.10.18/ +
    +
    + + The youtube-dl maintainers + + 2013-10-18 +
    + youtube-dl-2013.11.09 New version 2013.11.09 diff --git a/update/versions.json b/update/versions.json index 3bbfac3b9..1598b9fab 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.10.17", - "signature": "4c2c087de1f27c4433739a1ec771471363e4b133d2821fa179960d50c89c08e8378803ea0848ae7a8ba22a1d1a974e392fdccfdc3b16b230c9d78f225fff99032b974cb8fbe9fdb9f146e92da79faebff502336ef7fe5263b2369b0af3c571daeed38d59acfbdd2484350ea262df0f84d82a61aad48bf34031143bbfb2e7fb4e", + "latest": "2013.10.18", + "signature": "22d88299dcb82934bf3771f66074764591308531fbc77c62d39537de1460ccb9659e5df3c3d7685741ae8a88832b9cbaba6018004806e6d62bc16e4e53963bf97a9b182f5b2b3a167b7da55669da9f1f94ac26bf9ded8f6264b0ac209edb47887dcb3b880ddc959e74b118151898ad428c16e962582f5d250d883e5277eb82bc", "versions": { "2012.02.22": { "bin": [ @@ -1450,6 +1450,20 @@ "789aa2d66379a9dd2f541b4c210348e83d0b6eea61925564b064f98105087927" ] }, + "2013.10.18": { + "bin": [ + "https://yt-dl.org/downloads/2013.10.18/youtube-dl", + "e481f19a36be4accbb75c6be4b5e26df038e9b998fdfdd9affe8babced07a06c" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.10.18/youtube-dl.exe", + "7fd5d798a52c83155fb657a6d941aec1b8f496b25aff58d147e141f389df4fa3" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.10.18/youtube-dl-2013.10.18.tar.gz", + "06e86e0a7633c5cfe9c5792b36f43a9acd2fd3070d74468a8a2f1385f7db987d" + ] + }, "2013.11.09": { "bin": [ "https://yt-dl.org/downloads/2013.11.09/youtube-dl", From 4478038b58523781a5ea2f12e87cddd67a71a61d Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 18 Oct 2013 11:47:32 +0200 Subject: [PATCH 046/129] release 2013.10.18.1 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index c5d16f506..1798fff59 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.10.18 (sig)

    +

    2013.10.18.1 (sig)

      -
    • MD5: 61a44e82bb148e3a8641184c7d72a1e9
    • -
    • SHA1: e11a7d04f8f8636a4bf0bdef9384a8fe625324bf
    • -
    • SHA256: e481f19a36be4accbb75c6be4b5e26df038e9b998fdfdd9affe8babced07a06c
    • +
    • MD5: 8e77d1634d6222c9d34415666b0c5070
    • +
    • SHA1: 39a63c25bd68db6632f8080d449523d9cff3188b
    • +
    • SHA256: 4095496ea706720f756d943f3ea2d9a1df32b4b23df6241954c1633018f62dba

    - Windows exe (sig - 7fd5d798a52c83155fb657a6d941aec1b8f496b25aff58d147e141f389df4fa3)
    - Full source + docs + binary tarball (sig - 06e86e0a7633c5cfe9c5792b36f43a9acd2fd3070d74468a8a2f1385f7db987d) + Windows exe (sig - 6d1d0a656f76d5f0ccb3cb537f88e17998f08387d1ddc618a80dc4d5ab12a802)
    + Full source + docs + binary tarball (sig - bc025bda569b0f98caf9b411fb63406787014983a35f771409d3f0020dc7a960)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.10.18/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.10.18.1/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.10.18/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.10.18.1/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.10.18/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.10.18.1/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/update/LATEST_VERSION b/update/LATEST_VERSION index edabc566d..c495c83c8 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.10.18 \ No newline at end of file +2013.10.18.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 9f25f90ba..6f01ed273 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-10-18T11:20:37.294898 + 2013-10-18T11:47:31.478995 youtube-dl-2012.02.22 @@ -1564,6 +1564,21 @@ 2013-10-18 + + youtube-dl-2013.10.18.1 + New version 2013.10.18.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.10.18.1/ +
    +
    + + The youtube-dl maintainers + + 2013-10-18-1 +
    + youtube-dl-2013.11.09 New version 2013.11.09 diff --git a/update/versions.json b/update/versions.json index 1598b9fab..b993ba55e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.10.18", - "signature": "22d88299dcb82934bf3771f66074764591308531fbc77c62d39537de1460ccb9659e5df3c3d7685741ae8a88832b9cbaba6018004806e6d62bc16e4e53963bf97a9b182f5b2b3a167b7da55669da9f1f94ac26bf9ded8f6264b0ac209edb47887dcb3b880ddc959e74b118151898ad428c16e962582f5d250d883e5277eb82bc", + "latest": "2013.10.18.1", + "signature": "1c4913362602145cafc779b7dce7ed76f2da9be239240447d0381650cec3e3eb7f36773efdcd02c89a719630bc4f04e3f5cb815d754f7eeb3ed4ef28bc2fd367d499674d3976db73f518afbdb91a9535f2a7844623d1b064aaff15099dda92249d6dde1255b156cfc6e32fe04ce16cfd229a9beb20c74061e8437fcf1aaea14c", "versions": { "2012.02.22": { "bin": [ @@ -1464,6 +1464,20 @@ "06e86e0a7633c5cfe9c5792b36f43a9acd2fd3070d74468a8a2f1385f7db987d" ] }, + "2013.10.18.1": { + "bin": [ + "https://yt-dl.org/downloads/2013.10.18.1/youtube-dl", + "4095496ea706720f756d943f3ea2d9a1df32b4b23df6241954c1633018f62dba" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.10.18.1/youtube-dl.exe", + "6d1d0a656f76d5f0ccb3cb537f88e17998f08387d1ddc618a80dc4d5ab12a802" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.10.18.1/youtube-dl-2013.10.18.1.tar.gz", + "bc025bda569b0f98caf9b411fb63406787014983a35f771409d3f0020dc7a960" + ] + }, "2013.11.09": { "bin": [ "https://yt-dl.org/downloads/2013.11.09/youtube-dl", From e5adce03ae5f7cba4463ef4a9fc53eb3bf748ca3 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 18 Oct 2013 23:25:05 +0200 Subject: [PATCH 047/129] release 2013.10.18.2 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 1798fff59..e703a9b69 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.10.18.1 (sig)

    +

    2013.10.18.2 (sig)

      -
    • MD5: 8e77d1634d6222c9d34415666b0c5070
    • -
    • SHA1: 39a63c25bd68db6632f8080d449523d9cff3188b
    • -
    • SHA256: 4095496ea706720f756d943f3ea2d9a1df32b4b23df6241954c1633018f62dba
    • +
    • MD5: 2ebb8ecb12dd78e98c51f4aeca947e7c
    • +
    • SHA1: bd860ecec11911e0fd085e15e0cd809246f4d156
    • +
    • SHA256: 5a99b98b90c5fe63fce74c8dbce477a1a810574b8133d333920ecde7549284b7

    - Windows exe (sig - 6d1d0a656f76d5f0ccb3cb537f88e17998f08387d1ddc618a80dc4d5ab12a802)
    - Full source + docs + binary tarball (sig - bc025bda569b0f98caf9b411fb63406787014983a35f771409d3f0020dc7a960) + Windows exe (sig - 32481126a7227d1e278d1a1c826d833614a2cfbef5b82b07e41351ee0673fc0c)
    + Full source + docs + binary tarball (sig - 3577bd3dcf50c2220c6d1e30b8fe20ec0d535b96be8c24ce61a18ad923a91524)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.10.18.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.10.18.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.10.18.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.10.18.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.10.18.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.10.18.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/update/LATEST_VERSION b/update/LATEST_VERSION index c495c83c8..3ad4f19bd 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.10.18.1 \ No newline at end of file +2013.10.18.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 6f01ed273..90dd66014 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-10-18T11:47:31.478995 + 2013-10-18T23:25:04.192373 youtube-dl-2012.02.22 @@ -1579,6 +1579,21 @@ 2013-10-18-1 + + youtube-dl-2013.10.18.2 + New version 2013.10.18.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.10.18.2/ +
    +
    + + The youtube-dl maintainers + + 2013-10-18-2 +
    + youtube-dl-2013.11.09 New version 2013.11.09 diff --git a/update/versions.json b/update/versions.json index b993ba55e..ebbc23249 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.10.18.1", - "signature": "1c4913362602145cafc779b7dce7ed76f2da9be239240447d0381650cec3e3eb7f36773efdcd02c89a719630bc4f04e3f5cb815d754f7eeb3ed4ef28bc2fd367d499674d3976db73f518afbdb91a9535f2a7844623d1b064aaff15099dda92249d6dde1255b156cfc6e32fe04ce16cfd229a9beb20c74061e8437fcf1aaea14c", + "latest": "2013.10.18.2", + "signature": "534a6bfd423ada587228f16364d9fb9d850c140e8bfb3d04e506bd46912f001a3911e0857fca73eecdfb2c3e0f98b6f36e1d79da6fe52d45140b72582cd04e10908ce0d778c685ebcc2a6a9e416ef9227d92921fc0282e62cf10c6b1d7d58e3fd0a9bb7f96a9b987378a3ac715f7aad30c4514ade673bad71aa75055de1ca24b", "versions": { "2012.02.22": { "bin": [ @@ -1478,6 +1478,20 @@ "bc025bda569b0f98caf9b411fb63406787014983a35f771409d3f0020dc7a960" ] }, + "2013.10.18.2": { + "bin": [ + "https://yt-dl.org/downloads/2013.10.18.2/youtube-dl", + "5a99b98b90c5fe63fce74c8dbce477a1a810574b8133d333920ecde7549284b7" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.10.18.2/youtube-dl.exe", + "32481126a7227d1e278d1a1c826d833614a2cfbef5b82b07e41351ee0673fc0c" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.10.18.2/youtube-dl-2013.10.18.2.tar.gz", + "3577bd3dcf50c2220c6d1e30b8fe20ec0d535b96be8c24ce61a18ad923a91524" + ] + }, "2013.11.09": { "bin": [ "https://yt-dl.org/downloads/2013.11.09/youtube-dl", From 1b3b408cc4a9c379e1308e2ac8dc3dfb1d58b2e7 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 22 Oct 2013 23:01:36 +0200 Subject: [PATCH 048/129] release 2013.10.22 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index e703a9b69..50d8828b3 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.10.18.2 (sig)

    +

    2013.10.22 (sig)

      -
    • MD5: 2ebb8ecb12dd78e98c51f4aeca947e7c
    • -
    • SHA1: bd860ecec11911e0fd085e15e0cd809246f4d156
    • -
    • SHA256: 5a99b98b90c5fe63fce74c8dbce477a1a810574b8133d333920ecde7549284b7
    • +
    • MD5: 77194eb9ed8d397333c954748b99d309
    • +
    • SHA1: 1171910ae276a9e25f96890910a0172406e17e7f
    • +
    • SHA256: 4657b8c028c0d8411d9e00fc313e33d899177bbd374e45b06cf9f77e48da1a94

    - Windows exe (sig - 32481126a7227d1e278d1a1c826d833614a2cfbef5b82b07e41351ee0673fc0c)
    - Full source + docs + binary tarball (sig - 3577bd3dcf50c2220c6d1e30b8fe20ec0d535b96be8c24ce61a18ad923a91524) + Windows exe (sig - 14cd52feb41198d458236147511f1cf8f68a9f57f9b32af8699e656c0a7b51c1)
    + Full source + docs + binary tarball (sig - 390ee0d2cc389cdd3280c15c9df243a0146cac92df049507a262e300bc40606a)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.10.18.2/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.10.22/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.10.18.2/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.10.22/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.10.18.2/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.10.22/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/update/LATEST_VERSION b/update/LATEST_VERSION index 3ad4f19bd..67bde5a88 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.10.18.2 \ No newline at end of file +2013.10.22 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 90dd66014..37490cdb9 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-10-18T23:25:04.192373 + 2013-10-22T23:01:31.935456 youtube-dl-2012.02.22 @@ -1594,6 +1594,21 @@ 2013-10-18-2 + + youtube-dl-2013.10.22 + New version 2013.10.22 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.10.22/ +
    +
    + + The youtube-dl maintainers + + 2013-10-22 +
    + youtube-dl-2013.11.09 New version 2013.11.09 diff --git a/update/versions.json b/update/versions.json index ebbc23249..329aa02de 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.10.18.2", - "signature": "534a6bfd423ada587228f16364d9fb9d850c140e8bfb3d04e506bd46912f001a3911e0857fca73eecdfb2c3e0f98b6f36e1d79da6fe52d45140b72582cd04e10908ce0d778c685ebcc2a6a9e416ef9227d92921fc0282e62cf10c6b1d7d58e3fd0a9bb7f96a9b987378a3ac715f7aad30c4514ade673bad71aa75055de1ca24b", + "latest": "2013.10.22", + "signature": "36a1dcca367aee01225bfa79e49b6e8cb2b4d5258ffc63a7f238b0def5d85a6afa07bc269bb5a404be1299e7332b34b7fe58c1488463cb789dcd099e35d1e0d360337dcaa983893b5f1cae392d3e4c303a9a26500eeabf6de5e53bb71349553007d1f1bba515dce333a3c272098a9982bae96ce62002657dbfdd9891c5805847", "versions": { "2012.02.22": { "bin": [ @@ -1492,6 +1492,20 @@ "3577bd3dcf50c2220c6d1e30b8fe20ec0d535b96be8c24ce61a18ad923a91524" ] }, + "2013.10.22": { + "bin": [ + "https://yt-dl.org/downloads/2013.10.22/youtube-dl", + "4657b8c028c0d8411d9e00fc313e33d899177bbd374e45b06cf9f77e48da1a94" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.10.22/youtube-dl.exe", + "14cd52feb41198d458236147511f1cf8f68a9f57f9b32af8699e656c0a7b51c1" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.10.22/youtube-dl-2013.10.22.tar.gz", + "390ee0d2cc389cdd3280c15c9df243a0146cac92df049507a262e300bc40606a" + ] + }, "2013.11.09": { "bin": [ "https://yt-dl.org/downloads/2013.11.09/youtube-dl", From c7b6aa8db169a745629203b3c3a24f4d35937125 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 23 Oct 2013 00:10:29 +0200 Subject: [PATCH 049/129] release 2013.10.23 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 50d8828b3..a7b657d04 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.10.22 (sig)

    +

    2013.10.23 (sig)

      -
    • MD5: 77194eb9ed8d397333c954748b99d309
    • -
    • SHA1: 1171910ae276a9e25f96890910a0172406e17e7f
    • -
    • SHA256: 4657b8c028c0d8411d9e00fc313e33d899177bbd374e45b06cf9f77e48da1a94
    • +
    • MD5: 41ec4d14ea41ee02a57fcfaff1c0c7f1
    • +
    • SHA1: 1e2f7e98bd2b2b94cc3fb0687adaf5519e979b15
    • +
    • SHA256: 3f8b1b241db6a9f430f614354ca4ef3f7783479cbce3120c2ee3273ea84f9d4d

    - Windows exe (sig - 14cd52feb41198d458236147511f1cf8f68a9f57f9b32af8699e656c0a7b51c1)
    - Full source + docs + binary tarball (sig - 390ee0d2cc389cdd3280c15c9df243a0146cac92df049507a262e300bc40606a) + Windows exe (sig - 795c47a2cd63dba07d2700456615dd69b11160f6572a22fe0ecb2fca2202aaec)
    + Full source + docs + binary tarball (sig - 223c56760e7123e761fb3f9ae0e365b3fac18d5d5c2426752aab648f7e739f61)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.10.22/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.10.23/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.10.22/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.10.23/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.10.22/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.10.23/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/update/LATEST_VERSION b/update/LATEST_VERSION index 67bde5a88..92d25b176 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.10.22 \ No newline at end of file +2013.10.23 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 37490cdb9..21da3384f 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-10-22T23:01:31.935456 + 2013-10-23T00:10:28.230260 youtube-dl-2012.02.22 @@ -1609,6 +1609,21 @@ 2013-10-22 + + youtube-dl-2013.10.23 + New version 2013.10.23 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.10.23/ +
    +
    + + The youtube-dl maintainers + + 2013-10-23 +
    + youtube-dl-2013.11.09 New version 2013.11.09 diff --git a/update/versions.json b/update/versions.json index 329aa02de..88c1771df 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.10.22", - "signature": "36a1dcca367aee01225bfa79e49b6e8cb2b4d5258ffc63a7f238b0def5d85a6afa07bc269bb5a404be1299e7332b34b7fe58c1488463cb789dcd099e35d1e0d360337dcaa983893b5f1cae392d3e4c303a9a26500eeabf6de5e53bb71349553007d1f1bba515dce333a3c272098a9982bae96ce62002657dbfdd9891c5805847", + "latest": "2013.10.23", + "signature": "795f08cfd4b37c93c9b7a91d960c541368f36ec69d32c1dbfe3ed7be05ddfc1136404340d889014d031b60bfdc26d1856ae3733d82fe6466fa23db04bfd7025251cbb27502c64ba9d8602d9711f7f4e74aadf7f4014bd0fbd786ef766771bc0c5ee83024cd705bedd4c740a4e45309419d1326b89d1c4103d88a99649dfe2886", "versions": { "2012.02.22": { "bin": [ @@ -1506,6 +1506,20 @@ "390ee0d2cc389cdd3280c15c9df243a0146cac92df049507a262e300bc40606a" ] }, + "2013.10.23": { + "bin": [ + "https://yt-dl.org/downloads/2013.10.23/youtube-dl", + "3f8b1b241db6a9f430f614354ca4ef3f7783479cbce3120c2ee3273ea84f9d4d" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.10.23/youtube-dl.exe", + "795c47a2cd63dba07d2700456615dd69b11160f6572a22fe0ecb2fca2202aaec" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.10.23/youtube-dl-2013.10.23.tar.gz", + "223c56760e7123e761fb3f9ae0e365b3fac18d5d5c2426752aab648f7e739f61" + ] + }, "2013.11.09": { "bin": [ "https://yt-dl.org/downloads/2013.11.09/youtube-dl", From 46fb9e95a044122ccaabc00746431b63543d9206 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 23 Oct 2013 15:13:57 +0200 Subject: [PATCH 050/129] release 2013.10.23.1 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index a7b657d04..ac8979ddd 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.10.23 (sig)

    +

    2013.10.23.1 (sig)

      -
    • MD5: 41ec4d14ea41ee02a57fcfaff1c0c7f1
    • -
    • SHA1: 1e2f7e98bd2b2b94cc3fb0687adaf5519e979b15
    • -
    • SHA256: 3f8b1b241db6a9f430f614354ca4ef3f7783479cbce3120c2ee3273ea84f9d4d
    • +
    • MD5: f433f26177d8497fbf0526327c1b5b9d
    • +
    • SHA1: fcb7518321bd548a2b5fdae8482bce343ec2cf13
    • +
    • SHA256: 6c88c77b1cd94048369740d3281562232958e520effa5db80950aef6efed8f56

    - Windows exe (sig - 795c47a2cd63dba07d2700456615dd69b11160f6572a22fe0ecb2fca2202aaec)
    - Full source + docs + binary tarball (sig - 223c56760e7123e761fb3f9ae0e365b3fac18d5d5c2426752aab648f7e739f61) + Windows exe (sig - 12b2f9910ac37b67ea3a020bc5acf3310ab80c0a357214fe903cb30dd3096096)
    + Full source + docs + binary tarball (sig - 5048757cc7e300312d7c58cca9a43d8c2fea3ac23092d93bebc55a47f9c13a56)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.10.23/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.10.23.1/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.10.23/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.10.23.1/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.10.23/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.10.23.1/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/update/LATEST_VERSION b/update/LATEST_VERSION index 92d25b176..f4b414d52 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.10.23 \ No newline at end of file +2013.10.23.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 21da3384f..608db847b 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-10-23T00:10:28.230260 + 2013-10-23T15:13:55.279329 youtube-dl-2012.02.22 @@ -1624,6 +1624,21 @@ 2013-10-23 + + youtube-dl-2013.10.23.1 + New version 2013.10.23.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.10.23.1/ +
    +
    + + The youtube-dl maintainers + + 2013-10-23-1 +
    + youtube-dl-2013.11.09 New version 2013.11.09 diff --git a/update/versions.json b/update/versions.json index 88c1771df..bb1f90819 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.10.23", - "signature": "795f08cfd4b37c93c9b7a91d960c541368f36ec69d32c1dbfe3ed7be05ddfc1136404340d889014d031b60bfdc26d1856ae3733d82fe6466fa23db04bfd7025251cbb27502c64ba9d8602d9711f7f4e74aadf7f4014bd0fbd786ef766771bc0c5ee83024cd705bedd4c740a4e45309419d1326b89d1c4103d88a99649dfe2886", + "latest": "2013.10.23.1", + "signature": "5794c06a8b20c194a673aca6d69fe9ce69c382efab9e9497dcd3a47aab8bf153409d3946b7869a3251d92347288adc2cd8602f6d0229d6b832af4a3d6574bc0ba49830477cef44e759d00c377bd996be16ef6f04e68b8a74d8c8fefcec8079485a4b158c012d1d8366e7d13e488e8b9c283f55f80b402f112a48b35ae74bff9b", "versions": { "2012.02.22": { "bin": [ @@ -1520,6 +1520,20 @@ "223c56760e7123e761fb3f9ae0e365b3fac18d5d5c2426752aab648f7e739f61" ] }, + "2013.10.23.1": { + "bin": [ + "https://yt-dl.org/downloads/2013.10.23.1/youtube-dl", + "6c88c77b1cd94048369740d3281562232958e520effa5db80950aef6efed8f56" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.10.23.1/youtube-dl.exe", + "12b2f9910ac37b67ea3a020bc5acf3310ab80c0a357214fe903cb30dd3096096" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.10.23.1/youtube-dl-2013.10.23.1.tar.gz", + "5048757cc7e300312d7c58cca9a43d8c2fea3ac23092d93bebc55a47f9c13a56" + ] + }, "2013.11.09": { "bin": [ "https://yt-dl.org/downloads/2013.11.09/youtube-dl", From 009dc7c5a53594c12d9efbeb8043277b5921bb2b Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 23 Oct 2013 18:43:11 +0200 Subject: [PATCH 051/129] release 2013.10.23.2 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index ac8979ddd..ca16400fd 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.10.23.1 (sig)

    +

    2013.10.23.2 (sig)

      -
    • MD5: f433f26177d8497fbf0526327c1b5b9d
    • -
    • SHA1: fcb7518321bd548a2b5fdae8482bce343ec2cf13
    • -
    • SHA256: 6c88c77b1cd94048369740d3281562232958e520effa5db80950aef6efed8f56
    • +
    • MD5: c3b5475ceedefad5f01a1e9f40e565cf
    • +
    • SHA1: 2e6753590f6f030acc5aa744ffd17631a1d15c53
    • +
    • SHA256: 69543298209a507b76e2812bfa8f0cc6f39959e39753115cf6dbb7bfc14896dd

    - Windows exe (sig - 12b2f9910ac37b67ea3a020bc5acf3310ab80c0a357214fe903cb30dd3096096)
    - Full source + docs + binary tarball (sig - 5048757cc7e300312d7c58cca9a43d8c2fea3ac23092d93bebc55a47f9c13a56) + Windows exe (sig - 02ccc5cd2f198243bc7e128089ca1194c0bfe901995f65bad1ab0900c7b8bd1f)
    + Full source + docs + binary tarball (sig - d3f4c9e0da165395856e690314caa5eef4382bd994dd46f041a520bf9747c35d)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.10.23.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.10.23.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.10.23.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.10.23.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.10.23.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.10.23.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/update/LATEST_VERSION b/update/LATEST_VERSION index f4b414d52..5326e4211 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.10.23.1 \ No newline at end of file +2013.10.23.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 608db847b..8399d0cfd 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-10-23T15:13:55.279329 + 2013-10-23T18:43:04.663949 youtube-dl-2012.02.22 @@ -1639,6 +1639,21 @@ 2013-10-23-1 + + youtube-dl-2013.10.23.2 + New version 2013.10.23.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.10.23.2/ +
    +
    + + The youtube-dl maintainers + + 2013-10-23-2 +
    + youtube-dl-2013.11.09 New version 2013.11.09 diff --git a/update/versions.json b/update/versions.json index bb1f90819..7ff264300 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.10.23.1", - "signature": "5794c06a8b20c194a673aca6d69fe9ce69c382efab9e9497dcd3a47aab8bf153409d3946b7869a3251d92347288adc2cd8602f6d0229d6b832af4a3d6574bc0ba49830477cef44e759d00c377bd996be16ef6f04e68b8a74d8c8fefcec8079485a4b158c012d1d8366e7d13e488e8b9c283f55f80b402f112a48b35ae74bff9b", + "latest": "2013.10.23.2", + "signature": "0a94f98a1871f37600b674046b113c0459cfbe80c9abcb8d838ce4749952ae8e613c17405baf790697e6485b12466230d3940c40017cfb7c8b5b583828cd6f3030e712ef8adc7ed5a3dc4ac5000f409c3210c42e7574100a505beb53db2e4db099d1691ddb809a6e1770c4354b44986466d6f77f0d011901d8f46325d8396c9b", "versions": { "2012.02.22": { "bin": [ @@ -1534,6 +1534,20 @@ "5048757cc7e300312d7c58cca9a43d8c2fea3ac23092d93bebc55a47f9c13a56" ] }, + "2013.10.23.2": { + "bin": [ + "https://yt-dl.org/downloads/2013.10.23.2/youtube-dl", + "69543298209a507b76e2812bfa8f0cc6f39959e39753115cf6dbb7bfc14896dd" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.10.23.2/youtube-dl.exe", + "02ccc5cd2f198243bc7e128089ca1194c0bfe901995f65bad1ab0900c7b8bd1f" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.10.23.2/youtube-dl-2013.10.23.2.tar.gz", + "d3f4c9e0da165395856e690314caa5eef4382bd994dd46f041a520bf9747c35d" + ] + }, "2013.11.09": { "bin": [ "https://yt-dl.org/downloads/2013.11.09/youtube-dl", From f41816778da131b164a39ea867633a3d74c2ef27 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 28 Oct 2013 11:39:32 +0100 Subject: [PATCH 052/129] release 2013.10.28 --- download.html | 18 +++++++++--------- supportedsites.html | 4 ++++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 46 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index ca16400fd..4f5245b66 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.10.23.2 (sig)

    +

    2013.10.28 (sig)

      -
    • MD5: c3b5475ceedefad5f01a1e9f40e565cf
    • -
    • SHA1: 2e6753590f6f030acc5aa744ffd17631a1d15c53
    • -
    • SHA256: 69543298209a507b76e2812bfa8f0cc6f39959e39753115cf6dbb7bfc14896dd
    • +
    • MD5: 6828e5db68bc178dc57327e463605034
    • +
    • SHA1: c88997499d01770c50f38dfbdd78a948c32d205e
    • +
    • SHA256: 14c22908c42f7bddb78405a16dd97bbf6829934edb91fc5fd98bfaee86ecdbe3

    - Windows exe (sig - 02ccc5cd2f198243bc7e128089ca1194c0bfe901995f65bad1ab0900c7b8bd1f)
    - Full source + docs + binary tarball (sig - d3f4c9e0da165395856e690314caa5eef4382bd994dd46f041a520bf9747c35d) + Windows exe (sig - 5da821e74080a1b1fca7da1266930cb3357f9d5d8274f761e571a7309fc0059f)
    + Full source + docs + binary tarball (sig - 30f6ff1bce244d478a173375e5b7b641f0798107b00a8d4a70b7a6e157286b65)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.10.23.2/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.10.28/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.10.23.2/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.10.28/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.10.23.2/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.10.28/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 491f79926..a3cca6378 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -81,6 +81,7 @@
  • justin.tv
  • Kankan
  • keek
  • +
  • KeezMovies
  • KickStarter
  • liveleak
  • Livestream
  • @@ -104,6 +105,7 @@
  • photobucket
  • plus.google: Google Plus
  • pluzz.francetv.fr
  • +
  • PornHub
  • Pornotube
  • RBMARadio
  • RedTube
  • @@ -121,6 +123,7 @@
  • soundcloud:set
  • soundcloud:user
  • southparkstudios.com
  • +
  • Spankwire
  • Spiegel
  • stanfordoc: Stanford Open ClassRoom
  • Statigram
  • @@ -134,6 +137,7 @@
  • ThisAV
  • TrailerAddict
  • Trilulilu
  • +
  • Tube8
  • Tudou
  • Tumblr
  • Tutv
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 5326e4211..7f1347269 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.10.23.2 \ No newline at end of file +2013.10.28 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 8399d0cfd..b20af38dc 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-10-23T18:43:04.663949 + 2013-10-28T11:39:27.268957 youtube-dl-2012.02.22 @@ -1654,6 +1654,21 @@ 2013-10-23-2 + + youtube-dl-2013.10.28 + New version 2013.10.28 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.10.28/ +
    +
    + + The youtube-dl maintainers + + 2013-10-28 +
    + youtube-dl-2013.11.09 New version 2013.11.09 diff --git a/update/versions.json b/update/versions.json index 7ff264300..7bcaa4ab8 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.10.23.2", - "signature": "0a94f98a1871f37600b674046b113c0459cfbe80c9abcb8d838ce4749952ae8e613c17405baf790697e6485b12466230d3940c40017cfb7c8b5b583828cd6f3030e712ef8adc7ed5a3dc4ac5000f409c3210c42e7574100a505beb53db2e4db099d1691ddb809a6e1770c4354b44986466d6f77f0d011901d8f46325d8396c9b", + "latest": "2013.10.28", + "signature": "1f0d8c374e037cfa3854d615a87f6ddfd3db51e1a3a6d3a96e328102a4014ce6f40e42542ab382086597b7b3f846625b8dc200745fc278ec57dda8092b9b88a1044476dea2636f3cebc02f73c25c4dc8a935a6b28870f8a13506832e917ee4862f996ead11d44d18e555934ae4f1e7effbcefc163d18d690b74b8a85c66fcabf", "versions": { "2012.02.22": { "bin": [ @@ -1548,6 +1548,20 @@ "d3f4c9e0da165395856e690314caa5eef4382bd994dd46f041a520bf9747c35d" ] }, + "2013.10.28": { + "bin": [ + "https://yt-dl.org/downloads/2013.10.28/youtube-dl", + "14c22908c42f7bddb78405a16dd97bbf6829934edb91fc5fd98bfaee86ecdbe3" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.10.28/youtube-dl.exe", + "5da821e74080a1b1fca7da1266930cb3357f9d5d8274f761e571a7309fc0059f" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.10.28/youtube-dl-2013.10.28.tar.gz", + "30f6ff1bce244d478a173375e5b7b641f0798107b00a8d4a70b7a6e157286b65" + ] + }, "2013.11.09": { "bin": [ "https://yt-dl.org/downloads/2013.11.09/youtube-dl", From e3e599a555cf0ee3f450e51ec7842d24fab0da4c Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 29 Oct 2013 06:50:46 +0100 Subject: [PATCH 053/129] release 2013.10.29 --- download.html | 18 +++++++++--------- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 4f5245b66..9652a7108 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.10.28 (sig)

    +

    2013.10.29 (sig)

      -
    • MD5: 6828e5db68bc178dc57327e463605034
    • -
    • SHA1: c88997499d01770c50f38dfbdd78a948c32d205e
    • -
    • SHA256: 14c22908c42f7bddb78405a16dd97bbf6829934edb91fc5fd98bfaee86ecdbe3
    • +
    • MD5: 8f72b9ca14531433fd76c05c3613519e
    • +
    • SHA1: b1a6fb1054a8247c9e1c725b64609453d244abc7
    • +
    • SHA256: 86f476d96efcfad5084a033fffdd7740f528165777b397e43b19cda6e083e19c

    - Windows exe (sig - 5da821e74080a1b1fca7da1266930cb3357f9d5d8274f761e571a7309fc0059f)
    - Full source + docs + binary tarball (sig - 30f6ff1bce244d478a173375e5b7b641f0798107b00a8d4a70b7a6e157286b65) + Windows exe (sig - 34569c4636952e3eb436f14ab10df7c9fba7a47532d467a4778402e68f82e170)
    + Full source + docs + binary tarball (sig - dfa7e4bc84c6a393019753f002f0e7e14ac04958395798d74dd151a50362c5e6)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.10.28/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.10.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.10.28/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.10.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.10.28/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.10.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 a3cca6378..cde6ea67b 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -90,6 +90,7 @@
  • mixcloud
  • MTV
  • muzu.tv
  • +
  • MySpace
  • MySpass
  • myvideo
  • Naver
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 7f1347269..10bab70ec 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.10.28 \ No newline at end of file +2013.10.29 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b20af38dc..dea87b68c 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-10-28T11:39:27.268957 + 2013-10-29T06:50:44.775619 youtube-dl-2012.02.22 @@ -1669,6 +1669,21 @@ 2013-10-28 + + youtube-dl-2013.10.29 + New version 2013.10.29 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.10.29/ +
    +
    + + The youtube-dl maintainers + + 2013-10-29 +
    + youtube-dl-2013.11.09 New version 2013.11.09 diff --git a/update/versions.json b/update/versions.json index 7bcaa4ab8..f9859c8fb 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.10.28", - "signature": "1f0d8c374e037cfa3854d615a87f6ddfd3db51e1a3a6d3a96e328102a4014ce6f40e42542ab382086597b7b3f846625b8dc200745fc278ec57dda8092b9b88a1044476dea2636f3cebc02f73c25c4dc8a935a6b28870f8a13506832e917ee4862f996ead11d44d18e555934ae4f1e7effbcefc163d18d690b74b8a85c66fcabf", + "latest": "2013.10.29", + "signature": "6d9755205d22c59513ed7087f25c013bf4c49eb1787ff09fa800a76971ffee559973d26a1dd57a3faa2a6a5caff773de4c42bf58b9f09d7b926afe26a3262b83b157bbab8984395e741133de7d115fb6c6dc6547385605f1c1238e96d06389b940a0da0548ea22d766183054219a3ebe06ef00ca533af6da5dfdd81958c2bbc9", "versions": { "2012.02.22": { "bin": [ @@ -1562,6 +1562,20 @@ "30f6ff1bce244d478a173375e5b7b641f0798107b00a8d4a70b7a6e157286b65" ] }, + "2013.10.29": { + "bin": [ + "https://yt-dl.org/downloads/2013.10.29/youtube-dl", + "86f476d96efcfad5084a033fffdd7740f528165777b397e43b19cda6e083e19c" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.10.29/youtube-dl.exe", + "34569c4636952e3eb436f14ab10df7c9fba7a47532d467a4778402e68f82e170" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.10.29/youtube-dl-2013.10.29.tar.gz", + "dfa7e4bc84c6a393019753f002f0e7e14ac04958395798d74dd151a50362c5e6" + ] + }, "2013.11.09": { "bin": [ "https://yt-dl.org/downloads/2013.11.09/youtube-dl", From e2d49a0b9376b1b9d148c4a156ced8dfa795a057 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 30 Oct 2013 01:18:58 +0100 Subject: [PATCH 054/129] release 2013.10.30 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 9652a7108..bbda5ad39 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.10.29 (sig)

    +

    2013.10.30 (sig)

      -
    • MD5: 8f72b9ca14531433fd76c05c3613519e
    • -
    • SHA1: b1a6fb1054a8247c9e1c725b64609453d244abc7
    • -
    • SHA256: 86f476d96efcfad5084a033fffdd7740f528165777b397e43b19cda6e083e19c
    • +
    • MD5: 335cc49e1c235c1e023e9e72f2ce660c
    • +
    • SHA1: b70240a454d8cccd8b8093244c822087399e7e3a
    • +
    • SHA256: fc8d2dd33a267b8a9ee751f2feab11888462fc2ccf3b5a8a0f15db62e8bb45fe

    - Windows exe (sig - 34569c4636952e3eb436f14ab10df7c9fba7a47532d467a4778402e68f82e170)
    - Full source + docs + binary tarball (sig - dfa7e4bc84c6a393019753f002f0e7e14ac04958395798d74dd151a50362c5e6) + Windows exe (sig - 9703ec1ddb2ad065e21076b188a5b576923937a03a06c1c125bfa6c9329b70f6)
    + Full source + docs + binary tarball (sig - 54dd4293975a69c46fadf2948de9226b79a0b524884ef23e96daab307dea792d)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.10.29/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.10.30/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.10.29/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.10.30/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.10.29/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.10.30/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/update/LATEST_VERSION b/update/LATEST_VERSION index 10bab70ec..6a31a1232 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.10.29 \ No newline at end of file +2013.10.30 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index dea87b68c..80e831eee 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-10-29T06:50:44.775619 + 2013-10-30T01:18:57.796654 youtube-dl-2012.02.22 @@ -1684,6 +1684,21 @@ 2013-10-29 + + youtube-dl-2013.10.30 + New version 2013.10.30 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.10.30/ +
    +
    + + The youtube-dl maintainers + + 2013-10-30 +
    + youtube-dl-2013.11.09 New version 2013.11.09 diff --git a/update/versions.json b/update/versions.json index f9859c8fb..3ea713537 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.10.29", - "signature": "6d9755205d22c59513ed7087f25c013bf4c49eb1787ff09fa800a76971ffee559973d26a1dd57a3faa2a6a5caff773de4c42bf58b9f09d7b926afe26a3262b83b157bbab8984395e741133de7d115fb6c6dc6547385605f1c1238e96d06389b940a0da0548ea22d766183054219a3ebe06ef00ca533af6da5dfdd81958c2bbc9", + "latest": "2013.10.30", + "signature": "040638ebebc956e0c85603674378bbcb38c9f3f104c08dc9e04f37bc1165454e166cb3307ddec0474672bbcb577767142e22ba7b41f95ba2a7459efc003845f9411c6a1563322983984718c2126c5f1c12be1ccd73495be80df2d308f116603972172e6e938b08067ad742978c198f482c3a0730174bb6541254c7a14f397561", "versions": { "2012.02.22": { "bin": [ @@ -1576,6 +1576,20 @@ "dfa7e4bc84c6a393019753f002f0e7e14ac04958395798d74dd151a50362c5e6" ] }, + "2013.10.30": { + "bin": [ + "https://yt-dl.org/downloads/2013.10.30/youtube-dl", + "fc8d2dd33a267b8a9ee751f2feab11888462fc2ccf3b5a8a0f15db62e8bb45fe" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.10.30/youtube-dl.exe", + "9703ec1ddb2ad065e21076b188a5b576923937a03a06c1c125bfa6c9329b70f6" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.10.30/youtube-dl-2013.10.30.tar.gz", + "54dd4293975a69c46fadf2948de9226b79a0b524884ef23e96daab307dea792d" + ] + }, "2013.11.09": { "bin": [ "https://yt-dl.org/downloads/2013.11.09/youtube-dl", From 0daef4a0e4d8d114acb152ea699e836ee7e1a8e4 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sat, 2 Nov 2013 11:23:54 +0100 Subject: [PATCH 055/129] release 2013.11.02 --- download.html | 18 +++++++++--------- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index bbda5ad39..1446adc8a 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.10.30 (sig)

    +

    2013.11.02 (sig)

      -
    • MD5: 335cc49e1c235c1e023e9e72f2ce660c
    • -
    • SHA1: b70240a454d8cccd8b8093244c822087399e7e3a
    • -
    • SHA256: fc8d2dd33a267b8a9ee751f2feab11888462fc2ccf3b5a8a0f15db62e8bb45fe
    • +
    • MD5: 2b36a1f8d474f9dd429d0fd9abbd65af
    • +
    • SHA1: 48e6f47c894942b70ac201adb62461dbb3ff5ce5
    • +
    • SHA256: c15492885484c3b8ff97593e4b802ede211d28259385b3d7b84092f79c35a93e

    - Windows exe (sig - 9703ec1ddb2ad065e21076b188a5b576923937a03a06c1c125bfa6c9329b70f6)
    - Full source + docs + binary tarball (sig - 54dd4293975a69c46fadf2948de9226b79a0b524884ef23e96daab307dea792d) + Windows exe (sig - 1f4bef20126eb5e1bc240ffe76e706d8f4ef43d342a34c33ae2cf2ed6d9ac756)
    + Full source + docs + binary tarball (sig - 60963c0d45873d41bc97c3c28fd4e23d1c637b4b1ef4d4f9d150a31e1a65c1b0)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.10.30/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.11.02/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.10.30/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.11.02/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.10.30/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.02/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 cde6ea67b..7aa67d9bc 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -159,6 +159,7 @@
  • vimeo
  • vimeo:channel
  • Vine
  • +
  • vk.com
  • wat.tv
  • websurg.com
  • Weibo
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 6a31a1232..74ac808af 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.10.30 \ No newline at end of file +2013.11.02 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 80e831eee..864da1d64 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-10-30T01:18:57.796654 + 2013-11-02T11:23:53.013247 youtube-dl-2012.02.22 @@ -1699,6 +1699,21 @@ 2013-10-30 + + youtube-dl-2013.11.02 + New version 2013.11.02 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.02/ +
    +
    + + The youtube-dl maintainers + + 2013-11-02 +
    + youtube-dl-2013.11.09 New version 2013.11.09 diff --git a/update/versions.json b/update/versions.json index 3ea713537..0834823c3 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.10.30", - "signature": "040638ebebc956e0c85603674378bbcb38c9f3f104c08dc9e04f37bc1165454e166cb3307ddec0474672bbcb577767142e22ba7b41f95ba2a7459efc003845f9411c6a1563322983984718c2126c5f1c12be1ccd73495be80df2d308f116603972172e6e938b08067ad742978c198f482c3a0730174bb6541254c7a14f397561", + "latest": "2013.11.02", + "signature": "42a2616cbfdfe82500228dc7a7dd425ce3a69b6be2550c34fd590f0d20e5c3325c670a364f7b80318e4d522b8374de7d3910534f063fe023ec9a065b4e189029aadee4f8a9321da1745739a156671a9fb6b0fbb228fe762d4eb2ed7566b7b7efbf1656f7f56e596e21cd602fb49f82e2f8e6ed570eac74ca2658559a23587f2f", "versions": { "2012.02.22": { "bin": [ @@ -1590,6 +1590,20 @@ "54dd4293975a69c46fadf2948de9226b79a0b524884ef23e96daab307dea792d" ] }, + "2013.11.02": { + "bin": [ + "https://yt-dl.org/downloads/2013.11.02/youtube-dl", + "c15492885484c3b8ff97593e4b802ede211d28259385b3d7b84092f79c35a93e" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.11.02/youtube-dl.exe", + "1f4bef20126eb5e1bc240ffe76e706d8f4ef43d342a34c33ae2cf2ed6d9ac756" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.11.02/youtube-dl-2013.11.02.tar.gz", + "60963c0d45873d41bc97c3c28fd4e23d1c637b4b1ef4d4f9d150a31e1a65c1b0" + ] + }, "2013.11.09": { "bin": [ "https://yt-dl.org/downloads/2013.11.09/youtube-dl", From aaa19f7d0636bbf0de824e60f0e68c8e05d769be Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 3 Nov 2013 15:53:20 +0100 Subject: [PATCH 056/129] release 2013.11.03 --- download.html | 18 +++++++++--------- supportedsites.html | 5 +++++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 47 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 1446adc8a..1ca1e508e 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.02 (sig)

    +

    2013.11.03 (sig)

      -
    • MD5: 2b36a1f8d474f9dd429d0fd9abbd65af
    • -
    • SHA1: 48e6f47c894942b70ac201adb62461dbb3ff5ce5
    • -
    • SHA256: c15492885484c3b8ff97593e4b802ede211d28259385b3d7b84092f79c35a93e
    • +
    • MD5: 34379fd77f4e0da03c5ea3a3594cbdc6
    • +
    • SHA1: ecbca2ff161eac86fa0e9c350561a79ecf879fb1
    • +
    • SHA256: ec8d08c680cca47230da4ab8166666ec41947a8a278ecf4d7876476d6570f92a

    - Windows exe (sig - 1f4bef20126eb5e1bc240ffe76e706d8f4ef43d342a34c33ae2cf2ed6d9ac756)
    - Full source + docs + binary tarball (sig - 60963c0d45873d41bc97c3c28fd4e23d1c637b4b1ef4d4f9d150a31e1a65c1b0) + Windows exe (sig - a0ec173f1daa6c78b7fc3e693b0d5f8e27e22c7abda7241068d6ee1a1270df8c)
    + Full source + docs + binary tarball (sig - 652726c77ebbccb580dd4180721a0bb83db0dc83e0ccf4c21a61606755c8fd45)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.11.02/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.11.03/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.02/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.11.03/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.02/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.03/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 7aa67d9bc..1cdcedf1c 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -28,6 +28,8 @@
  • arte.tv:creative
  • arte.tv:future
  • AUEngine
  • +
  • bambuser
  • +
  • bambuser:channel
  • Bandcamp
  • blip.tv
  • blip.tv:user
  • @@ -54,6 +56,7 @@
  • eHow
  • Escapist
  • exfm: ex.fm
  • +
  • ExtremeTube
  • facebook
  • faz.net
  • fernsehkritik.tv
  • @@ -88,6 +91,7 @@
  • metacafe
  • Metacritic
  • mixcloud
  • +
  • Mofosex
  • MTV
  • muzu.tv
  • MySpace
  • @@ -167,6 +171,7 @@
  • WorldStarHipHop
  • XHamster
  • XNXX
  • +
  • XTube
  • XVideos
  • Yahoo: Yahoo screen
  • YouJizz
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 74ac808af..5b778e843 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.11.02 \ No newline at end of file +2013.11.03 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 864da1d64..1bf0822f4 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-11-02T11:23:53.013247 + 2013-11-03T15:53:19.605105 youtube-dl-2012.02.22 @@ -1714,6 +1714,21 @@ 2013-11-02 + + youtube-dl-2013.11.03 + New version 2013.11.03 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.03/ +
    +
    + + The youtube-dl maintainers + + 2013-11-03 +
    + youtube-dl-2013.11.09 New version 2013.11.09 diff --git a/update/versions.json b/update/versions.json index 0834823c3..b9b696ea6 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.11.02", - "signature": "42a2616cbfdfe82500228dc7a7dd425ce3a69b6be2550c34fd590f0d20e5c3325c670a364f7b80318e4d522b8374de7d3910534f063fe023ec9a065b4e189029aadee4f8a9321da1745739a156671a9fb6b0fbb228fe762d4eb2ed7566b7b7efbf1656f7f56e596e21cd602fb49f82e2f8e6ed570eac74ca2658559a23587f2f", + "latest": "2013.11.03", + "signature": "879b75948bb5ca14d671df0fb756c888b7343cfec66a69571af16f6539f21ffa3d7c2146dc4c7de806061d3a963ef689e70475db29c46c7e8751f9e4149f7f97bb069ed1a664aeb40553a667f5ef6f73b55798ca1b4b5823153973a70047049995c64b1c63ea742dd652eb709e308261544b2e272a28504e1c5f7273e8b0e181", "versions": { "2012.02.22": { "bin": [ @@ -1604,6 +1604,20 @@ "60963c0d45873d41bc97c3c28fd4e23d1c637b4b1ef4d4f9d150a31e1a65c1b0" ] }, + "2013.11.03": { + "bin": [ + "https://yt-dl.org/downloads/2013.11.03/youtube-dl", + "ec8d08c680cca47230da4ab8166666ec41947a8a278ecf4d7876476d6570f92a" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.11.03/youtube-dl.exe", + "a0ec173f1daa6c78b7fc3e693b0d5f8e27e22c7abda7241068d6ee1a1270df8c" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.11.03/youtube-dl-2013.11.03.tar.gz", + "652726c77ebbccb580dd4180721a0bb83db0dc83e0ccf4c21a61606755c8fd45" + ] + }, "2013.11.09": { "bin": [ "https://yt-dl.org/downloads/2013.11.09/youtube-dl", From 149f358828ec1001cb2035c50fa4a46bbdae6b61 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 6 Nov 2013 14:09:37 +0100 Subject: [PATCH 057/129] release 2013.11.06 --- download.html | 18 +++++++++--------- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 1ca1e508e..fc26922fd 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.03 (sig)

    +

    2013.11.06 (sig)

      -
    • MD5: 34379fd77f4e0da03c5ea3a3594cbdc6
    • -
    • SHA1: ecbca2ff161eac86fa0e9c350561a79ecf879fb1
    • -
    • SHA256: ec8d08c680cca47230da4ab8166666ec41947a8a278ecf4d7876476d6570f92a
    • +
    • MD5: 883a4fda8e8d55a16ea729d7c789942a
    • +
    • SHA1: cf871398259748c1f2a6e4e39c44a5ad81bea243
    • +
    • SHA256: 54eb4e7e84be3467970331f280f1606272ab150c56b610611788f67178f222da

    - Windows exe (sig - a0ec173f1daa6c78b7fc3e693b0d5f8e27e22c7abda7241068d6ee1a1270df8c)
    - Full source + docs + binary tarball (sig - 652726c77ebbccb580dd4180721a0bb83db0dc83e0ccf4c21a61606755c8fd45) + Windows exe (sig - 1bcf12b0a31351c6ff554b8578913a189d9e0c94a2cc66f8d7f05d547002e0ec)
    + Full source + docs + binary tarball (sig - 2cc981d150757272e5d739a098cbdd3165bdbad64832854e955e3ac918aa6631)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.11.03/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.11.06/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.03/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.11.06/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.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/2013.11.06/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 1cdcedf1c..6106b0693 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -183,6 +183,7 @@
  • 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: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 5b778e843..7ab377075 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.11.03 \ No newline at end of file +2013.11.06 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 1bf0822f4..14c19c0fd 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-11-03T15:53:19.605105 + 2013-11-06T14:09:23.453686 youtube-dl-2012.02.22 @@ -1729,6 +1729,21 @@ 2013-11-03 + + youtube-dl-2013.11.06 + New version 2013.11.06 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.06/ +
    +
    + + The youtube-dl maintainers + + 2013-11-06 +
    + youtube-dl-2013.11.09 New version 2013.11.09 diff --git a/update/versions.json b/update/versions.json index b9b696ea6..923bbbd19 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.11.03", - "signature": "879b75948bb5ca14d671df0fb756c888b7343cfec66a69571af16f6539f21ffa3d7c2146dc4c7de806061d3a963ef689e70475db29c46c7e8751f9e4149f7f97bb069ed1a664aeb40553a667f5ef6f73b55798ca1b4b5823153973a70047049995c64b1c63ea742dd652eb709e308261544b2e272a28504e1c5f7273e8b0e181", + "latest": "2013.11.06", + "signature": "8ea8c1830690cdc68b8fc126af4fb2e5b92c892a26f4234ff9c18f644ebe7b91dce543ae2858a7b5cda1b425573c16463dc13fe47b6ae6f9dcb8e4c5217695d56b1c5608d7b67378ecdd12746b9b329bb44a115e2da63602db9fcda1d08f05ba48b680f44711d2b80b89a55b7c556921161f1493b140495aabfadd542277066b", "versions": { "2012.02.22": { "bin": [ @@ -1618,6 +1618,20 @@ "652726c77ebbccb580dd4180721a0bb83db0dc83e0ccf4c21a61606755c8fd45" ] }, + "2013.11.06": { + "bin": [ + "https://yt-dl.org/downloads/2013.11.06/youtube-dl", + "54eb4e7e84be3467970331f280f1606272ab150c56b610611788f67178f222da" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.11.06/youtube-dl.exe", + "1bcf12b0a31351c6ff554b8578913a189d9e0c94a2cc66f8d7f05d547002e0ec" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.11.06/youtube-dl-2013.11.06.tar.gz", + "2cc981d150757272e5d739a098cbdd3165bdbad64832854e955e3ac918aa6631" + ] + }, "2013.11.09": { "bin": [ "https://yt-dl.org/downloads/2013.11.09/youtube-dl", From 0a7456c6a710d376165db90220487219b1048664 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 6 Nov 2013 22:15:41 +0100 Subject: [PATCH 058/129] release 2013.11.06.1 --- download.html | 18 +++++++++--------- supportedsites.html | 2 ++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 44 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index fc26922fd..b93d6081f 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.06 (sig)

    +

    2013.11.06.1 (sig)

      -
    • MD5: 883a4fda8e8d55a16ea729d7c789942a
    • -
    • SHA1: cf871398259748c1f2a6e4e39c44a5ad81bea243
    • -
    • SHA256: 54eb4e7e84be3467970331f280f1606272ab150c56b610611788f67178f222da
    • +
    • MD5: 900e765777560cdea925b8c572f65a8a
    • +
    • SHA1: ca80b7aaba1af4c4856c69a70bc7aa99b41a7c0b
    • +
    • SHA256: 65233a39b8ed83d83f68eba2f58ebb2c38f384a940f9ec8fa4670800df4332fe

    - Windows exe (sig - 1bcf12b0a31351c6ff554b8578913a189d9e0c94a2cc66f8d7f05d547002e0ec)
    - Full source + docs + binary tarball (sig - 2cc981d150757272e5d739a098cbdd3165bdbad64832854e955e3ac918aa6631) + Windows exe (sig - 678ce1eb5ab11c75a4ee899fae94bf18c196ababd7b64e4f0831504e28c0f93c)
    + Full source + docs + binary tarball (sig - 8c5a9426aa42bbc5311a2934778cfb227a80d6e3021f284417da51ff11ede2fe)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.11.06/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.11.06.1/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.06/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.11.06.1/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.06/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.06.1/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 6106b0693..cadfaf114 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -54,6 +54,7 @@
  • Dotsub
  • EbaumsWorld
  • eHow
  • +
  • eitb.tv
  • Escapist
  • exfm: ex.fm
  • ExtremeTube
  • @@ -128,6 +129,7 @@
  • soundcloud:set
  • soundcloud:user
  • southparkstudios.com
  • +
  • Space
  • Spankwire
  • Spiegel
  • stanfordoc: Stanford Open ClassRoom
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 7ab377075..d12279c50 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.11.06 \ No newline at end of file +2013.11.06.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 14c19c0fd..8100a7421 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-11-06T14:09:23.453686 + 2013-11-06T22:15:40.167461 youtube-dl-2012.02.22 @@ -1744,6 +1744,21 @@ 2013-11-06 + + youtube-dl-2013.11.06.1 + New version 2013.11.06.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.06.1/ +
    +
    + + The youtube-dl maintainers + + 2013-11-06-1 +
    + youtube-dl-2013.11.09 New version 2013.11.09 diff --git a/update/versions.json b/update/versions.json index 923bbbd19..44e57ffd2 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.11.06", - "signature": "8ea8c1830690cdc68b8fc126af4fb2e5b92c892a26f4234ff9c18f644ebe7b91dce543ae2858a7b5cda1b425573c16463dc13fe47b6ae6f9dcb8e4c5217695d56b1c5608d7b67378ecdd12746b9b329bb44a115e2da63602db9fcda1d08f05ba48b680f44711d2b80b89a55b7c556921161f1493b140495aabfadd542277066b", + "latest": "2013.11.06.1", + "signature": "69865fe5784c1849f25fdefa637d5ab5cf84a8ea65189eaa2e9364e391b69dc319a6a27cbe9b4cfc6ec2394d046b6281e00021a6b3d00e0404561280d5cab9910dc6f77d88caf701138e16a59fc8a71d47f3e7c351b2ad0c79cd1f75b2ca6191e0570c6591c526e9fb3be3fc949d80bc56fa8252ca058f7bb51fbd662497aa5e", "versions": { "2012.02.22": { "bin": [ @@ -1632,6 +1632,20 @@ "2cc981d150757272e5d739a098cbdd3165bdbad64832854e955e3ac918aa6631" ] }, + "2013.11.06.1": { + "bin": [ + "https://yt-dl.org/downloads/2013.11.06.1/youtube-dl", + "65233a39b8ed83d83f68eba2f58ebb2c38f384a940f9ec8fa4670800df4332fe" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.11.06.1/youtube-dl.exe", + "678ce1eb5ab11c75a4ee899fae94bf18c196ababd7b64e4f0831504e28c0f93c" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.11.06.1/youtube-dl-2013.11.06.1.tar.gz", + "8c5a9426aa42bbc5311a2934778cfb227a80d6e3021f284417da51ff11ede2fe" + ] + }, "2013.11.09": { "bin": [ "https://yt-dl.org/downloads/2013.11.09/youtube-dl", From 757e64afc639a49ecce19015460e6e16581cb07e Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 7 Nov 2013 11:09:17 +0100 Subject: [PATCH 059/129] release 2013.11.07 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index b93d6081f..b6944edc7 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.06.1 (sig)

    +

    2013.11.07 (sig)

      -
    • MD5: 900e765777560cdea925b8c572f65a8a
    • -
    • SHA1: ca80b7aaba1af4c4856c69a70bc7aa99b41a7c0b
    • -
    • SHA256: 65233a39b8ed83d83f68eba2f58ebb2c38f384a940f9ec8fa4670800df4332fe
    • +
    • MD5: 88cde290724e468ea77376e4829c8354
    • +
    • SHA1: f488caa53f25c1b5beaae3ebd5111db8ec3c5ea8
    • +
    • SHA256: b044b9460bd23b858d4007c979ae706380bd359771d5fb05ecc06660c730cf66

    - Windows exe (sig - 678ce1eb5ab11c75a4ee899fae94bf18c196ababd7b64e4f0831504e28c0f93c)
    - Full source + docs + binary tarball (sig - 8c5a9426aa42bbc5311a2934778cfb227a80d6e3021f284417da51ff11ede2fe) + Windows exe (sig - acd060d1b1bf8a4fdba6863e837319c84ad53f385fc2596e8e3cfe01dd583703)
    + Full source + docs + binary tarball (sig - 11537cf289a0ee9eb555647c7743d3989c5e16759ec526b3b31382a2852c8c4b)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.11.06.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.11.07/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.06.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.11.07/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.06.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.07/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/update/LATEST_VERSION b/update/LATEST_VERSION index d12279c50..2f9891ab0 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.11.06.1 \ No newline at end of file +2013.11.07 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 8100a7421..3c050e2e9 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-11-06T22:15:40.167461 + 2013-11-07T11:09:15.764176 youtube-dl-2012.02.22 @@ -1759,6 +1759,21 @@ 2013-11-06-1 + + youtube-dl-2013.11.07 + New version 2013.11.07 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.07/ +
    +
    + + The youtube-dl maintainers + + 2013-11-07 +
    + youtube-dl-2013.11.09 New version 2013.11.09 diff --git a/update/versions.json b/update/versions.json index 44e57ffd2..06d9196a8 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.11.06.1", - "signature": "69865fe5784c1849f25fdefa637d5ab5cf84a8ea65189eaa2e9364e391b69dc319a6a27cbe9b4cfc6ec2394d046b6281e00021a6b3d00e0404561280d5cab9910dc6f77d88caf701138e16a59fc8a71d47f3e7c351b2ad0c79cd1f75b2ca6191e0570c6591c526e9fb3be3fc949d80bc56fa8252ca058f7bb51fbd662497aa5e", + "latest": "2013.11.07", + "signature": "0bf1e9954a4368dbf7857e5c860e4f81c7445c87297ae95ba30a8a1977517535af22edfbc1395643ce61c0052eaafd67762338e55710a9fbad00b771f43cb1e55e9d5bd6236b22d2111679db2c1c90a2fa2c6c0de2d0125e721ad5198859b21ed241ee3aaa0962c3c4b9e1b6a8b52b295d882dedf41076eb5ccd0cfba9e2a9fa", "versions": { "2012.02.22": { "bin": [ @@ -1646,6 +1646,20 @@ "8c5a9426aa42bbc5311a2934778cfb227a80d6e3021f284417da51ff11ede2fe" ] }, + "2013.11.07": { + "bin": [ + "https://yt-dl.org/downloads/2013.11.07/youtube-dl", + "b044b9460bd23b858d4007c979ae706380bd359771d5fb05ecc06660c730cf66" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.11.07/youtube-dl.exe", + "acd060d1b1bf8a4fdba6863e837319c84ad53f385fc2596e8e3cfe01dd583703" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.11.07/youtube-dl-2013.11.07.tar.gz", + "11537cf289a0ee9eb555647c7743d3989c5e16759ec526b3b31382a2852c8c4b" + ] + }, "2013.11.09": { "bin": [ "https://yt-dl.org/downloads/2013.11.09/youtube-dl", From c4e7461ac490a65ec89695a25ee0e709a0496444 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 11 Nov 2013 18:39:21 +0100 Subject: [PATCH 060/129] release 2013.11.11 --- 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 b6944edc7..6337d4b93 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.07 (sig)

    +

    2013.11.11 (sig)

      -
    • MD5: 88cde290724e468ea77376e4829c8354
    • -
    • SHA1: f488caa53f25c1b5beaae3ebd5111db8ec3c5ea8
    • -
    • SHA256: b044b9460bd23b858d4007c979ae706380bd359771d5fb05ecc06660c730cf66
    • +
    • MD5: e1a9ed8c4f856ed99c110abffa186f08
    • +
    • SHA1: 13e00bff763736a0ff9b4d68dda8a280803998e7
    • +
    • SHA256: fa512f08c395e18ad8fe453d28c7b73d4ed7d252ad8cb2a300208391204db994

    - Windows exe (sig - acd060d1b1bf8a4fdba6863e837319c84ad53f385fc2596e8e3cfe01dd583703)
    - Full source + docs + binary tarball (sig - 11537cf289a0ee9eb555647c7743d3989c5e16759ec526b3b31382a2852c8c4b) + Windows exe (sig - a6eed02daa0fa81f6d5ef43cd14e96257dd2c75b27571f2128902d92153b5337)
    + Full source + docs + binary tarball (sig - a1e3d6ca134abe02fa2e27be184e6dd932554f81d933d8baaa80740d51fd2584)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.11.07/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.11.11/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.07/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.11.11/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.07/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.11/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 cadfaf114..b159c501c 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -184,8 +184,8 @@
  • youtube:favorites: YouTube.com favourite videos, "ytfav" 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 2f9891ab0..407869cf0 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.11.07 \ No newline at end of file +2013.11.11 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 3c050e2e9..2ed24bed7 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-11-07T11:09:15.764176 + 2013-11-11T18:39:20.117776 youtube-dl-2012.02.22 @@ -1789,4 +1789,19 @@ 2013-11-09 + + youtube-dl-2013.11.11 + New version 2013.11.11 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.11/ +
    +
    + + The youtube-dl maintainers + + 2013-11-11 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 06d9196a8..95a2f319d 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.11.07", - "signature": "0bf1e9954a4368dbf7857e5c860e4f81c7445c87297ae95ba30a8a1977517535af22edfbc1395643ce61c0052eaafd67762338e55710a9fbad00b771f43cb1e55e9d5bd6236b22d2111679db2c1c90a2fa2c6c0de2d0125e721ad5198859b21ed241ee3aaa0962c3c4b9e1b6a8b52b295d882dedf41076eb5ccd0cfba9e2a9fa", + "latest": "2013.11.11", + "signature": "66588056814446440f922df333547fc0e8412fdb51996f7c2456d2f968f169ef4981e0efa002b3f879e0adc716c9e19e14d8108c9f5048663db80d0af9c819948ef9af15d082f0202227e2f518d13f390ff2b06ebda8a96817c9a5db27d5ef573f2d96c080f4f1cda7d8e04f670c3c91c9558719d637c3dd5643168534cd1d01", "versions": { "2012.02.22": { "bin": [ @@ -1673,6 +1673,20 @@ "https://yt-dl.org/downloads/2013.11.09/youtube-dl-2013.11.09.tar.gz", "1704dbec3492c55ae68d2bf59dca60aafa51461da164438bed90ad835d41f8b3" ] + }, + "2013.11.11": { + "bin": [ + "https://yt-dl.org/downloads/2013.11.11/youtube-dl", + "fa512f08c395e18ad8fe453d28c7b73d4ed7d252ad8cb2a300208391204db994" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.11.11/youtube-dl.exe", + "a6eed02daa0fa81f6d5ef43cd14e96257dd2c75b27571f2128902d92153b5337" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.11.11/youtube-dl-2013.11.11.tar.gz", + "a1e3d6ca134abe02fa2e27be184e6dd932554f81d933d8baaa80740d51fd2584" + ] } } } \ No newline at end of file From a4292665497823290c59b483cc0f8cecc3ae81c1 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 13 Nov 2013 11:12:44 +0100 Subject: [PATCH 061/129] release 2013.11.13 --- download.html | 18 +++++++++--------- supportedsites.html | 4 +++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 45 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index 6337d4b93..0e9a6fcb1 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.11 (sig)

    +

    2013.11.13 (sig)

      -
    • MD5: e1a9ed8c4f856ed99c110abffa186f08
    • -
    • SHA1: 13e00bff763736a0ff9b4d68dda8a280803998e7
    • -
    • SHA256: fa512f08c395e18ad8fe453d28c7b73d4ed7d252ad8cb2a300208391204db994
    • +
    • MD5: 61c6630588439937279f790211107b36
    • +
    • SHA1: 1c65e50db8ed92b7a851e76f5e18632cbda57cd1
    • +
    • SHA256: 2ad45d0535de2d1e0b987748762305369a605096d07eff3a3fb2afe1587476e7

    - Windows exe (sig - a6eed02daa0fa81f6d5ef43cd14e96257dd2c75b27571f2128902d92153b5337)
    - Full source + docs + binary tarball (sig - a1e3d6ca134abe02fa2e27be184e6dd932554f81d933d8baaa80740d51fd2584) + Windows exe (sig - 3b7d19d34dc65273214833cccf6b29dcab9d5bb779f59c323cbab70c1691fa6d)
    + Full source + docs + binary tarball (sig - 0a14c045d4a093f2c06d80596b34060043bdcebd4099ec0163fc02d2c45ac249)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.11.11/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.11.13/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.11/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.11.13/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.11/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.13/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 b159c501c..efd2b283e 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -68,6 +68,7 @@
  • francetvinfo.fr
  • Freesound
  • FunnyOrDie
  • +
  • Gamekings
  • GameSpot
  • Gametrailers
  • generic: Generic downloader that works on some sites
  • @@ -148,6 +149,7 @@
  • Tudou
  • Tumblr
  • Tutv
  • +
  • tvp.pl
  • Unistra
  • ustream
  • ustream:channel
  • @@ -184,8 +186,8 @@
  • youtube:favorites: YouTube.com favourite videos, "ytfav" 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 407869cf0..627d29070 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.11.11 \ No newline at end of file +2013.11.13 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 2ed24bed7..ae9fd7afa 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-11-11T18:39:20.117776 + 2013-11-13T11:12:43.756758 youtube-dl-2012.02.22 @@ -1804,4 +1804,19 @@ 2013-11-11 + + youtube-dl-2013.11.13 + New version 2013.11.13 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.13/ +
    +
    + + The youtube-dl maintainers + + 2013-11-13 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 95a2f319d..4b54be884 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.11.11", - "signature": "66588056814446440f922df333547fc0e8412fdb51996f7c2456d2f968f169ef4981e0efa002b3f879e0adc716c9e19e14d8108c9f5048663db80d0af9c819948ef9af15d082f0202227e2f518d13f390ff2b06ebda8a96817c9a5db27d5ef573f2d96c080f4f1cda7d8e04f670c3c91c9558719d637c3dd5643168534cd1d01", + "latest": "2013.11.13", + "signature": "59c052f0f18fbb302da8e3a839ee6a13e2ad904cc7f7c158a03b70994483cb3b08e580a7fdaf057f599a618780bd81bfaca9baa5d56bfb990b66f211be08a6f5c33acdf59e5a54869d81f3b7fe5cf581f1867c09e95f114e007262f1bcda242b3221bc7d50395d7803cb1b62e0938df63281519794508e23918c6c5dc6c651ec", "versions": { "2012.02.22": { "bin": [ @@ -1687,6 +1687,20 @@ "https://yt-dl.org/downloads/2013.11.11/youtube-dl-2013.11.11.tar.gz", "a1e3d6ca134abe02fa2e27be184e6dd932554f81d933d8baaa80740d51fd2584" ] + }, + "2013.11.13": { + "bin": [ + "https://yt-dl.org/downloads/2013.11.13/youtube-dl", + "2ad45d0535de2d1e0b987748762305369a605096d07eff3a3fb2afe1587476e7" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.11.13/youtube-dl.exe", + "3b7d19d34dc65273214833cccf6b29dcab9d5bb779f59c323cbab70c1691fa6d" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.11.13/youtube-dl-2013.11.13.tar.gz", + "0a14c045d4a093f2c06d80596b34060043bdcebd4099ec0163fc02d2c45ac249" + ] } } } \ No newline at end of file From 0d2799f1ab87ba007d2e6811d3eb10d87c101cfd Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 15 Nov 2013 02:05:19 +0100 Subject: [PATCH 062/129] release 2013.11.15 --- download.html | 18 +++++++++--------- supportedsites.html | 5 +++-- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 45 insertions(+), 15 deletions(-) diff --git a/download.html b/download.html index 0e9a6fcb1..47ddbe7bf 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.13 (sig)

    +

    2013.11.15 (sig)

      -
    • MD5: 61c6630588439937279f790211107b36
    • -
    • SHA1: 1c65e50db8ed92b7a851e76f5e18632cbda57cd1
    • -
    • SHA256: 2ad45d0535de2d1e0b987748762305369a605096d07eff3a3fb2afe1587476e7
    • +
    • MD5: fe80bd9bcecba61b9ad743591bc09cd5
    • +
    • SHA1: e5678a9ca529add4e58005892ed138888c25b0e0
    • +
    • SHA256: d1063da4acd3839052f3903cbe0e696b53020a036e4894f969ec25e4cee4b6ab

    - Windows exe (sig - 3b7d19d34dc65273214833cccf6b29dcab9d5bb779f59c323cbab70c1691fa6d)
    - Full source + docs + binary tarball (sig - 0a14c045d4a093f2c06d80596b34060043bdcebd4099ec0163fc02d2c45ac249) + Windows exe (sig - c91e504232bffca390bef1f5453c43d1044ed937ba9994ef704d6a761c020a9e)
    + Full source + docs + binary tarball (sig - caf2486bec022a84633f05b4951b9ddd33d3db6a1358ac27de3d06215eb161ac)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.11.13/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.11.15/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.13/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.11.15/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.13/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.15/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 efd2b283e..32dcc4aa3 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -89,7 +89,8 @@
  • KeezMovies
  • KickStarter
  • liveleak
  • -
  • Livestream
  • +
  • livestream
  • +
  • livestream:original
  • metacafe
  • Metacritic
  • mixcloud
  • @@ -186,8 +187,8 @@
  • youtube:favorites: YouTube.com favourite videos, "ytfav" 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 627d29070..62dadd042 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.11.13 \ No newline at end of file +2013.11.15 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index ae9fd7afa..00444d93b 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-11-13T11:12:43.756758 + 2013-11-15T02:05:14.573881 youtube-dl-2012.02.22 @@ -1819,4 +1819,19 @@ 2013-11-13 + + youtube-dl-2013.11.15 + New version 2013.11.15 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.15/ +
    +
    + + The youtube-dl maintainers + + 2013-11-15 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 4b54be884..59e27002b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.11.13", - "signature": "59c052f0f18fbb302da8e3a839ee6a13e2ad904cc7f7c158a03b70994483cb3b08e580a7fdaf057f599a618780bd81bfaca9baa5d56bfb990b66f211be08a6f5c33acdf59e5a54869d81f3b7fe5cf581f1867c09e95f114e007262f1bcda242b3221bc7d50395d7803cb1b62e0938df63281519794508e23918c6c5dc6c651ec", + "latest": "2013.11.15", + "signature": "0d0ef1bb41160166303a34f01247a9006538a5fc5d73579fa04c0b429e504bae571857f31dfcbc542838becf8336fc4d8be0ef1f3ce7a16fc542d917bddba5f2c6d9fabc45bbf45dcf9a2965d65d6ed828121b5587c9caacbe9a7d7056019469cf560f6e05381a8c6abb9995568e11c08e1052b12d79fd60b4aab835b7ef7924", "versions": { "2012.02.22": { "bin": [ @@ -1701,6 +1701,20 @@ "https://yt-dl.org/downloads/2013.11.13/youtube-dl-2013.11.13.tar.gz", "0a14c045d4a093f2c06d80596b34060043bdcebd4099ec0163fc02d2c45ac249" ] + }, + "2013.11.15": { + "bin": [ + "https://yt-dl.org/downloads/2013.11.15/youtube-dl", + "d1063da4acd3839052f3903cbe0e696b53020a036e4894f969ec25e4cee4b6ab" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.11.15/youtube-dl.exe", + "c91e504232bffca390bef1f5453c43d1044ed937ba9994ef704d6a761c020a9e" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.11.15/youtube-dl-2013.11.15.tar.gz", + "caf2486bec022a84633f05b4951b9ddd33d3db6a1358ac27de3d06215eb161ac" + ] } } } \ No newline at end of file From 2488c5a094ad5942fc3753dfe5b0f8b78c5ec1dc Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 15 Nov 2013 14:37:46 +0100 Subject: [PATCH 063/129] release 2013.11.15.1 --- 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 47ddbe7bf..56be8adbd 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.15 (sig)

    +

    2013.11.15.1 (sig)

      -
    • MD5: fe80bd9bcecba61b9ad743591bc09cd5
    • -
    • SHA1: e5678a9ca529add4e58005892ed138888c25b0e0
    • -
    • SHA256: d1063da4acd3839052f3903cbe0e696b53020a036e4894f969ec25e4cee4b6ab
    • +
    • MD5: 45fe25ece91871ad37e7124b56dee38e
    • +
    • SHA1: 8113f75ba1c5dee0f5f27181e94ec6ef44357852
    • +
    • SHA256: e9da0a1e085782611730c3321211e41062fb1993940341f202af9e1b06f7e7b6

    - Windows exe (sig - c91e504232bffca390bef1f5453c43d1044ed937ba9994ef704d6a761c020a9e)
    - Full source + docs + binary tarball (sig - caf2486bec022a84633f05b4951b9ddd33d3db6a1358ac27de3d06215eb161ac) + Windows exe (sig - cbca442a2a335c0d9c0e1c123d6c48d6a1374bf18046599951a4db6f57ef30b5)
    + Full source + docs + binary tarball (sig - 816c8207d735cda72ea9f97327cf765e039c1a0075078de6dc0e2f6c7f114229)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.11.15/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.11.15.1/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.15/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.11.15.1/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.15/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.15.1/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 32dcc4aa3..04b562d0a 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -187,8 +187,8 @@
  • youtube:favorites: YouTube.com favourite videos, "ytfav" 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 62dadd042..7128d364f 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.11.15 \ No newline at end of file +2013.11.15.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 00444d93b..ad2de8d29 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-11-15T02:05:14.573881 + 2013-11-15T14:37:45.542399 youtube-dl-2012.02.22 @@ -1834,4 +1834,19 @@ 2013-11-15 + + youtube-dl-2013.11.15.1 + New version 2013.11.15.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.15.1/ +
    +
    + + The youtube-dl maintainers + + 2013-11-15-1 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 59e27002b..ecc49c2c1 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.11.15", - "signature": "0d0ef1bb41160166303a34f01247a9006538a5fc5d73579fa04c0b429e504bae571857f31dfcbc542838becf8336fc4d8be0ef1f3ce7a16fc542d917bddba5f2c6d9fabc45bbf45dcf9a2965d65d6ed828121b5587c9caacbe9a7d7056019469cf560f6e05381a8c6abb9995568e11c08e1052b12d79fd60b4aab835b7ef7924", + "latest": "2013.11.15.1", + "signature": "2ab0c975cd860ed8716a4fa0c34b4e5bd4746583375bd035a6eaafdefa81c58cfc548feda39ac0731ef581796acfefb6eda50a5b99c277d51ba424cd7ee8a9bb322039758a8fa1b7f501e417aef29e0c550387c98cd4adfcacd1e332fb0fabc526d1c932583aafb50f2a6fa95dfe54cb8fcea5122c70d052dc63d576b531c39b", "versions": { "2012.02.22": { "bin": [ @@ -1715,6 +1715,20 @@ "https://yt-dl.org/downloads/2013.11.15/youtube-dl-2013.11.15.tar.gz", "caf2486bec022a84633f05b4951b9ddd33d3db6a1358ac27de3d06215eb161ac" ] + }, + "2013.11.15.1": { + "bin": [ + "https://yt-dl.org/downloads/2013.11.15.1/youtube-dl", + "e9da0a1e085782611730c3321211e41062fb1993940341f202af9e1b06f7e7b6" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.11.15.1/youtube-dl.exe", + "cbca442a2a335c0d9c0e1c123d6c48d6a1374bf18046599951a4db6f57ef30b5" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.11.15.1/youtube-dl-2013.11.15.1.tar.gz", + "816c8207d735cda72ea9f97327cf765e039c1a0075078de6dc0e2f6c7f114229" + ] } } } \ No newline at end of file From 6da31d3f46027cf4aec8686a1e9f3d91c50b2a03 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 17 Nov 2013 22:24:23 +0100 Subject: [PATCH 064/129] release 2013.11.17 --- download.html | 18 +++++++++--------- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 56be8adbd..bf9510d77 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.15.1 (sig)

    +

    2013.11.17 (sig)

      -
    • MD5: 45fe25ece91871ad37e7124b56dee38e
    • -
    • SHA1: 8113f75ba1c5dee0f5f27181e94ec6ef44357852
    • -
    • SHA256: e9da0a1e085782611730c3321211e41062fb1993940341f202af9e1b06f7e7b6
    • +
    • MD5: 9cf433f70d7b6692f4e032db4f23b589
    • +
    • SHA1: cc41ee1219cb219aa0ffc8d035f1e3649c312513
    • +
    • SHA256: e0790e1d2175c461240853d6c878059285ff689bd709315663c29739980d3a26

    - Windows exe (sig - cbca442a2a335c0d9c0e1c123d6c48d6a1374bf18046599951a4db6f57ef30b5)
    - Full source + docs + binary tarball (sig - 816c8207d735cda72ea9f97327cf765e039c1a0075078de6dc0e2f6c7f114229) + Windows exe (sig - 45363412d3083cd9a127488abe1396b302d9ed433df4259e00a26e585c3b8c0e)
    + Full source + docs + binary tarball (sig - e78e8e6f05d5e61b3af8b2bf387ecb442582059d86a97646c2d4294e8e787bd4)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.11.15.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.11.17/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.15.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.11.17/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.15.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.17/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 04b562d0a..7b55bf854 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -130,6 +130,7 @@
  • soundcloud
  • soundcloud:set
  • soundcloud:user
  • +
  • southpark.de
  • southparkstudios.com
  • Space
  • Spankwire
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 7128d364f..8d80c7a7c 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.11.15.1 \ No newline at end of file +2013.11.17 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index ad2de8d29..b1a4d64de 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-11-15T14:37:45.542399 + 2013-11-17T22:24:21.677215 youtube-dl-2012.02.22 @@ -1849,4 +1849,19 @@ 2013-11-15-1 + + youtube-dl-2013.11.17 + New version 2013.11.17 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.17/ +
    +
    + + The youtube-dl maintainers + + 2013-11-17 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index ecc49c2c1..e3945cbb8 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.11.15.1", - "signature": "2ab0c975cd860ed8716a4fa0c34b4e5bd4746583375bd035a6eaafdefa81c58cfc548feda39ac0731ef581796acfefb6eda50a5b99c277d51ba424cd7ee8a9bb322039758a8fa1b7f501e417aef29e0c550387c98cd4adfcacd1e332fb0fabc526d1c932583aafb50f2a6fa95dfe54cb8fcea5122c70d052dc63d576b531c39b", + "latest": "2013.11.17", + "signature": "176c593ff4558befc05ae5fa028f72ca43f838e3e560a0464ac2a72c7edcb7833bf5e5c94be7acbb5ce6ddc0a6425d769ac7d4484dc23445377e2510c831ed733a1c23f69a1033d44ce8806300d21b5cb3e746e663acf9a59b6b40aa2edf91a84b9ffae5bda9308d11effa0517dc6c89e258d569586f3e8d3d9a1b9753ecbbfb", "versions": { "2012.02.22": { "bin": [ @@ -1729,6 +1729,20 @@ "https://yt-dl.org/downloads/2013.11.15.1/youtube-dl-2013.11.15.1.tar.gz", "816c8207d735cda72ea9f97327cf765e039c1a0075078de6dc0e2f6c7f114229" ] + }, + "2013.11.17": { + "bin": [ + "https://yt-dl.org/downloads/2013.11.17/youtube-dl", + "e0790e1d2175c461240853d6c878059285ff689bd709315663c29739980d3a26" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.11.17/youtube-dl.exe", + "45363412d3083cd9a127488abe1396b302d9ed433df4259e00a26e585c3b8c0e" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.11.17/youtube-dl-2013.11.17.tar.gz", + "e78e8e6f05d5e61b3af8b2bf387ecb442582059d86a97646c2d4294e8e787bd4" + ] } } } \ No newline at end of file From d71ce54c9df7b8b27eba526763f51dad0a1c0241 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 18 Nov 2013 13:34:28 +0100 Subject: [PATCH 065/129] release 2013.11.18 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index bf9510d77..d466a794f 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.17 (sig)

    +

    2013.11.18 (sig)

      -
    • MD5: 9cf433f70d7b6692f4e032db4f23b589
    • -
    • SHA1: cc41ee1219cb219aa0ffc8d035f1e3649c312513
    • -
    • SHA256: e0790e1d2175c461240853d6c878059285ff689bd709315663c29739980d3a26
    • +
    • MD5: 9a42df842a3dca611c92229d263fc18b
    • +
    • SHA1: f858d844eb62ea2247b0a9872e32c554fbd4c8e7
    • +
    • SHA256: ac8da1d41426d51adb66643abc61b406103f2759c37c5e556216bb1727ee4108

    - Windows exe (sig - 45363412d3083cd9a127488abe1396b302d9ed433df4259e00a26e585c3b8c0e)
    - Full source + docs + binary tarball (sig - e78e8e6f05d5e61b3af8b2bf387ecb442582059d86a97646c2d4294e8e787bd4) + Windows exe (sig - 74ccf5c71a1ff16c503ba239f5a36a82be18de8c1a09314be9d55ce2d27ea64c)
    + Full source + docs + binary tarball (sig - 765c8213b0f646bb4fcc514643ce132bea80ce0048a641e8a2fe006459e8bce2)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.11.17/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.11.18/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.17/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.11.18/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.17/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.18/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/update/LATEST_VERSION b/update/LATEST_VERSION index 8d80c7a7c..1ad92172b 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.11.17 \ No newline at end of file +2013.11.18 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b1a4d64de..ca3586eb3 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-11-17T22:24:21.677215 + 2013-11-18T13:34:23.678299 youtube-dl-2012.02.22 @@ -1864,4 +1864,19 @@ 2013-11-17 + + youtube-dl-2013.11.18 + New version 2013.11.18 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.18/ +
    +
    + + The youtube-dl maintainers + + 2013-11-18 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index e3945cbb8..ce05f6f7d 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.11.17", - "signature": "176c593ff4558befc05ae5fa028f72ca43f838e3e560a0464ac2a72c7edcb7833bf5e5c94be7acbb5ce6ddc0a6425d769ac7d4484dc23445377e2510c831ed733a1c23f69a1033d44ce8806300d21b5cb3e746e663acf9a59b6b40aa2edf91a84b9ffae5bda9308d11effa0517dc6c89e258d569586f3e8d3d9a1b9753ecbbfb", + "latest": "2013.11.18", + "signature": "3863b8ac479c69950d38cd77230741186013333d5d9a1d7d1078662c3b084834f3e4c0ebb071712a6734d53226123e7f7657a2e274f82e62da2fba10c806ad3d64661319ba5453bd21dff6a2f5491286cafc31983e20bf0913d14e592f13617d9b1d61c5defea3d3bef5b6667a35ad7ba1b2fd392ac6f9dbee1113183138e4d0", "versions": { "2012.02.22": { "bin": [ @@ -1743,6 +1743,20 @@ "https://yt-dl.org/downloads/2013.11.17/youtube-dl-2013.11.17.tar.gz", "e78e8e6f05d5e61b3af8b2bf387ecb442582059d86a97646c2d4294e8e787bd4" ] + }, + "2013.11.18": { + "bin": [ + "https://yt-dl.org/downloads/2013.11.18/youtube-dl", + "ac8da1d41426d51adb66643abc61b406103f2759c37c5e556216bb1727ee4108" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.11.18/youtube-dl.exe", + "74ccf5c71a1ff16c503ba239f5a36a82be18de8c1a09314be9d55ce2d27ea64c" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.11.18/youtube-dl-2013.11.18.tar.gz", + "765c8213b0f646bb4fcc514643ce132bea80ce0048a641e8a2fe006459e8bce2" + ] } } } \ No newline at end of file From 907ea8357a4a515c7e64493f9484ad7ed4a0f641 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 18 Nov 2013 14:01:34 +0100 Subject: [PATCH 066/129] release 2013.11.18.1 --- 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 d466a794f..02a9769fc 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.18 (sig)

    +

    2013.11.18.1 (sig)

      -
    • MD5: 9a42df842a3dca611c92229d263fc18b
    • -
    • SHA1: f858d844eb62ea2247b0a9872e32c554fbd4c8e7
    • -
    • SHA256: ac8da1d41426d51adb66643abc61b406103f2759c37c5e556216bb1727ee4108
    • +
    • MD5: 60e9b7d8b2da5fd6ff45b9fe4152ddb8
    • +
    • SHA1: 9f520decdc643c08a01c42c740105b8412d3a7f5
    • +
    • SHA256: e545eeb1ac9f556780c45db7844db404657ab4798170816bd4e942668d377945

    - Windows exe (sig - 74ccf5c71a1ff16c503ba239f5a36a82be18de8c1a09314be9d55ce2d27ea64c)
    - Full source + docs + binary tarball (sig - 765c8213b0f646bb4fcc514643ce132bea80ce0048a641e8a2fe006459e8bce2) + Windows exe (sig - 29e34dba2d47a3deba1bec8318eeff8a76d69feedffb691fffc2bc9a3b957837)
    + Full source + docs + binary tarball (sig - b2a46b0c78635dbdc6c0654b156db7c1d03a7db5b0cedc744f1e82bade849e42)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.11.18/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.11.18.1/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.18/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.11.18.1/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.18/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.18.1/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 7b55bf854..e41d10d2e 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -188,8 +188,8 @@
  • youtube:favorites: YouTube.com favourite videos, "ytfav" 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 1ad92172b..53f02bea2 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.11.18 \ No newline at end of file +2013.11.18.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index ca3586eb3..81f0c254f 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-11-18T13:34:23.678299 + 2013-11-18T14:01:28.934181 youtube-dl-2012.02.22 @@ -1879,4 +1879,19 @@ 2013-11-18 + + youtube-dl-2013.11.18.1 + New version 2013.11.18.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.18.1/ +
    +
    + + The youtube-dl maintainers + + 2013-11-18-1 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index ce05f6f7d..3e38f9caa 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.11.18", - "signature": "3863b8ac479c69950d38cd77230741186013333d5d9a1d7d1078662c3b084834f3e4c0ebb071712a6734d53226123e7f7657a2e274f82e62da2fba10c806ad3d64661319ba5453bd21dff6a2f5491286cafc31983e20bf0913d14e592f13617d9b1d61c5defea3d3bef5b6667a35ad7ba1b2fd392ac6f9dbee1113183138e4d0", + "latest": "2013.11.18.1", + "signature": "7c51dfc52975f02c0e9520125410bfd0f110bfdc488c6b411c5698c2ecffa43b4a694418c8e7b5d393db485bff1555c8d121afa74f87c3a3997dfa26bf99a8f30c8877597dd53120948f25cc139a3e50cd6d860d81d2b2a025aa732dd0fd293fe357a36e0d2648ec2b5cafa6eba01bb687e35561947dee31a45d5e1576e0be02", "versions": { "2012.02.22": { "bin": [ @@ -1757,6 +1757,20 @@ "https://yt-dl.org/downloads/2013.11.18/youtube-dl-2013.11.18.tar.gz", "765c8213b0f646bb4fcc514643ce132bea80ce0048a641e8a2fe006459e8bce2" ] + }, + "2013.11.18.1": { + "bin": [ + "https://yt-dl.org/downloads/2013.11.18.1/youtube-dl", + "e545eeb1ac9f556780c45db7844db404657ab4798170816bd4e942668d377945" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.11.18.1/youtube-dl.exe", + "29e34dba2d47a3deba1bec8318eeff8a76d69feedffb691fffc2bc9a3b957837" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.11.18.1/youtube-dl-2013.11.18.1.tar.gz", + "b2a46b0c78635dbdc6c0654b156db7c1d03a7db5b0cedc744f1e82bade849e42" + ] } } } \ No newline at end of file From aa0740099f8ec75e7c521f1674c051dbaf94e568 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 19 Nov 2013 12:51:45 +0100 Subject: [PATCH 067/129] release 2013.11.19 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 02a9769fc..587c9effa 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.18.1 (sig)

    +

    2013.11.19 (sig)

      -
    • MD5: 60e9b7d8b2da5fd6ff45b9fe4152ddb8
    • -
    • SHA1: 9f520decdc643c08a01c42c740105b8412d3a7f5
    • -
    • SHA256: e545eeb1ac9f556780c45db7844db404657ab4798170816bd4e942668d377945
    • +
    • MD5: eeb82322bd6c6472cbc7bbf4d14a3e72
    • +
    • SHA1: ec8151ba0c0a3d6b3e245f91c95678a8de48a74d
    • +
    • SHA256: 41a6f612b311bfdd1bc4eddb6470646a260097fa541b4a68d3e26dad43af02ea

    - Windows exe (sig - 29e34dba2d47a3deba1bec8318eeff8a76d69feedffb691fffc2bc9a3b957837)
    - Full source + docs + binary tarball (sig - b2a46b0c78635dbdc6c0654b156db7c1d03a7db5b0cedc744f1e82bade849e42) + Windows exe (sig - 627659c752eac4895a17417cea6e44a8fb9280f777d230bb865a5ce60e9ffb06)
    + Full source + docs + binary tarball (sig - 59d503475a0fa4059fc7c65130b6c6311e3621cb93930ede63aa4960e9ae0754)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.11.18.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.11.19/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.18.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.11.19/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.18.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.19/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/update/LATEST_VERSION b/update/LATEST_VERSION index 53f02bea2..6c85d6b44 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.11.18.1 \ No newline at end of file +2013.11.19 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 81f0c254f..c0f90398a 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-11-18T14:01:28.934181 + 2013-11-19T12:51:44.308217 youtube-dl-2012.02.22 @@ -1894,4 +1894,19 @@ 2013-11-18-1 + + youtube-dl-2013.11.19 + New version 2013.11.19 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.19/ +
    +
    + + The youtube-dl maintainers + + 2013-11-19 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 3e38f9caa..8bfb21e6a 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.11.18.1", - "signature": "7c51dfc52975f02c0e9520125410bfd0f110bfdc488c6b411c5698c2ecffa43b4a694418c8e7b5d393db485bff1555c8d121afa74f87c3a3997dfa26bf99a8f30c8877597dd53120948f25cc139a3e50cd6d860d81d2b2a025aa732dd0fd293fe357a36e0d2648ec2b5cafa6eba01bb687e35561947dee31a45d5e1576e0be02", + "latest": "2013.11.19", + "signature": "97bb9c4efc284fa8abf5f4a211119cca2591762ddbed2f13784c384a194bacb04a61fbc32d15a792c977b094136faf0013c34d03e6f6e02af52fa8394c0ce487780161f79a0865202f4fb395218d1712658b5b4e1667508f949f7d75e06a188ad8323abfdc2e5c45d89ca5dc6ef239455c79d36c193da9601f2671440e843292", "versions": { "2012.02.22": { "bin": [ @@ -1771,6 +1771,20 @@ "https://yt-dl.org/downloads/2013.11.18.1/youtube-dl-2013.11.18.1.tar.gz", "b2a46b0c78635dbdc6c0654b156db7c1d03a7db5b0cedc744f1e82bade849e42" ] + }, + "2013.11.19": { + "bin": [ + "https://yt-dl.org/downloads/2013.11.19/youtube-dl", + "41a6f612b311bfdd1bc4eddb6470646a260097fa541b4a68d3e26dad43af02ea" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.11.19/youtube-dl.exe", + "627659c752eac4895a17417cea6e44a8fb9280f777d230bb865a5ce60e9ffb06" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.11.19/youtube-dl-2013.11.19.tar.gz", + "59d503475a0fa4059fc7c65130b6c6311e3621cb93930ede63aa4960e9ae0754" + ] } } } \ No newline at end of file From fa79991c9a7acc7c19d38b0b9b4378f4bff68e47 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 20 Nov 2013 07:32:28 +0100 Subject: [PATCH 068/129] release 2013.11.20 --- download.html | 18 +++++++++--------- supportedsites.html | 5 ++++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 46 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index 587c9effa..0d6f117a2 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.19 (sig)

    +

    2013.11.20 (sig)

      -
    • MD5: eeb82322bd6c6472cbc7bbf4d14a3e72
    • -
    • SHA1: ec8151ba0c0a3d6b3e245f91c95678a8de48a74d
    • -
    • SHA256: 41a6f612b311bfdd1bc4eddb6470646a260097fa541b4a68d3e26dad43af02ea
    • +
    • MD5: 9feb7d85adcc2c53c40f42f84f9c41a5
    • +
    • SHA1: 688201c88a71e42011ebe00629f58a49062743d1
    • +
    • SHA256: 2c61e76856bca01237a051294fef6763a8e86e022d95a66760a1be31d440ff7a

    - Windows exe (sig - 627659c752eac4895a17417cea6e44a8fb9280f777d230bb865a5ce60e9ffb06)
    - Full source + docs + binary tarball (sig - 59d503475a0fa4059fc7c65130b6c6311e3621cb93930ede63aa4960e9ae0754) + Windows exe (sig - 0fa081a7a73e91eb1318504b1c2f84a2f8e19d7947a1c7d0f730196f7e484637)
    + Full source + docs + binary tarball (sig - 26f456ec8fb0e2e65eee2d7f1f4acc6d30ff2b7ee961444c93a41ba51c9da179)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.11.19/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.11.20/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.19/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.11.20/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.19/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.20/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 e41d10d2e..fa9fbd61f 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -20,6 +20,7 @@
  • 56.com
  • 8tracks
  • AddAnime
  • +
  • anitube.se
  • AppleTrailers
  • archive.org: archive.org videos
  • ARD
  • @@ -45,6 +46,7 @@
  • CondeNast: Condé Nast media group: GQ, Glamour, Vanity Fair, Vogue, W Magazine, WIRED
  • Criterion
  • CSpan
  • +
  • d8.tv
  • dailymotion
  • dailymotion:playlist
  • dailymotion:user
  • @@ -145,6 +147,7 @@
  • TED
  • TF1
  • ThisAV
  • +
  • tou.tv
  • TrailerAddict
  • Trilulilu
  • Tube8
  • @@ -188,8 +191,8 @@
  • youtube:favorites: YouTube.com favourite videos, "ytfav" 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 6c85d6b44..91f177404 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.11.19 \ No newline at end of file +2013.11.20 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index c0f90398a..4659cc433 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-11-19T12:51:44.308217 + 2013-11-20T07:32:27.197628 youtube-dl-2012.02.22 @@ -1909,4 +1909,19 @@ 2013-11-19 + + youtube-dl-2013.11.20 + New version 2013.11.20 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.20/ +
    +
    + + The youtube-dl maintainers + + 2013-11-20 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 8bfb21e6a..a8ee75103 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.11.19", - "signature": "97bb9c4efc284fa8abf5f4a211119cca2591762ddbed2f13784c384a194bacb04a61fbc32d15a792c977b094136faf0013c34d03e6f6e02af52fa8394c0ce487780161f79a0865202f4fb395218d1712658b5b4e1667508f949f7d75e06a188ad8323abfdc2e5c45d89ca5dc6ef239455c79d36c193da9601f2671440e843292", + "latest": "2013.11.20", + "signature": "749391011d863a146b87d0141c91e93b4973fad111f5dca0cbc89d139c2625f317129661acdc7cfe17fba525ae22f5f109503b85c9694d0fa8748be121e4d2080d9d86ad3d8b8e298f13ec47801dcc0f32432c9d42979b8b9e045412b06ec1fe71b40fe77296e3b5741edd6851d3e7c772a3ce31422af27f831f83794cdff5a2", "versions": { "2012.02.22": { "bin": [ @@ -1785,6 +1785,20 @@ "https://yt-dl.org/downloads/2013.11.19/youtube-dl-2013.11.19.tar.gz", "59d503475a0fa4059fc7c65130b6c6311e3621cb93930ede63aa4960e9ae0754" ] + }, + "2013.11.20": { + "bin": [ + "https://yt-dl.org/downloads/2013.11.20/youtube-dl", + "2c61e76856bca01237a051294fef6763a8e86e022d95a66760a1be31d440ff7a" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.11.20/youtube-dl.exe", + "0fa081a7a73e91eb1318504b1c2f84a2f8e19d7947a1c7d0f730196f7e484637" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.11.20/youtube-dl-2013.11.20.tar.gz", + "26f456ec8fb0e2e65eee2d7f1f4acc6d30ff2b7ee961444c93a41ba51c9da179" + ] } } } \ No newline at end of file From 1fce91664e44abb1a8bd14e6bdd3b0f6aa226ade Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 21 Nov 2013 14:02:04 +0100 Subject: [PATCH 069/129] release 2013.11.21 --- download.html | 18 +++++++++--------- supportedsites.html | 4 ++-- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 44 insertions(+), 15 deletions(-) diff --git a/download.html b/download.html index 0d6f117a2..6b3ce5bb9 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.20 (sig)

    +

    2013.11.21 (sig)

      -
    • MD5: 9feb7d85adcc2c53c40f42f84f9c41a5
    • -
    • SHA1: 688201c88a71e42011ebe00629f58a49062743d1
    • -
    • SHA256: 2c61e76856bca01237a051294fef6763a8e86e022d95a66760a1be31d440ff7a
    • +
    • MD5: b1d4a78a3e9b3eec3d570292d2e2914e
    • +
    • SHA1: a92280a8df6a63d5719f8d96feef0b7253ca8697
    • +
    • SHA256: 5bf44a6dd12e35acd2ec0993228477338d33c0769d2bc82d1c1ebd65e3fe5062

    - Windows exe (sig - 0fa081a7a73e91eb1318504b1c2f84a2f8e19d7947a1c7d0f730196f7e484637)
    - Full source + docs + binary tarball (sig - 26f456ec8fb0e2e65eee2d7f1f4acc6d30ff2b7ee961444c93a41ba51c9da179) + Windows exe (sig - 66535c20cfd0fe64aeaee0ffc4999bf089303c552d68dd8b0197ecbf5c17597c)
    + Full source + docs + binary tarball (sig - 9cc0e3d3116791ba6966e546a24922523549305488bb73b7194ba10102c78625)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.11.20/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.11.21/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.20/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.11.21/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.20/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.21/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 fa9fbd61f..1142e8caa 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -107,7 +107,7 @@
  • NBCNews
  • Newgrounds
  • nhl.com
  • -
  • nhl.com:videocenter: Download the first 12 videos from a videocenter category
  • +
  • nhl.com:videocenter: NHL videocenter category
  • NowVideo
  • Ooyala
  • ORF
  • @@ -191,8 +191,8 @@
  • youtube:favorites: YouTube.com favourite videos, "ytfav" 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 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 @@ youtube-dl releases youtube-dl-updates-feed - 2013-11-20T07:32:27.197628 + 2013-11-21T14:02:03.316472 youtube-dl-2012.02.22 @@ -1924,4 +1924,19 @@ 2013-11-20 + + youtube-dl-2013.11.21 + New version 2013.11.21 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.21/ +
    +
    + + The youtube-dl maintainers + + 2013-11-21 +
    +
    \ 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 From dde4488dd2233cb845e66fdc100a3c2860ba4fb0 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 22 Nov 2013 17:48:53 +0100 Subject: [PATCH 070/129] release 2013.11.22 --- download.html | 18 +++++++++--------- supportedsites.html | 4 +++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 45 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index 6b3ce5bb9..cd0f06829 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.21 (sig)

    +

    2013.11.22 (sig)

      -
    • MD5: b1d4a78a3e9b3eec3d570292d2e2914e
    • -
    • SHA1: a92280a8df6a63d5719f8d96feef0b7253ca8697
    • -
    • SHA256: 5bf44a6dd12e35acd2ec0993228477338d33c0769d2bc82d1c1ebd65e3fe5062
    • +
    • MD5: 57eb19aab47516f7bcded5378582fee5
    • +
    • SHA1: f00598a3595b750599a6bf0ad679f768662157db
    • +
    • SHA256: 5dd2ba5f005bd08f732e34a752c59c94819ac7a09b1d977e4cd82f6203f0a4f4

    - Windows exe (sig - 66535c20cfd0fe64aeaee0ffc4999bf089303c552d68dd8b0197ecbf5c17597c)
    - Full source + docs + binary tarball (sig - 9cc0e3d3116791ba6966e546a24922523549305488bb73b7194ba10102c78625) + Windows exe (sig - 25bcbcbb0731b78b5e0dba901c8a8272e071174b3241eea82aa8e5f96981901c)
    + Full source + docs + binary tarball (sig - e99de431cc0b58d350f73f74d221811a6ee6843036c51aa24b95dfb7de145c45)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.11.21/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.11.22/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.21/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.11.22/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.21/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.22/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 1142e8caa..e4c4e0693 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -32,6 +32,7 @@
  • bambuser
  • bambuser:channel
  • Bandcamp
  • +
  • Bandcamp:album
  • blip.tv
  • blip.tv:user
  • Bloomberg
  • @@ -140,6 +141,7 @@
  • stanfordoc: Stanford Open ClassRoom
  • Statigram
  • Steam
  • +
  • streamcloud.eu
  • SztvHu
  • Teamcoco
  • TechTalks
  • @@ -191,8 +193,8 @@
  • youtube:favorites: YouTube.com favourite videos, "ytfav" 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 3cbd59488..cec099152 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.11.21 \ No newline at end of file +2013.11.22 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 0f823aafb..26e1cb36d 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-11-21T14:02:03.316472 + 2013-11-22T17:48:51.825122 youtube-dl-2012.02.22 @@ -1939,4 +1939,19 @@ 2013-11-21 + + youtube-dl-2013.11.22 + New version 2013.11.22 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.22/ +
    +
    + + The youtube-dl maintainers + + 2013-11-22 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index f3a0ecbcb..fab71f071 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.11.21", - "signature": "72e0c29cb8bd2817a7468a3898d42fb4707a3402041c776aaf249f5b20e88a442f64bf0792ec9b090b0a8328811d3e707bdde76aa71635c3a076ec3711be64cc9b7f7f8bec3eddcfd437e6b3811ce23510772dfa588ab31e04b6f93ca9023f3edb78050d1cd441339beb6b9e53aa2ff5dd1dde1a7c8bed036df72a71a9803520", + "latest": "2013.11.22", + "signature": "1ab2e78e0cc61bc2839975603ad3e00874fff3e0f4e9cb877b30e8ace6cea8f34faa0e9350877b1cd5823148bc38c1283851c6f5ad253ce995da92dafe1812f519e5f1598bd6fb7e514eb3ab6f748f1be16921a7d9ee271bf40dfe127d75be8d97aa1270ba0d1ded05577c6752121f238b87ae6e52d436b7bad8f29bb03ddbcc", "versions": { "2012.02.22": { "bin": [ @@ -1813,6 +1813,20 @@ "https://yt-dl.org/downloads/2013.11.21/youtube-dl-2013.11.21.tar.gz", "9cc0e3d3116791ba6966e546a24922523549305488bb73b7194ba10102c78625" ] + }, + "2013.11.22": { + "bin": [ + "https://yt-dl.org/downloads/2013.11.22/youtube-dl", + "5dd2ba5f005bd08f732e34a752c59c94819ac7a09b1d977e4cd82f6203f0a4f4" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.11.22/youtube-dl.exe", + "25bcbcbb0731b78b5e0dba901c8a8272e071174b3241eea82aa8e5f96981901c" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.11.22/youtube-dl-2013.11.22.tar.gz", + "e99de431cc0b58d350f73f74d221811a6ee6843036c51aa24b95dfb7de145c45" + ] } } } \ No newline at end of file From 0c0e6a64a3ca518eec9f693c0dfc5b830b65343d Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 22 Nov 2013 20:25:49 +0100 Subject: [PATCH 071/129] release 2013.11.22.1 --- 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 cd0f06829..59cd4a3aa 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.22 (sig)

    +

    2013.11.22.1 (sig)

      -
    • MD5: 57eb19aab47516f7bcded5378582fee5
    • -
    • SHA1: f00598a3595b750599a6bf0ad679f768662157db
    • -
    • SHA256: 5dd2ba5f005bd08f732e34a752c59c94819ac7a09b1d977e4cd82f6203f0a4f4
    • +
    • MD5: 0c4c6754245e7f689d65fa425104346f
    • +
    • SHA1: cdd666e8487d4e8fa7e937f63e0e91d3a0b26920
    • +
    • SHA256: 697e79f323442d5e4ce378bb17b970a54333efbe35759a9d100536f81467096a

    - Windows exe (sig - 25bcbcbb0731b78b5e0dba901c8a8272e071174b3241eea82aa8e5f96981901c)
    - Full source + docs + binary tarball (sig - e99de431cc0b58d350f73f74d221811a6ee6843036c51aa24b95dfb7de145c45) + Windows exe (sig - 8973598b2f2568c42620924a8e41db76e4d3c395e33f001b07045abfdba40ae4)
    + Full source + docs + binary tarball (sig - 84b4ef233b6584ab33fe07d9a535a9820f185c2a0e4a1050cb559d6be0d9100e)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.11.22/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.11.22.1/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.22/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.11.22.1/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.22/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.22.1/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 e4c4e0693..75cb99b21 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -193,8 +193,8 @@
  • youtube:favorites: YouTube.com favourite videos, "ytfav" 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 cec099152..919a6f373 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.11.22 \ No newline at end of file +2013.11.22.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 26e1cb36d..83fe54a90 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-11-22T17:48:51.825122 + 2013-11-22T20:25:48.693595 youtube-dl-2012.02.22 @@ -1954,4 +1954,19 @@ 2013-11-22 + + youtube-dl-2013.11.22.1 + New version 2013.11.22.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.22.1/ +
    +
    + + The youtube-dl maintainers + + 2013-11-22-1 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index fab71f071..516715198 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.11.22", - "signature": "1ab2e78e0cc61bc2839975603ad3e00874fff3e0f4e9cb877b30e8ace6cea8f34faa0e9350877b1cd5823148bc38c1283851c6f5ad253ce995da92dafe1812f519e5f1598bd6fb7e514eb3ab6f748f1be16921a7d9ee271bf40dfe127d75be8d97aa1270ba0d1ded05577c6752121f238b87ae6e52d436b7bad8f29bb03ddbcc", + "latest": "2013.11.22.1", + "signature": "8b098e01200acaad5afacebb2970299d40b8f58e69c74c723bae3b909258c69e0f3ea3db30a8b1ee305959b07f0265f9d1c3098da15bab9c92189b44ed69cc722630e14dbb43e54b778eae78e3eb0e4c7c5e888851234d19cae8112ad0a0c89a6ad0047464ae252f9f6e55cbb9b2515b95b1a4912573fe66c16019b3922339a8", "versions": { "2012.02.22": { "bin": [ @@ -1827,6 +1827,20 @@ "https://yt-dl.org/downloads/2013.11.22/youtube-dl-2013.11.22.tar.gz", "e99de431cc0b58d350f73f74d221811a6ee6843036c51aa24b95dfb7de145c45" ] + }, + "2013.11.22.1": { + "bin": [ + "https://yt-dl.org/downloads/2013.11.22.1/youtube-dl", + "697e79f323442d5e4ce378bb17b970a54333efbe35759a9d100536f81467096a" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.11.22.1/youtube-dl.exe", + "8973598b2f2568c42620924a8e41db76e4d3c395e33f001b07045abfdba40ae4" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.11.22.1/youtube-dl-2013.11.22.1.tar.gz", + "84b4ef233b6584ab33fe07d9a535a9820f185c2a0e4a1050cb559d6be0d9100e" + ] } } } \ No newline at end of file From 1e4364dad655b7bfe56a88188ce2c551f7065bc4 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 22 Nov 2013 23:28:10 +0100 Subject: [PATCH 072/129] release 2013.11.22.2 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 59cd4a3aa..71106ebfe 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.22.1 (sig)

    +

    2013.11.22.2 (sig)

      -
    • MD5: 0c4c6754245e7f689d65fa425104346f
    • -
    • SHA1: cdd666e8487d4e8fa7e937f63e0e91d3a0b26920
    • -
    • SHA256: 697e79f323442d5e4ce378bb17b970a54333efbe35759a9d100536f81467096a
    • +
    • MD5: 58d4140950aabf636bbf4f9327a1bff0
    • +
    • SHA1: e8717040e3be85811c0672392f4cf04ac2c00a65
    • +
    • SHA256: 1a3e1770724a2ee1846043d9b706373b28c367f13f83bc4a18bf70391b5ac01b

    - Windows exe (sig - 8973598b2f2568c42620924a8e41db76e4d3c395e33f001b07045abfdba40ae4)
    - Full source + docs + binary tarball (sig - 84b4ef233b6584ab33fe07d9a535a9820f185c2a0e4a1050cb559d6be0d9100e) + Windows exe (sig - 2e0a9132d11ca844fe7f4ceb2bef1811ad6476ef595ee7316da9b8cd5ca7354a)
    + Full source + docs + binary tarball (sig - cb4a68565c27c73e7088f9da764a2996505ca06459d36e2f5176fa0dda89659e)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.11.22.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.11.22.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.22.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.11.22.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.22.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.22.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/update/LATEST_VERSION b/update/LATEST_VERSION index 919a6f373..067bae326 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.11.22.1 \ No newline at end of file +2013.11.22.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 83fe54a90..d216cc28a 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-11-22T20:25:48.693595 + 2013-11-22T23:28:09.145106 youtube-dl-2012.02.22 @@ -1969,4 +1969,19 @@ 2013-11-22-1 + + youtube-dl-2013.11.22.2 + New version 2013.11.22.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.22.2/ +
    +
    + + The youtube-dl maintainers + + 2013-11-22-2 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 516715198..8eeb7a50b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.11.22.1", - "signature": "8b098e01200acaad5afacebb2970299d40b8f58e69c74c723bae3b909258c69e0f3ea3db30a8b1ee305959b07f0265f9d1c3098da15bab9c92189b44ed69cc722630e14dbb43e54b778eae78e3eb0e4c7c5e888851234d19cae8112ad0a0c89a6ad0047464ae252f9f6e55cbb9b2515b95b1a4912573fe66c16019b3922339a8", + "latest": "2013.11.22.2", + "signature": "03b61ed8279e096466ca4426bee43e8cbf88b0f832281f89c4563da896154e21842f83e695b7a980106488a7de385139f17f0d1c64135df32bfe17045142d2f66007c232183d5617ab70f429975e34c09888a3c60616f9a0dd81b79d3422e6b6ac7fe27ba79489d73457245058b7e4fc088e352845a9b384dcd806627ad75141", "versions": { "2012.02.22": { "bin": [ @@ -1841,6 +1841,20 @@ "https://yt-dl.org/downloads/2013.11.22.1/youtube-dl-2013.11.22.1.tar.gz", "84b4ef233b6584ab33fe07d9a535a9820f185c2a0e4a1050cb559d6be0d9100e" ] + }, + "2013.11.22.2": { + "bin": [ + "https://yt-dl.org/downloads/2013.11.22.2/youtube-dl", + "1a3e1770724a2ee1846043d9b706373b28c367f13f83bc4a18bf70391b5ac01b" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.11.22.2/youtube-dl.exe", + "2e0a9132d11ca844fe7f4ceb2bef1811ad6476ef595ee7316da9b8cd5ca7354a" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.11.22.2/youtube-dl-2013.11.22.2.tar.gz", + "cb4a68565c27c73e7088f9da764a2996505ca06459d36e2f5176fa0dda89659e" + ] } } } \ No newline at end of file From aa6e508a39100056adc92f827c6b0196d6377428 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 24 Nov 2013 07:33:47 +0100 Subject: [PATCH 073/129] release 2013.11.24 --- download.html | 18 +++++++++--------- supportedsites.html | 4 +++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 45 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index 71106ebfe..2b95d3a6f 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.22.2 (sig)

    +

    2013.11.24 (sig)

      -
    • MD5: 58d4140950aabf636bbf4f9327a1bff0
    • -
    • SHA1: e8717040e3be85811c0672392f4cf04ac2c00a65
    • -
    • SHA256: 1a3e1770724a2ee1846043d9b706373b28c367f13f83bc4a18bf70391b5ac01b
    • +
    • MD5: 1a1b4312c4401076411e93545eaa13cf
    • +
    • SHA1: 3a032613da6b993d871d00e08d02ccf07e55775f
    • +
    • SHA256: 2b55ccf8feb85da9707ebaaaad00f93856783856acb2f4635df8d84882a02930

    - Windows exe (sig - 2e0a9132d11ca844fe7f4ceb2bef1811ad6476ef595ee7316da9b8cd5ca7354a)
    - Full source + docs + binary tarball (sig - cb4a68565c27c73e7088f9da764a2996505ca06459d36e2f5176fa0dda89659e) + Windows exe (sig - 72c72938e4730994fc40c0f712f8f281d552b3222c93265ecb4737c6a8f1cb19)
    + Full source + docs + binary tarball (sig - c7391dcda712f07ae0cfcfe8adf639aba2f4afb3d23ef2242e0751c954654ccb)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.11.22.2/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.11.24/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.22.2/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.11.24/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.22.2/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.24/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 75cb99b21..5915ecd20 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -109,6 +109,7 @@
  • Newgrounds
  • nhl.com
  • nhl.com:videocenter: NHL videocenter category
  • +
  • niconico: ニコニコ動画
  • NowVideo
  • Ooyala
  • ORF
  • @@ -171,6 +172,7 @@
  • VideoDetective
  • videofy.me
  • VideoPremium
  • +
  • viki
  • vimeo
  • vimeo:channel
  • Vine
  • @@ -193,8 +195,8 @@
  • youtube:favorites: YouTube.com favourite videos, "ytfav" 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 067bae326..172210dd5 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.11.22.2 \ No newline at end of file +2013.11.24 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index d216cc28a..ce21e2603 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-11-22T23:28:09.145106 + 2013-11-24T07:33:46.093787 youtube-dl-2012.02.22 @@ -1984,4 +1984,19 @@ 2013-11-22-2 + + youtube-dl-2013.11.24 + New version 2013.11.24 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.24/ +
    +
    + + The youtube-dl maintainers + + 2013-11-24 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 8eeb7a50b..b4821d076 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.11.22.2", - "signature": "03b61ed8279e096466ca4426bee43e8cbf88b0f832281f89c4563da896154e21842f83e695b7a980106488a7de385139f17f0d1c64135df32bfe17045142d2f66007c232183d5617ab70f429975e34c09888a3c60616f9a0dd81b79d3422e6b6ac7fe27ba79489d73457245058b7e4fc088e352845a9b384dcd806627ad75141", + "latest": "2013.11.24", + "signature": "11e071e1de9e812ecb3407728e5ae1f9d72ab6a5b67ce526f1d1f1ca3ea660525fe3895e4bc9087e4becc37702ce9c0d63fa36674502c37abcbf45a40ce9b351f61ddcd980e960c45a9147c68c5bf8d8fd1c12e1c341594ba314e73dc942f7f4399b34bfd02a74a443a0e6182c71d771f5ce5e241c2ec7911dc3fa8231d328a4", "versions": { "2012.02.22": { "bin": [ @@ -1855,6 +1855,20 @@ "https://yt-dl.org/downloads/2013.11.22.2/youtube-dl-2013.11.22.2.tar.gz", "cb4a68565c27c73e7088f9da764a2996505ca06459d36e2f5176fa0dda89659e" ] + }, + "2013.11.24": { + "bin": [ + "https://yt-dl.org/downloads/2013.11.24/youtube-dl", + "2b55ccf8feb85da9707ebaaaad00f93856783856acb2f4635df8d84882a02930" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.11.24/youtube-dl.exe", + "72c72938e4730994fc40c0f712f8f281d552b3222c93265ecb4737c6a8f1cb19" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.11.24/youtube-dl-2013.11.24.tar.gz", + "c7391dcda712f07ae0cfcfe8adf639aba2f4afb3d23ef2242e0751c954654ccb" + ] } } } \ No newline at end of file From 2097054c58964575d0df82219ba1dc82d58880c8 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 24 Nov 2013 07:55:07 +0100 Subject: [PATCH 074/129] release 2013.11.24.1 --- download.html | 18 +++++++++--------- supportedsites.html | 3 ++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 44 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index 2b95d3a6f..a7e58da57 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.24 (sig)

    +

    2013.11.24.1 (sig)

      -
    • MD5: 1a1b4312c4401076411e93545eaa13cf
    • -
    • SHA1: 3a032613da6b993d871d00e08d02ccf07e55775f
    • -
    • SHA256: 2b55ccf8feb85da9707ebaaaad00f93856783856acb2f4635df8d84882a02930
    • +
    • MD5: 64709159abe1a292061e1712195f1ce2
    • +
    • SHA1: f825219d60202d447654710553f45a401d11ec16
    • +
    • SHA256: 14d9adb433c9ee8210651d491a0957cb0bcddd15614377fc17c3ba1efe78537f

    - Windows exe (sig - 72c72938e4730994fc40c0f712f8f281d552b3222c93265ecb4737c6a8f1cb19)
    - Full source + docs + binary tarball (sig - c7391dcda712f07ae0cfcfe8adf639aba2f4afb3d23ef2242e0751c954654ccb) + Windows exe (sig - 884ee3a11c19246666ce7a343a645b0b06f8ddbb47bdf5466923906bdc89b9d0)
    + Full source + docs + binary tarball (sig - 5649de849fd9ba2a8a7edb195a825d4644c0ddb41190cb9e6a739543c2b1003a)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.11.24/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.11.24.1/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.24/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.11.24.1/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.24/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.24.1/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 5915ecd20..a91f307af 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -41,6 +41,7 @@
  • canalc2.tv
  • canalplus.fr
  • Cinemassacre
  • +
  • clipfish
  • CNN
  • CollegeHumor
  • ComedyCentral: The Daily Show / Colbert Report
  • @@ -195,8 +196,8 @@
  • youtube:favorites: YouTube.com favourite videos, "ytfav" 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 172210dd5..d80db21ec 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.11.24 \ No newline at end of file +2013.11.24.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index ce21e2603..6731707db 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-11-24T07:33:46.093787 + 2013-11-24T07:55:05.963348 youtube-dl-2012.02.22 @@ -1999,4 +1999,19 @@ 2013-11-24 + + youtube-dl-2013.11.24.1 + New version 2013.11.24.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.24.1/ +
    +
    + + The youtube-dl maintainers + + 2013-11-24-1 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index b4821d076..af702f841 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.11.24", - "signature": "11e071e1de9e812ecb3407728e5ae1f9d72ab6a5b67ce526f1d1f1ca3ea660525fe3895e4bc9087e4becc37702ce9c0d63fa36674502c37abcbf45a40ce9b351f61ddcd980e960c45a9147c68c5bf8d8fd1c12e1c341594ba314e73dc942f7f4399b34bfd02a74a443a0e6182c71d771f5ce5e241c2ec7911dc3fa8231d328a4", + "latest": "2013.11.24.1", + "signature": "004769ccfd4f9195b0caeeb0b90a04d9f27fa6075f57f44b400ec1a6596cb11bd6393fd77f94667c290bdab721a978101506bf5abbf794661dc25dab27ed42fd2c96e158d680b398eecdf7e13e4f2ba3db8a3f70552ff8068573574d54cb0169e70bfafc4626ae99f05be18503582fc83e6c6c1947e6840b1869560ea0876a18", "versions": { "2012.02.22": { "bin": [ @@ -1869,6 +1869,20 @@ "https://yt-dl.org/downloads/2013.11.24/youtube-dl-2013.11.24.tar.gz", "c7391dcda712f07ae0cfcfe8adf639aba2f4afb3d23ef2242e0751c954654ccb" ] + }, + "2013.11.24.1": { + "bin": [ + "https://yt-dl.org/downloads/2013.11.24.1/youtube-dl", + "14d9adb433c9ee8210651d491a0957cb0bcddd15614377fc17c3ba1efe78537f" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.11.24.1/youtube-dl.exe", + "884ee3a11c19246666ce7a343a645b0b06f8ddbb47bdf5466923906bdc89b9d0" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.11.24.1/youtube-dl-2013.11.24.1.tar.gz", + "5649de849fd9ba2a8a7edb195a825d4644c0ddb41190cb9e6a739543c2b1003a" + ] } } } \ No newline at end of file From fcaafe56192231ea3e61204d1e4298ead8a0da39 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 24 Nov 2013 07:58:30 +0100 Subject: [PATCH 075/129] Remove duplicate list from documentation Users are prone to overread the introductory text and conclude that just because an extractor is missing in this list, youtube-dl does not support the site. --- documentation.html | 36 ++---------------------------------- 1 file changed, 2 insertions(+), 34 deletions(-) diff --git a/documentation.html b/documentation.html index b3c75a826..2eee96d8c 100644 --- a/documentation.html +++ b/documentation.html @@ -52,42 +52,10 @@

    Supported sites

    -youtube-dl can download videos from a lot of sites, here's a list with some of the most popular. -For a complete list, see the Supported sites pages or execute youtube-dl --list-extractors. +youtube-dl can download videos from not only YouTube, but over 150 different services. +For a complete list, see the Supported sites pages or execute youtube-dl --extractor-descriptions.

    -
      -
    • YouTube.com.
    • -
    • YouTube.com playlists (playlist URLs in "view_play_list" form).
    • -
    • YouTube.com searches, using the special keyword "ytsearch" as a form of URL, as in "ytsearch:cute kittens". Do not forget the quotes if you want to include spaces in your search. Other variants are "ytsearchN" to download more than the first result, with N being a number, and "ytsearchall".
    • -
    • YouTube.com user videos, using user page URLs or the specifc "ytuser" keyword.
    • -
    • metacafe.com.
    • -
    • Google Video.
    • -
    • Google Video searches ("gvsearch" keyword).
    • -
    • Photobucket videos.
    • -
    • Yahoo! screen.
    • -
    • Yahoo! screen searches ("yvsearch" keyword).
    • -
    • Dailymotion.
    • -
    • DepositFiles.
    • -
    • blip.tv.
    • -
    • vimeo.
    • -
    • myvideo.de.
    • -
    • The Daily Show / Colbert Nation.
    • -
    • The Escapist.
    • -
    • CollegeHumor.
    • -
    • arte.tv.
    • -
    • Soundcloud.
    • -
    • xvideos.
    • -
    • infoq.
    • -
    • mixcloud.
    • -
    • Stanford Open Content.
    • -
    • Youku.
    • -
    • MTV.
    • -
    • XNXX.
    • -
    • Google Plus.
    • -
    • A generic downloader that works in some sites.
    • -
    -

    Proxy support

    youtube-dl supports downloading videos through a proxy, by setting the http_proxy environment variable to the proxy URL, as in http://proxy_machine_name:port/.

    From 94a36fdcea52fb432c5a3de7cd126aca8daa5768 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 25 Nov 2013 03:45:35 +0100 Subject: [PATCH 076/129] release 2013.11.25 --- download.html | 18 +++++++++--------- supportedsites.html | 4 +++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 45 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index a7e58da57..b8bcba977 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.24.1 (sig)

    +

    2013.11.25 (sig)

      -
    • MD5: 64709159abe1a292061e1712195f1ce2
    • -
    • SHA1: f825219d60202d447654710553f45a401d11ec16
    • -
    • SHA256: 14d9adb433c9ee8210651d491a0957cb0bcddd15614377fc17c3ba1efe78537f
    • +
    • MD5: aa920e127a0720ae638ea923da799a19
    • +
    • SHA1: 46236ebdb0d036622c3c1c9eb97535818aebc0cb
    • +
    • SHA256: 262454753a8c65ae5bb0dd575f3f04331a091379c895beaa61af28f476d4a2ae

    - Windows exe (sig - 884ee3a11c19246666ce7a343a645b0b06f8ddbb47bdf5466923906bdc89b9d0)
    - Full source + docs + binary tarball (sig - 5649de849fd9ba2a8a7edb195a825d4644c0ddb41190cb9e6a739543c2b1003a) + Windows exe (sig - 2f39008de71ab8a65022967446a677991e94ff2ba1e0f53c8c83a65518d7ad20)
    + Full source + docs + binary tarball (sig - d14f9d00aaab19d4647d5f05c831999cad48db093def13785ce7175c110fe5cd)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.11.24.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.11.25/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.24.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.11.25/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.24.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/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 a91f307af..db05f069e 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -44,7 +44,8 @@
  • clipfish
  • CNN
  • CollegeHumor
  • -
  • ComedyCentral: The Daily Show / Colbert Report
  • +
  • ComedyCentral
  • +
  • ComedyCentralShows: The Daily Show / Colbert Report
  • CondeNast: Condé Nast media group: GQ, Glamour, Vanity Fair, Vogue, W Magazine, WIRED
  • Criterion
  • CSpan
  • @@ -194,6 +195,7 @@
  • youtube: YouTube.com
  • youtube:channel: YouTube.com channels
  • youtube:favorites: YouTube.com favourite videos, "ytfav" keyword (requires authentication)
  • +
  • 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
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index d80db21ec..d030963b7 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.11.24.1 \ No newline at end of file +2013.11.25 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 6731707db..d741e8aa8 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-11-24T07:55:05.963348 + 2013-11-25T03:45:33.836180 youtube-dl-2012.02.22 @@ -2014,4 +2014,19 @@ 2013-11-24-1 + + youtube-dl-2013.11.25 + New version 2013.11.25 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.25/ +
    +
    + + The youtube-dl maintainers + + 2013-11-25 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index af702f841..9c98be77e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.11.24.1", - "signature": "004769ccfd4f9195b0caeeb0b90a04d9f27fa6075f57f44b400ec1a6596cb11bd6393fd77f94667c290bdab721a978101506bf5abbf794661dc25dab27ed42fd2c96e158d680b398eecdf7e13e4f2ba3db8a3f70552ff8068573574d54cb0169e70bfafc4626ae99f05be18503582fc83e6c6c1947e6840b1869560ea0876a18", + "latest": "2013.11.25", + "signature": "704bb4d3b61a7d6a78933179a32d0ff45c56029afcdd9de9cb3672ab27d4397a43076b0a227bd87f28596e26bc7d976684e5a9243b5302fc900a7ffafcfadd86475aaf2a4765e461764801fc57e792199f4d2f07248a268e032192086b116ae964803eb0d96d332ce00808699122307e70974f46d1704d23c190e5de2f08541d", "versions": { "2012.02.22": { "bin": [ @@ -1883,6 +1883,20 @@ "https://yt-dl.org/downloads/2013.11.24.1/youtube-dl-2013.11.24.1.tar.gz", "5649de849fd9ba2a8a7edb195a825d4644c0ddb41190cb9e6a739543c2b1003a" ] + }, + "2013.11.25": { + "bin": [ + "https://yt-dl.org/downloads/2013.11.25/youtube-dl", + "262454753a8c65ae5bb0dd575f3f04331a091379c895beaa61af28f476d4a2ae" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.11.25/youtube-dl.exe", + "2f39008de71ab8a65022967446a677991e94ff2ba1e0f53c8c83a65518d7ad20" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.11.25/youtube-dl-2013.11.25.tar.gz", + "d14f9d00aaab19d4647d5f05c831999cad48db093def13785ce7175c110fe5cd" + ] } } } \ No newline at end of file From 035ee9c09085ec811b6f6f07dd1c0022b7911f70 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 25 Nov 2013 06:09:46 +0100 Subject: [PATCH 077/129] release 2013.11.25.1 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index b8bcba977..69f761804 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 (sig)

    +

    2013.11.25.1 (sig)

      -
    • MD5: aa920e127a0720ae638ea923da799a19
    • -
    • SHA1: 46236ebdb0d036622c3c1c9eb97535818aebc0cb
    • -
    • SHA256: 262454753a8c65ae5bb0dd575f3f04331a091379c895beaa61af28f476d4a2ae
    • +
    • MD5: ab610516db7eac617f2b1d1076fe523f
    • +
    • SHA1: 361f0eee8bebe8559d2ab3d2b5906f72e13e20b2
    • +
    • SHA256: 915027c219578b4d287a298b32e5b4437aa13cb8b165b2173d32f8453c66473e

    - Windows exe (sig - 2f39008de71ab8a65022967446a677991e94ff2ba1e0f53c8c83a65518d7ad20)
    - Full source + docs + binary tarball (sig - d14f9d00aaab19d4647d5f05c831999cad48db093def13785ce7175c110fe5cd) + Windows exe (sig - 6f75c2023fd8c3ddf3d9484360a97e680c27efb67ecc5bd5541b4230658ff341)
    + Full source + docs + binary tarball (sig - 28d6ab4d9f726cf3144e19d8d659566ed53eb5f322458be44b184167a2d7a0f1)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.11.25/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.11.25.1/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/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.11.25.1/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/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.1/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/update/LATEST_VERSION b/update/LATEST_VERSION index d030963b7..b63ed73f5 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.11.25 \ No newline at end of file +2013.11.25.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index d741e8aa8..b4f4523f6 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-11-25T03:45:33.836180 + 2013-11-25T06:09:45.185072 youtube-dl-2012.02.22 @@ -2029,4 +2029,19 @@ 2013-11-25 + + youtube-dl-2013.11.25.1 + New version 2013.11.25.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.25.1/ +
    +
    + + The youtube-dl maintainers + + 2013-11-25-1 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 9c98be77e..f03d038f5 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.11.25", - "signature": "704bb4d3b61a7d6a78933179a32d0ff45c56029afcdd9de9cb3672ab27d4397a43076b0a227bd87f28596e26bc7d976684e5a9243b5302fc900a7ffafcfadd86475aaf2a4765e461764801fc57e792199f4d2f07248a268e032192086b116ae964803eb0d96d332ce00808699122307e70974f46d1704d23c190e5de2f08541d", + "latest": "2013.11.25.1", + "signature": "65ee5c7fe267c7b7b7fc1bc5b8bda74b674db9cc87e20ff58e38aa8d0b58a216daeb9cf536fc97e2f28c248c111d5dc9fef99b2ba5c89e470abe51c75f7eeb3f779862c11c170dda34efe3e155834334b1663e978a52c416566e7e82a0678cb206ab61610dfba56cde9b3c728af1c98f22df25d541973978f00692b04810e828", "versions": { "2012.02.22": { "bin": [ @@ -1897,6 +1897,20 @@ "https://yt-dl.org/downloads/2013.11.25/youtube-dl-2013.11.25.tar.gz", "d14f9d00aaab19d4647d5f05c831999cad48db093def13785ce7175c110fe5cd" ] + }, + "2013.11.25.1": { + "bin": [ + "https://yt-dl.org/downloads/2013.11.25.1/youtube-dl", + "915027c219578b4d287a298b32e5b4437aa13cb8b165b2173d32f8453c66473e" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.11.25.1/youtube-dl.exe", + "6f75c2023fd8c3ddf3d9484360a97e680c27efb67ecc5bd5541b4230658ff341" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.11.25.1/youtube-dl-2013.11.25.1.tar.gz", + "28d6ab4d9f726cf3144e19d8d659566ed53eb5f322458be44b184167a2d7a0f1" + ] } } } \ No newline at end of file From bd2cf1dd4f63fe97a13b18117947e14437d14f75 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 25 Nov 2013 15:49:04 +0100 Subject: [PATCH 078/129] 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)

      -
    • MD5: ab610516db7eac617f2b1d1076fe523f
    • -
    • SHA1: 361f0eee8bebe8559d2ab3d2b5906f72e13e20b2
    • -
    • SHA256: 915027c219578b4d287a298b32e5b4437aa13cb8b165b2173d32f8453c66473e
    • +
    • MD5: b5fae22ef37d68e64f95a74f53b497bf
    • +
    • SHA1: 72e97158602c3da0ce74d8f8d6b1152995ae5718
    • +
    • SHA256: 9de74812fe16cde2493b9012d55ea82bf770624f7740db31c171bf583bfdff2c

    - 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 From 7079c07db23c4325c934510da0e4a9ad503006ab Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 25 Nov 2013 22:57:46 +0100 Subject: [PATCH 079/129] release 2013.11.25.3 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index ad941f5a0..77e13dbf1 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.2 (sig)

    +

    2013.11.25.3 (sig)

      -
    • MD5: b5fae22ef37d68e64f95a74f53b497bf
    • -
    • SHA1: 72e97158602c3da0ce74d8f8d6b1152995ae5718
    • -
    • SHA256: 9de74812fe16cde2493b9012d55ea82bf770624f7740db31c171bf583bfdff2c
    • +
    • MD5: 5140ad597f069abbdc78ce9784d719e5
    • +
    • SHA1: 7c22ac31002417f13bfc78e599dc5bdab04cd389
    • +
    • SHA256: 13ad9f5552825591b64d6e67668d6fc6c77348aead5a6ef27a161c7c308f31c7

    - Windows exe (sig - bb0e526ba0ffe4599c728e18ac8127939fc8bd06f545b56706d4ee6f81b40183)
    - Full source + docs + binary tarball (sig - 9b660be4c2c6888ecbfcfcb56870a55b7af9103c485d070121b5eefa4d5f0bc5) + Windows exe (sig - 9e6052603c2bc556caf0f1826744b89131042ae9b3c8d18296bb90cb9ed80f6d)
    + Full source + docs + binary tarball (sig - 1f222bad96965ba2a22dd9a08e407d2ba54f1bb2dd696845c939944d822a1f60)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.11.25.2/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.11.25.3/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.2/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.11.25.3/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.2/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.3/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/update/LATEST_VERSION b/update/LATEST_VERSION index 6b91a8482..f3c1258f4 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.11.25.2 \ No newline at end of file +2013.11.25.3 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 4f92c1cd4..b9d96e165 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-11-25T15:49:03.231670 + 2013-11-25T22:57:44.005558 youtube-dl-2012.02.22 @@ -2059,4 +2059,19 @@ 2013-11-25-2 + + youtube-dl-2013.11.25.3 + New version 2013.11.25.3 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.25.3/ +
    +
    + + The youtube-dl maintainers + + 2013-11-25-3 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 450893627..01aefd96e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.11.25.2", - "signature": "2e5d14eb0a6f3d48226ee4645de2b487364b5a7034a52efdb65ff498d74f625b5533cb337ed138bee85e44cf01460c72420e562b7a5b464024643b91609f5f66f9ada95b056051f45b37294446732897c37d875a8d646b91f2d5ccffcbdbce9323294f3b453d1b82ca66ae08369795b30621e7e660216d037950e6500e428feb", + "latest": "2013.11.25.3", + "signature": "1c19522109a1947380f83ca3b959e3ad77226c24dc655c3241535775845bae95b81bb0a60877402ef751ccff6981cf53cc9fdbb3b830add0a0b9e8902e716d274f6a6fc323fc6876158146d9b67b0ef15a541ce5d312dae7ee14fa0e99fb80401eb61ab3001aabca231cb3e4d294cda5641c6318e410ad57747d7517157e9267", "versions": { "2012.02.22": { "bin": [ @@ -1925,6 +1925,20 @@ "https://yt-dl.org/downloads/2013.11.25.2/youtube-dl-2013.11.25.2.tar.gz", "9b660be4c2c6888ecbfcfcb56870a55b7af9103c485d070121b5eefa4d5f0bc5" ] + }, + "2013.11.25.3": { + "bin": [ + "https://yt-dl.org/downloads/2013.11.25.3/youtube-dl", + "13ad9f5552825591b64d6e67668d6fc6c77348aead5a6ef27a161c7c308f31c7" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.11.25.3/youtube-dl.exe", + "9e6052603c2bc556caf0f1826744b89131042ae9b3c8d18296bb90cb9ed80f6d" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.11.25.3/youtube-dl-2013.11.25.3.tar.gz", + "1f222bad96965ba2a22dd9a08e407d2ba54f1bb2dd696845c939944d822a1f60" + ] } } } \ No newline at end of file From 88584f74b547449e02b2203b23ba88186df3855c Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 26 Nov 2013 10:48:14 +0100 Subject: [PATCH 080/129] release 2013.11.26 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 77e13dbf1..098efa873 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.3 (sig)

    +

    2013.11.26 (sig)

      -
    • MD5: 5140ad597f069abbdc78ce9784d719e5
    • -
    • SHA1: 7c22ac31002417f13bfc78e599dc5bdab04cd389
    • -
    • SHA256: 13ad9f5552825591b64d6e67668d6fc6c77348aead5a6ef27a161c7c308f31c7
    • +
    • MD5: 6ce67bde60d96870be685c79a0bbf9cd
    • +
    • SHA1: cb638eff7680c182eb5edb01656c811b82618d9e
    • +
    • SHA256: 6efbe1d3e53b8a9341ab785b04c7463ddc41ec8180ab56411ee9884dd875b1e7

    - Windows exe (sig - 9e6052603c2bc556caf0f1826744b89131042ae9b3c8d18296bb90cb9ed80f6d)
    - Full source + docs + binary tarball (sig - 1f222bad96965ba2a22dd9a08e407d2ba54f1bb2dd696845c939944d822a1f60) + Windows exe (sig - 9b3c8927acfaddf91f5a4af7f6562d0a086a23987718cfc0d1c5c269d7f6e1a4)
    + Full source + docs + binary tarball (sig - eb38ace616da80f3adb4613faea36d3085e7874a27b933f9fc48b32b930f1922)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.11.25.3/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.11.26/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.3/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.11.26/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.3/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.26/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/update/LATEST_VERSION b/update/LATEST_VERSION index f3c1258f4..7365244cc 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.11.25.3 \ No newline at end of file +2013.11.26 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b9d96e165..ce9d1d2e3 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-11-25T22:57:44.005558 + 2013-11-26T10:48:13.447921 youtube-dl-2012.02.22 @@ -2074,4 +2074,19 @@ 2013-11-25-3 + + youtube-dl-2013.11.26 + New version 2013.11.26 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.26/ +
    +
    + + The youtube-dl maintainers + + 2013-11-26 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 01aefd96e..2388ce845 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.11.25.3", - "signature": "1c19522109a1947380f83ca3b959e3ad77226c24dc655c3241535775845bae95b81bb0a60877402ef751ccff6981cf53cc9fdbb3b830add0a0b9e8902e716d274f6a6fc323fc6876158146d9b67b0ef15a541ce5d312dae7ee14fa0e99fb80401eb61ab3001aabca231cb3e4d294cda5641c6318e410ad57747d7517157e9267", + "latest": "2013.11.26", + "signature": "8d9f795700a8ba61e83b698e1022eb98cf331f798c5d5336545149a8614c6bae5ce7f0fa94fa80883d0d9dd4f56f7e2bb2327653ea5edf6c47a970d0dcdcfe0fc67df1236f51d8a86cf8c75523de65ee2e70c0dbde1c1b85ac022b7beb33c8cf927a0f9afb68f0f5e403aabccc81ebb7b9ca14d98adfef7297a90657d0449de8", "versions": { "2012.02.22": { "bin": [ @@ -1939,6 +1939,20 @@ "https://yt-dl.org/downloads/2013.11.25.3/youtube-dl-2013.11.25.3.tar.gz", "1f222bad96965ba2a22dd9a08e407d2ba54f1bb2dd696845c939944d822a1f60" ] + }, + "2013.11.26": { + "bin": [ + "https://yt-dl.org/downloads/2013.11.26/youtube-dl", + "6efbe1d3e53b8a9341ab785b04c7463ddc41ec8180ab56411ee9884dd875b1e7" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.11.26/youtube-dl.exe", + "9b3c8927acfaddf91f5a4af7f6562d0a086a23987718cfc0d1c5c269d7f6e1a4" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.11.26/youtube-dl-2013.11.26.tar.gz", + "eb38ace616da80f3adb4613faea36d3085e7874a27b933f9fc48b32b930f1922" + ] } } } \ No newline at end of file From 79806ab5a345e832a861f1bc9825bbae547a2483 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 28 Nov 2013 05:53:55 +0100 Subject: [PATCH 081/129] release 2013.11.28 --- 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 098efa873..05a132fbb 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.26 (sig)

    +

    2013.11.28 (sig)

      -
    • MD5: 6ce67bde60d96870be685c79a0bbf9cd
    • -
    • SHA1: cb638eff7680c182eb5edb01656c811b82618d9e
    • -
    • SHA256: 6efbe1d3e53b8a9341ab785b04c7463ddc41ec8180ab56411ee9884dd875b1e7
    • +
    • MD5: f38b76b24c1a4bfbfc03a801f47d0f2a
    • +
    • SHA1: 94909da161259e8aed5657258c2be14d34a2b90a
    • +
    • SHA256: d1fe019e4cc17881db31fbc51e4ee7309dd6887b6ac36d5944ab4e3b03b810ef

    - Windows exe (sig - 9b3c8927acfaddf91f5a4af7f6562d0a086a23987718cfc0d1c5c269d7f6e1a4)
    - Full source + docs + binary tarball (sig - eb38ace616da80f3adb4613faea36d3085e7874a27b933f9fc48b32b930f1922) + Windows exe (sig - f45eebac389d301ba4697c97a638acddd7e2e29585b841270be424a20964de24)
    + Full source + docs + binary tarball (sig - ea9fd7af5bf020fee16920ff5fe0ceecc0d51fdf83554f876a3a8f2208429b12)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.11.26/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.11.28/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.26/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.11.28/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.26/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.28/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..db05f069e 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
  • 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 7365244cc..c8c6124c4 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.11.26 \ No newline at end of file +2013.11.28 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index ce9d1d2e3..5f8d49032 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-11-26T10:48:13.447921 + 2013-11-28T05:53:54.571728 youtube-dl-2012.02.22 @@ -2089,4 +2089,19 @@ 2013-11-26 + + youtube-dl-2013.11.28 + New version 2013.11.28 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.28/ +
    +
    + + The youtube-dl maintainers + + 2013-11-28 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 2388ce845..856c12fa4 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.11.26", - "signature": "8d9f795700a8ba61e83b698e1022eb98cf331f798c5d5336545149a8614c6bae5ce7f0fa94fa80883d0d9dd4f56f7e2bb2327653ea5edf6c47a970d0dcdcfe0fc67df1236f51d8a86cf8c75523de65ee2e70c0dbde1c1b85ac022b7beb33c8cf927a0f9afb68f0f5e403aabccc81ebb7b9ca14d98adfef7297a90657d0449de8", + "latest": "2013.11.28", + "signature": "4d9bffd7dd887929e9de405c5701c98ae543c44ef0496c20e0a7ca8e22fc90df93959e4464d58fe237f4729ffe223ad112de42bc41ddf54b60fee53187cdd886d71bed31ebad26fb59d5c43396b21bd0a02e8da841831cd26beb2c4f7f3adb3247854f05548a592de0b193dbf868e24e8fdad09a5a76843d1406f601f01f40ae", "versions": { "2012.02.22": { "bin": [ @@ -1953,6 +1953,20 @@ "https://yt-dl.org/downloads/2013.11.26/youtube-dl-2013.11.26.tar.gz", "eb38ace616da80f3adb4613faea36d3085e7874a27b933f9fc48b32b930f1922" ] + }, + "2013.11.28": { + "bin": [ + "https://yt-dl.org/downloads/2013.11.28/youtube-dl", + "d1fe019e4cc17881db31fbc51e4ee7309dd6887b6ac36d5944ab4e3b03b810ef" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.11.28/youtube-dl.exe", + "f45eebac389d301ba4697c97a638acddd7e2e29585b841270be424a20964de24" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.11.28/youtube-dl-2013.11.28.tar.gz", + "ea9fd7af5bf020fee16920ff5fe0ceecc0d51fdf83554f876a3a8f2208429b12" + ] } } } \ No newline at end of file From ffa5af300e49c0d9b05b3b60c012c359569d410a Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 28 Nov 2013 06:20:08 +0100 Subject: [PATCH 082/129] release 2013.11.28.1 --- 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 05a132fbb..3c57cbdac 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 (sig)

    +

    2013.11.28.1 (sig)

      -
    • MD5: f38b76b24c1a4bfbfc03a801f47d0f2a
    • -
    • SHA1: 94909da161259e8aed5657258c2be14d34a2b90a
    • -
    • SHA256: d1fe019e4cc17881db31fbc51e4ee7309dd6887b6ac36d5944ab4e3b03b810ef
    • +
    • MD5: 1f78fad0d77af85ea2e07f880ad804b4
    • +
    • SHA1: e26404b5db0963059497ddbf9a0c9f5416447293
    • +
    • SHA256: 3eda203e269ac9429786ec96bd12be97373fa21d7bc347cafe9ea48a0cc9d723

    - Windows exe (sig - f45eebac389d301ba4697c97a638acddd7e2e29585b841270be424a20964de24)
    - Full source + docs + binary tarball (sig - ea9fd7af5bf020fee16920ff5fe0ceecc0d51fdf83554f876a3a8f2208429b12) + Windows exe (sig - 12cf9023fcb53eac75a1dbed03ebcb6703db6105f1e32ef313b86b7cc93ac56f)
    + Full source + docs + binary tarball (sig - 93a5b1047f5c91b00afd0f5fcbf0183cf859b7e810edea2a90f84ff2386de770)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.11.28/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.11.28.1/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/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.11.28.1/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/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.28.1/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 c8c6124c4..b1c794140 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.11.28 \ No newline at end of file +2013.11.28.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 5f8d49032..e035f7156 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-11-28T05:53:54.571728 + 2013-11-28T06:20:07.291604 youtube-dl-2012.02.22 @@ -2104,4 +2104,19 @@ 2013-11-28 + + youtube-dl-2013.11.28.1 + New version 2013.11.28.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.28.1/ +
    +
    + + The youtube-dl maintainers + + 2013-11-28-1 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 856c12fa4..3bfd4d568 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.11.28", - "signature": "4d9bffd7dd887929e9de405c5701c98ae543c44ef0496c20e0a7ca8e22fc90df93959e4464d58fe237f4729ffe223ad112de42bc41ddf54b60fee53187cdd886d71bed31ebad26fb59d5c43396b21bd0a02e8da841831cd26beb2c4f7f3adb3247854f05548a592de0b193dbf868e24e8fdad09a5a76843d1406f601f01f40ae", + "latest": "2013.11.28.1", + "signature": "60a3dfb77a073163847037ae27b6c46a1b971367e4547571620cf5586e8c70c9749df0bdaf7a0474ff6573e78790c7860498d3bc65b2b64a8b017115124d343a1c0fc7b002fda3c838fbcce035cb7cc3034595d021d59f072edd39dd16c464a914d7b4e476bbfe4d424055f6da152b71aab0fe138277cf3fcf781294b77287a4", "versions": { "2012.02.22": { "bin": [ @@ -1967,6 +1967,20 @@ "https://yt-dl.org/downloads/2013.11.28/youtube-dl-2013.11.28.tar.gz", "ea9fd7af5bf020fee16920ff5fe0ceecc0d51fdf83554f876a3a8f2208429b12" ] + }, + "2013.11.28.1": { + "bin": [ + "https://yt-dl.org/downloads/2013.11.28.1/youtube-dl", + "3eda203e269ac9429786ec96bd12be97373fa21d7bc347cafe9ea48a0cc9d723" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.11.28.1/youtube-dl.exe", + "12cf9023fcb53eac75a1dbed03ebcb6703db6105f1e32ef313b86b7cc93ac56f" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.11.28.1/youtube-dl-2013.11.28.1.tar.gz", + "93a5b1047f5c91b00afd0f5fcbf0183cf859b7e810edea2a90f84ff2386de770" + ] } } } \ No newline at end of file From abf08651495177a44574b714a3a5ecafcd6db3a8 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 29 Nov 2013 03:38:08 +0100 Subject: [PATCH 083/129] release 2013.11.29 --- download.html | 18 +++++++++--------- supportedsites.html | 5 ++++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 46 insertions(+), 14 deletions(-) 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)

      -
    • MD5: 1f78fad0d77af85ea2e07f880ad804b4
    • -
    • SHA1: e26404b5db0963059497ddbf9a0c9f5416447293
    • -
    • SHA256: 3eda203e269ac9429786ec96bd12be97373fa21d7bc347cafe9ea48a0cc9d723
    • +
    • MD5: b298418599caf16bf779f1ffb4037198
    • +
    • SHA1: 3a8697df1ff98b421c0edaf2f7805beed0cd0156
    • +
    • SHA256: ecef14a0272ebbccb3782492ace284d09cf7a54e3d999d42ab6e51cac74ee909

    - 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 From a1ce6f914db2715411158a1c1d2b225d138479c7 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 2 Dec 2013 15:01:38 +0100 Subject: [PATCH 084/129] release 2013.12.02 --- download.html | 18 +++++++++--------- supportedsites.html | 4 +++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 45 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index 42aa26d0e..5d75447fa 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.29 (sig)

    +

    2013.12.02 (sig)

      -
    • MD5: b298418599caf16bf779f1ffb4037198
    • -
    • SHA1: 3a8697df1ff98b421c0edaf2f7805beed0cd0156
    • -
    • SHA256: ecef14a0272ebbccb3782492ace284d09cf7a54e3d999d42ab6e51cac74ee909
    • +
    • MD5: 011debd7ffebeaf7db57a2433ae7755c
    • +
    • SHA1: 803ae4be53110a882d279988ff4863e5a5117247
    • +
    • SHA256: a1064866a0597539eebd4e0786d9ae90d77c655914c299a459f26a54a76bd98f

    - Windows exe (sig - 7ea0413de468a73f4ea8bba71f8ca0804e7e617ca850fcbe979b988e13a17a68)
    - Full source + docs + binary tarball (sig - 212c6dcd81c74860f8bab9ec154592bf070478f41451c3da9611da0a794e32bd) + Windows exe (sig - 0ed01e6fb5034e77818c3ff5aa90f1eecc94548e56d17d2e9e98c23ae4573ffa)
    + Full source + docs + binary tarball (sig - 09661aae5b2c56c5fe4e6d24241553bc9fa46f0d6f9797d94c12fb330fee321d)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.11.29/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.12.02/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.29/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.12.02/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.29/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.12.02/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 fa2725606..9e6e45ad9 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -180,6 +180,7 @@
  • viki
  • vimeo
  • vimeo:channel
  • +
  • vimeo:user
  • Vine
  • vk.com
  • wat.tv
  • @@ -192,6 +193,7 @@
  • XTube
  • XVideos
  • Yahoo: Yahoo screen
  • +
  • yahoo:news: Yahoo screen
  • YouJizz
  • Youku
  • YouPorn
  • @@ -201,8 +203,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 16951bbdd..97ce8c9d6 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.11.29 \ No newline at end of file +2013.12.02 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 6caf89f44..6c8159019 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-11-29T03:38:07.640589 + 2013-12-02T15:01:30.314729 youtube-dl-2012.02.22 @@ -2134,4 +2134,19 @@ 2013-11-29 + + youtube-dl-2013.12.02 + New version 2013.12.02 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.02/ +
    +
    + + The youtube-dl maintainers + + 2013-12-02 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 66a6413de..1fbcee692 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.11.29", - "signature": "6e5b751b1ab37565007fefa72ac63ee2d6301e59567569d9881cf5b5e47a2b9ed9ce2e081f1c96656964e0e1c2ee2db77315a78b28a4f353cb2a9ca7ec817aba7f1bf4616019faf746b30d280c924c99e2988e9a21dafc5dc0bf15c28e5257e45334512e484c0130328c33bf31a3e826c9d5af7d49fa5cca054b7ddf8bd00208", + "latest": "2013.12.02", + "signature": "11480fbb09e3655eab41211837fc83e7029f8e63575869fb5eea7ea5b6a66f74be41ca8ccea3a654047737dba37f68b098022e97c37330e97b80e17cac278f848412ffd05072c2987634c9196a730d92d7566ffb2168c2b9cefd593e9ca417ef7cb91262fdf4af1d4af2d0a6c16e87403c571d7dfb969dfe439b59278bb78083", "versions": { "2012.02.22": { "bin": [ @@ -1995,6 +1995,20 @@ "https://yt-dl.org/downloads/2013.11.29/youtube-dl-2013.11.29.tar.gz", "212c6dcd81c74860f8bab9ec154592bf070478f41451c3da9611da0a794e32bd" ] + }, + "2013.12.02": { + "bin": [ + "https://yt-dl.org/downloads/2013.12.02/youtube-dl", + "a1064866a0597539eebd4e0786d9ae90d77c655914c299a459f26a54a76bd98f" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.12.02/youtube-dl.exe", + "0ed01e6fb5034e77818c3ff5aa90f1eecc94548e56d17d2e9e98c23ae4573ffa" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.12.02/youtube-dl-2013.12.02.tar.gz", + "09661aae5b2c56c5fe4e6d24241553bc9fa46f0d6f9797d94c12fb330fee321d" + ] } } } \ No newline at end of file From 09f355f73bf1657ecacfd05eda21d2c4bf1cc4a8 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 3 Dec 2013 13:18:19 +0100 Subject: [PATCH 085/129] release 2013.12.03 --- download.html | 18 +++++++++--------- supportedsites.html | 5 ++++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 46 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index 5d75447fa..3befb12bc 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.12.02 (sig)

    +

    2013.12.03 (sig)

      -
    • MD5: 011debd7ffebeaf7db57a2433ae7755c
    • -
    • SHA1: 803ae4be53110a882d279988ff4863e5a5117247
    • -
    • SHA256: a1064866a0597539eebd4e0786d9ae90d77c655914c299a459f26a54a76bd98f
    • +
    • MD5: 0b43fe6f53c95c9a993f58ac81ce3331
    • +
    • SHA1: a38a057fe26f9ab582c9bb87e231581ac3057187
    • +
    • SHA256: 1c2728cdcfbdd16ccd1b4f8f90f2105b9f8d85351d399265ebaf288bfa89f758

    - Windows exe (sig - 0ed01e6fb5034e77818c3ff5aa90f1eecc94548e56d17d2e9e98c23ae4573ffa)
    - Full source + docs + binary tarball (sig - 09661aae5b2c56c5fe4e6d24241553bc9fa46f0d6f9797d94c12fb330fee321d) + Windows exe (sig - a6769ab158a76d5393e52f85fb3f8a31d9e85d05dc9bc314508423fe284e50d5)
    + Full source + docs + binary tarball (sig - 0d8a4e66971949645aedfdef8c9a1b3010aa6abea19875571040eca228fabecf)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.12.02/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.12.03/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.12.02/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.12.03/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.12.02/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.12.03/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 9e6e45ad9..a7b34c7e6 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -135,6 +135,9 @@
  • Sina
  • Slashdot
  • Slideshare
  • +
  • smotri: Smotri.com
  • +
  • smotri:community: Smotri.com community videos
  • +
  • smotri:user: Smotri.com user videos
  • Sohu
  • soundcloud
  • soundcloud:set
  • @@ -203,8 +206,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 97ce8c9d6..5eab2a1a8 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.12.02 \ No newline at end of file +2013.12.03 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 6c8159019..0f5a3a28f 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-12-02T15:01:30.314729 + 2013-12-03T13:18:17.698944 youtube-dl-2012.02.22 @@ -2149,4 +2149,19 @@ 2013-12-02 + + youtube-dl-2013.12.03 + New version 2013.12.03 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.03/ +
    +
    + + The youtube-dl maintainers + + 2013-12-03 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 1fbcee692..c6f24aeac 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.12.02", - "signature": "11480fbb09e3655eab41211837fc83e7029f8e63575869fb5eea7ea5b6a66f74be41ca8ccea3a654047737dba37f68b098022e97c37330e97b80e17cac278f848412ffd05072c2987634c9196a730d92d7566ffb2168c2b9cefd593e9ca417ef7cb91262fdf4af1d4af2d0a6c16e87403c571d7dfb969dfe439b59278bb78083", + "latest": "2013.12.03", + "signature": "5d27b2dd2abdf74c06e9b5e906b7e3a43f8233de8870d03144fce3cb6103dc36d0e83cf8003a7146ab8b9ecb25c5dd85f7f0c35de744820dcd1d7dc96cf50e0363ab036ec36b69b7bb0026493fe7256be20eeb5c9ed9c426889e6e2e91744ff95101535d2c399bae17212f907ad71a40de8d90022d4fed3e735e510a39068206", "versions": { "2012.02.22": { "bin": [ @@ -2009,6 +2009,20 @@ "https://yt-dl.org/downloads/2013.12.02/youtube-dl-2013.12.02.tar.gz", "09661aae5b2c56c5fe4e6d24241553bc9fa46f0d6f9797d94c12fb330fee321d" ] + }, + "2013.12.03": { + "bin": [ + "https://yt-dl.org/downloads/2013.12.03/youtube-dl", + "1c2728cdcfbdd16ccd1b4f8f90f2105b9f8d85351d399265ebaf288bfa89f758" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.12.03/youtube-dl.exe", + "a6769ab158a76d5393e52f85fb3f8a31d9e85d05dc9bc314508423fe284e50d5" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.12.03/youtube-dl-2013.12.03.tar.gz", + "0d8a4e66971949645aedfdef8c9a1b3010aa6abea19875571040eca228fabecf" + ] } } } \ No newline at end of file From bad94a7022676430c16c868485e6fe36654795e8 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 4 Dec 2013 14:21:30 +0100 Subject: [PATCH 086/129] release 2013.12.04 --- 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 3befb12bc..521573fed 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.12.03 (sig)

    +

    2013.12.04 (sig)

      -
    • MD5: 0b43fe6f53c95c9a993f58ac81ce3331
    • -
    • SHA1: a38a057fe26f9ab582c9bb87e231581ac3057187
    • -
    • SHA256: 1c2728cdcfbdd16ccd1b4f8f90f2105b9f8d85351d399265ebaf288bfa89f758
    • +
    • MD5: 8f3650654fac73081ad7769b28777c48
    • +
    • SHA1: be164749eb19385d780cddc778925643b4e81cd3
    • +
    • SHA256: ae9b47bcba1b66260af23f36dfd1f98dfc1453399a1411d287a643af9229c043

    - Windows exe (sig - a6769ab158a76d5393e52f85fb3f8a31d9e85d05dc9bc314508423fe284e50d5)
    - Full source + docs + binary tarball (sig - 0d8a4e66971949645aedfdef8c9a1b3010aa6abea19875571040eca228fabecf) + Windows exe (sig - e8b316d403c2f1c4e843ebee56803d0f0f78afa27788e63bc628762b0195e49e)
    + Full source + docs + binary tarball (sig - ae5908ad9fc27b8b2a01ce2ae4294993c6856cbd8d03775ea11e047741eff3a0)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.12.03/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.12.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/2013.12.03/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.12.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/2013.12.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/2013.12.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 a7b34c7e6..9c1af97a3 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -206,8 +206,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:date: 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 5eab2a1a8..035b1b884 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.12.03 \ No newline at end of file +2013.12.04 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 0f5a3a28f..7e76f0a9b 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-12-03T13:18:17.698944 + 2013-12-04T14:21:29.308502 youtube-dl-2012.02.22 @@ -2164,4 +2164,19 @@ 2013-12-03 + + youtube-dl-2013.12.04 + New version 2013.12.04 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.04/ +
    +
    + + The youtube-dl maintainers + + 2013-12-04 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index c6f24aeac..f5512915e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.12.03", - "signature": "5d27b2dd2abdf74c06e9b5e906b7e3a43f8233de8870d03144fce3cb6103dc36d0e83cf8003a7146ab8b9ecb25c5dd85f7f0c35de744820dcd1d7dc96cf50e0363ab036ec36b69b7bb0026493fe7256be20eeb5c9ed9c426889e6e2e91744ff95101535d2c399bae17212f907ad71a40de8d90022d4fed3e735e510a39068206", + "latest": "2013.12.04", + "signature": "20f78614d8cb24720720d0348417b5245f83b40d1cc13aebf54586d0400b31c9cfa16a482aba1002154976b0a620ff7385294efe5598c2ee953c70b0389c5801cb40d6eb90f6d2dd6b4afdc7b152ea4b0bf13934807aa2f760ec4c83f2194fdf97ad4167478c26d18f841e61562afac86f3d1e94045447a5e09c62adeace8a24", "versions": { "2012.02.22": { "bin": [ @@ -2023,6 +2023,20 @@ "https://yt-dl.org/downloads/2013.12.03/youtube-dl-2013.12.03.tar.gz", "0d8a4e66971949645aedfdef8c9a1b3010aa6abea19875571040eca228fabecf" ] + }, + "2013.12.04": { + "bin": [ + "https://yt-dl.org/downloads/2013.12.04/youtube-dl", + "ae9b47bcba1b66260af23f36dfd1f98dfc1453399a1411d287a643af9229c043" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.12.04/youtube-dl.exe", + "e8b316d403c2f1c4e843ebee56803d0f0f78afa27788e63bc628762b0195e49e" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.12.04/youtube-dl-2013.12.04.tar.gz", + "ae5908ad9fc27b8b2a01ce2ae4294993c6856cbd8d03775ea11e047741eff3a0" + ] } } } \ No newline at end of file From a0a0fa236e4c75c5b7afa43fbf7cdbaa0b549758 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 8 Dec 2013 06:59:04 +0100 Subject: [PATCH 087/129] release 2013.12.08 --- download.html | 18 +++++++++--------- supportedsites.html | 8 +++++++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 49 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index 521573fed..12ee3e98b 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.12.04 (sig)

    +

    2013.12.08 (sig)

      -
    • MD5: 8f3650654fac73081ad7769b28777c48
    • -
    • SHA1: be164749eb19385d780cddc778925643b4e81cd3
    • -
    • SHA256: ae9b47bcba1b66260af23f36dfd1f98dfc1453399a1411d287a643af9229c043
    • +
    • MD5: c1c958a12b87c18332d5e750ed654738
    • +
    • SHA1: dc9b62ac0f931fe1a6bf4991bfdf3c01e332a881
    • +
    • SHA256: a82ca5c6f48a5f41c03241bdf6c5214db0192aabf50f4d57b3526277c41bb49c

    - Windows exe (sig - e8b316d403c2f1c4e843ebee56803d0f0f78afa27788e63bc628762b0195e49e)
    - Full source + docs + binary tarball (sig - ae5908ad9fc27b8b2a01ce2ae4294993c6856cbd8d03775ea11e047741eff3a0) + Windows exe (sig - 04f8a19ddfc67c8899fda6e16007fe6530d57accab86aa9289f3ac0d4e0b48a3)
    + Full source + docs + binary tarball (sig - cdf41b0fd993ee2650df751a2987b05a316e9389b293b8a22adcaa54152b90f3)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.12.04/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.12.08/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.12.04/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.12.08/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.12.04/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.12.08/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 9c1af97a3..c5e8ac0bb 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -19,6 +19,7 @@
  • 3sat
  • 56.com
  • 8tracks
  • +
  • 9gag
  • AddAnime
  • anitube.se
  • AppleTrailers
  • @@ -69,8 +70,8 @@
  • fernsehkritik.tv
  • fernsehkritik.tv:postecke
  • Flickr
  • -
  • france2.fr
  • france2.fr:generation-quoi
  • +
  • francetv: France 2, 3, 4, 5 and Ô
  • francetvinfo.fr
  • Freesound
  • FunnyOrDie
  • @@ -124,6 +125,7 @@
  • podomatic
  • PornHub
  • Pornotube
  • +
  • Pyvideo
  • RBMARadio
  • RedTube
  • RingTV
  • @@ -157,6 +159,7 @@
  • techtv.mit.edu
  • TED
  • TF1
  • +
  • ThePlatform
  • ThisAV
  • tou.tv
  • TrailerAddict
  • @@ -182,7 +185,9 @@
  • VideoPremium
  • viki
  • vimeo
  • +
  • vimeo:album
  • vimeo:channel
  • +
  • vimeo:group
  • vimeo:user
  • Vine
  • vk.com
  • @@ -190,6 +195,7 @@
  • websurg.com
  • Weibo
  • Wimp
  • +
  • Wistia
  • WorldStarHipHop
  • XHamster
  • XNXX
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 035b1b884..4be503364 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.12.04 \ No newline at end of file +2013.12.08 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 7e76f0a9b..02ed342ec 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-12-04T14:21:29.308502 + 2013-12-08T06:59:02.719898 youtube-dl-2012.02.22 @@ -2179,4 +2179,19 @@ 2013-12-04 + + youtube-dl-2013.12.08 + New version 2013.12.08 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.08/ +
    +
    + + The youtube-dl maintainers + + 2013-12-08 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index f5512915e..0687ffbd4 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.12.04", - "signature": "20f78614d8cb24720720d0348417b5245f83b40d1cc13aebf54586d0400b31c9cfa16a482aba1002154976b0a620ff7385294efe5598c2ee953c70b0389c5801cb40d6eb90f6d2dd6b4afdc7b152ea4b0bf13934807aa2f760ec4c83f2194fdf97ad4167478c26d18f841e61562afac86f3d1e94045447a5e09c62adeace8a24", + "latest": "2013.12.08", + "signature": "118569b3d3bfd2137b4703e2c86470642c0f3cbec1607ce8ab89b752154c9002a55e9c479e2f1bb1c01cf043478c6e03f106070bc43ee27234227dd242cec7656688595f445477f3fff13877cc15ba67cf76e50a86a42b513525787ae40749dac3da7465db3316f44b77b27b4d0a77459d5a2acb7629871f2d759b97f907622d", "versions": { "2012.02.22": { "bin": [ @@ -2037,6 +2037,20 @@ "https://yt-dl.org/downloads/2013.12.04/youtube-dl-2013.12.04.tar.gz", "ae5908ad9fc27b8b2a01ce2ae4294993c6856cbd8d03775ea11e047741eff3a0" ] + }, + "2013.12.08": { + "bin": [ + "https://yt-dl.org/downloads/2013.12.08/youtube-dl", + "a82ca5c6f48a5f41c03241bdf6c5214db0192aabf50f4d57b3526277c41bb49c" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.12.08/youtube-dl.exe", + "04f8a19ddfc67c8899fda6e16007fe6530d57accab86aa9289f3ac0d4e0b48a3" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.12.08/youtube-dl-2013.12.08.tar.gz", + "cdf41b0fd993ee2650df751a2987b05a316e9389b293b8a22adcaa54152b90f3" + ] } } } \ No newline at end of file From 998e24adc9688abfcfd6a0f536fb8f2179d990cd Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 8 Dec 2013 07:35:56 +0100 Subject: [PATCH 088/129] release 2013.12.08.1 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 12ee3e98b..da70241e6 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.12.08 (sig)

    +

    2013.12.08.1 (sig)

      -
    • MD5: c1c958a12b87c18332d5e750ed654738
    • -
    • SHA1: dc9b62ac0f931fe1a6bf4991bfdf3c01e332a881
    • -
    • SHA256: a82ca5c6f48a5f41c03241bdf6c5214db0192aabf50f4d57b3526277c41bb49c
    • +
    • MD5: 21cd76b89bc191fc300a2bc23ca4fd29
    • +
    • SHA1: 09bf6267bf198331a7cd33d3b90ca29101e488f1
    • +
    • SHA256: 8066c96dcea78ba41aee30c5be58c1700e4f10fd4a703ac2f4d4ece5e0b09384

    - Windows exe (sig - 04f8a19ddfc67c8899fda6e16007fe6530d57accab86aa9289f3ac0d4e0b48a3)
    - Full source + docs + binary tarball (sig - cdf41b0fd993ee2650df751a2987b05a316e9389b293b8a22adcaa54152b90f3) + Windows exe (sig - a13833a11f03b0fc0192ebaae18040f21715e9a603ca37617c51f795a4817bc3)
    + Full source + docs + binary tarball (sig - 5841aefe6284de663f0231ff2f4400d4c69267cac447d14a73b49bb91c600d6b)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.12.08/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.12.08.1/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.12.08/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.12.08.1/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.12.08/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.12.08.1/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/update/LATEST_VERSION b/update/LATEST_VERSION index 4be503364..639f0bada 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.12.08 \ No newline at end of file +2013.12.08.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 02ed342ec..3e894cf30 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-12-08T06:59:02.719898 + 2013-12-08T07:35:54.767726 youtube-dl-2012.02.22 @@ -2194,4 +2194,19 @@ 2013-12-08 + + youtube-dl-2013.12.08.1 + New version 2013.12.08.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.08.1/ +
    +
    + + The youtube-dl maintainers + + 2013-12-08-1 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 0687ffbd4..4f88c92e5 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.12.08", - "signature": "118569b3d3bfd2137b4703e2c86470642c0f3cbec1607ce8ab89b752154c9002a55e9c479e2f1bb1c01cf043478c6e03f106070bc43ee27234227dd242cec7656688595f445477f3fff13877cc15ba67cf76e50a86a42b513525787ae40749dac3da7465db3316f44b77b27b4d0a77459d5a2acb7629871f2d759b97f907622d", + "latest": "2013.12.08.1", + "signature": "7897ec1416d59638bb9ca3ddfe0b9608acf963f9a2d1387f9810588e8b7f8070a07c66a2c771316c3666449f247b14f2947f72b3385e822d680dc874de4bc05156b0fff9ccc54e20231d6fd4372ef1f4d32b98f7e9770fa00110e5312da823405dbc3588fb332e47fcc10a8fa006fc6076ee5b6b9730118744e5324f454f3030", "versions": { "2012.02.22": { "bin": [ @@ -2051,6 +2051,20 @@ "https://yt-dl.org/downloads/2013.12.08/youtube-dl-2013.12.08.tar.gz", "cdf41b0fd993ee2650df751a2987b05a316e9389b293b8a22adcaa54152b90f3" ] + }, + "2013.12.08.1": { + "bin": [ + "https://yt-dl.org/downloads/2013.12.08.1/youtube-dl", + "8066c96dcea78ba41aee30c5be58c1700e4f10fd4a703ac2f4d4ece5e0b09384" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.12.08.1/youtube-dl.exe", + "a13833a11f03b0fc0192ebaae18040f21715e9a603ca37617c51f795a4817bc3" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.12.08.1/youtube-dl-2013.12.08.1.tar.gz", + "5841aefe6284de663f0231ff2f4400d4c69267cac447d14a73b49bb91c600d6b" + ] } } } \ No newline at end of file From e0156de90497a4f8940ad86dbf62ac151bc456f5 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 9 Dec 2013 03:05:04 +0100 Subject: [PATCH 089/129] release 2013.12.09 --- download.html | 18 +++++++++--------- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index da70241e6..a643cd45f 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.12.08.1 (sig)

    +

    2013.12.09 (sig)

      -
    • MD5: 21cd76b89bc191fc300a2bc23ca4fd29
    • -
    • SHA1: 09bf6267bf198331a7cd33d3b90ca29101e488f1
    • -
    • SHA256: 8066c96dcea78ba41aee30c5be58c1700e4f10fd4a703ac2f4d4ece5e0b09384
    • +
    • MD5: 751b82e07f0f9ab65d7798b8d690598e
    • +
    • SHA1: e8eff90b5add8c3263f605e2a16e809ca3bc6aca
    • +
    • SHA256: 32f396272510a48acef6074b3de020c88eba398c9e66f4c22a1da8532437c11b

    - Windows exe (sig - a13833a11f03b0fc0192ebaae18040f21715e9a603ca37617c51f795a4817bc3)
    - Full source + docs + binary tarball (sig - 5841aefe6284de663f0231ff2f4400d4c69267cac447d14a73b49bb91c600d6b) + Windows exe (sig - 122d4ebdb485b4d749838b9b4f96afef0f9a219b604ae3633cdd51a4ed1e6dfd)
    + Full source + docs + binary tarball (sig - 32e7d4c8bdbdf1a5310330c0bc207bbea51d4aac83fd245a66bd9d183b167834)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.12.08.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.12.09/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.12.08.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.12.09/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.12.08.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.12.09/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 c5e8ac0bb..c5a66f5ea 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -28,6 +28,7 @@
  • arte.tv
  • arte.tv:+7
  • arte.tv:creative
  • +
  • arte.tv:ddc
  • arte.tv:future
  • AUEngine
  • bambuser
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 639f0bada..afd871678 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.12.08.1 \ No newline at end of file +2013.12.09 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 3e894cf30..f7186422a 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-12-08T07:35:54.767726 + 2013-12-09T03:05:03.334715 youtube-dl-2012.02.22 @@ -2209,4 +2209,19 @@ 2013-12-08-1 + + youtube-dl-2013.12.09 + New version 2013.12.09 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.09/ +
    +
    + + The youtube-dl maintainers + + 2013-12-09 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 4f88c92e5..8b40a43c5 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.12.08.1", - "signature": "7897ec1416d59638bb9ca3ddfe0b9608acf963f9a2d1387f9810588e8b7f8070a07c66a2c771316c3666449f247b14f2947f72b3385e822d680dc874de4bc05156b0fff9ccc54e20231d6fd4372ef1f4d32b98f7e9770fa00110e5312da823405dbc3588fb332e47fcc10a8fa006fc6076ee5b6b9730118744e5324f454f3030", + "latest": "2013.12.09", + "signature": "7ddb40136ac1aeea28df2615ddeda83997293ac9322efc0a069dde28e5abb2144839945b3d95364a1f705ae3a296b05687526d82741b18df5fb4ebea85b07d755b3ab9c17e715bdb2bf42ceadcd862fbf5aeb1e35d10ecf76145f692a503e8e3ecd7f3b68c180b181ddcee1ac4b6bebd6b68354c140669387b3864fefe2a91f8", "versions": { "2012.02.22": { "bin": [ @@ -2065,6 +2065,20 @@ "https://yt-dl.org/downloads/2013.12.08.1/youtube-dl-2013.12.08.1.tar.gz", "5841aefe6284de663f0231ff2f4400d4c69267cac447d14a73b49bb91c600d6b" ] + }, + "2013.12.09": { + "bin": [ + "https://yt-dl.org/downloads/2013.12.09/youtube-dl", + "32f396272510a48acef6074b3de020c88eba398c9e66f4c22a1da8532437c11b" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.12.09/youtube-dl.exe", + "122d4ebdb485b4d749838b9b4f96afef0f9a219b604ae3633cdd51a4ed1e6dfd" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.12.09/youtube-dl-2013.12.09.tar.gz", + "32e7d4c8bdbdf1a5310330c0bc207bbea51d4aac83fd245a66bd9d183b167834" + ] } } } \ No newline at end of file From 150fc5cece62bdf0bd6a852b6863fe47b79ccf76 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 9 Dec 2013 04:12:20 +0100 Subject: [PATCH 090/129] release 2013.12.09.1 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index a643cd45f..737bf85fe 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.12.09 (sig)

    +

    2013.12.09.1 (sig)

      -
    • MD5: 751b82e07f0f9ab65d7798b8d690598e
    • -
    • SHA1: e8eff90b5add8c3263f605e2a16e809ca3bc6aca
    • -
    • SHA256: 32f396272510a48acef6074b3de020c88eba398c9e66f4c22a1da8532437c11b
    • +
    • MD5: edec4ccf27e407ace470bdb1abc907b0
    • +
    • SHA1: b73a2d80a5aa74dbbae8a7118c3ae84ced982b99
    • +
    • SHA256: 813be9b8f6daa8c87e7d991f71b4a8154118c71a40cd273643737ce0398e057a

    - Windows exe (sig - 122d4ebdb485b4d749838b9b4f96afef0f9a219b604ae3633cdd51a4ed1e6dfd)
    - Full source + docs + binary tarball (sig - 32e7d4c8bdbdf1a5310330c0bc207bbea51d4aac83fd245a66bd9d183b167834) + Windows exe (sig - 2e839b03b3729557cd60335f259497e1266d3abf357a341583e00f6609b3927d)
    + Full source + docs + binary tarball (sig - be18c978ce425c5b4d0c62982b4c956672cd668173c73d9db0214f20ac3d7f23)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.12.09/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.12.09.1/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.12.09/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.12.09.1/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.12.09/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.12.09.1/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/update/LATEST_VERSION b/update/LATEST_VERSION index afd871678..8dcf90070 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.12.09 \ No newline at end of file +2013.12.09.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index f7186422a..1e06ca118 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-12-09T03:05:03.334715 + 2013-12-09T04:12:19.035364 youtube-dl-2012.02.22 @@ -2224,4 +2224,19 @@ 2013-12-09 + + youtube-dl-2013.12.09.1 + New version 2013.12.09.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.09.1/ +
    +
    + + The youtube-dl maintainers + + 2013-12-09-1 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 8b40a43c5..b9b045af1 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.12.09", - "signature": "7ddb40136ac1aeea28df2615ddeda83997293ac9322efc0a069dde28e5abb2144839945b3d95364a1f705ae3a296b05687526d82741b18df5fb4ebea85b07d755b3ab9c17e715bdb2bf42ceadcd862fbf5aeb1e35d10ecf76145f692a503e8e3ecd7f3b68c180b181ddcee1ac4b6bebd6b68354c140669387b3864fefe2a91f8", + "latest": "2013.12.09.1", + "signature": "4a854b6f84fb5155ef6f9687c0bae8a291a00d1eda180447e10b1f81dfc1c8e20688afca7f23eaab707671d29a8a0a45afea7b8568bd5cb8c5f172165941652e454a2f9cb887dbc43f8f07d11e3a12f44bb11ccb828be903608f5ad0810a7671e4dd102ccbe2dbec26d2ac240caabb78a6a4577cc26d62d4281b02f8c705a600", "versions": { "2012.02.22": { "bin": [ @@ -2079,6 +2079,20 @@ "https://yt-dl.org/downloads/2013.12.09/youtube-dl-2013.12.09.tar.gz", "32e7d4c8bdbdf1a5310330c0bc207bbea51d4aac83fd245a66bd9d183b167834" ] + }, + "2013.12.09.1": { + "bin": [ + "https://yt-dl.org/downloads/2013.12.09.1/youtube-dl", + "813be9b8f6daa8c87e7d991f71b4a8154118c71a40cd273643737ce0398e057a" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.12.09.1/youtube-dl.exe", + "2e839b03b3729557cd60335f259497e1266d3abf357a341583e00f6609b3927d" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.12.09.1/youtube-dl-2013.12.09.1.tar.gz", + "be18c978ce425c5b4d0c62982b4c956672cd668173c73d9db0214f20ac3d7f23" + ] } } } \ No newline at end of file From a002dc993a2cd2d77006c1316823defbf556d49d Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 9 Dec 2013 18:37:18 +0100 Subject: [PATCH 091/129] release 2013.12.09.2 --- download.html | 18 +++++++++--------- supportedsites.html | 2 ++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 44 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 737bf85fe..869711ec7 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.12.09.1 (sig)

    +

    2013.12.09.2 (sig)

      -
    • MD5: edec4ccf27e407ace470bdb1abc907b0
    • -
    • SHA1: b73a2d80a5aa74dbbae8a7118c3ae84ced982b99
    • -
    • SHA256: 813be9b8f6daa8c87e7d991f71b4a8154118c71a40cd273643737ce0398e057a
    • +
    • MD5: 415d3e59ed9a4a8485ea249e750452f6
    • +
    • SHA1: 0127c38bd4274ca079c31bf42bbfc3f871c8b216
    • +
    • SHA256: 5ec7406db1ef1dc189c6f01429e5e5b30d26bf80e1a94fd69f47abd6f204aa21

    - Windows exe (sig - 2e839b03b3729557cd60335f259497e1266d3abf357a341583e00f6609b3927d)
    - Full source + docs + binary tarball (sig - be18c978ce425c5b4d0c62982b4c956672cd668173c73d9db0214f20ac3d7f23) + Windows exe (sig - 8af541fa422e217bd19f8cf7f218bace36d12573260b071fbd2f844834f2d31b)
    + Full source + docs + binary tarball (sig - da7e52806baecb966ef41fb127ee4dba6449f72261f70270cc7092b0e55ea658)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.12.09.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.12.09.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.12.09.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.12.09.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.12.09.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.12.09.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 c5a66f5ea..8c419bd56 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -139,6 +139,7 @@
  • Slashdot
  • Slideshare
  • smotri: Smotri.com
  • +
  • smotri:broadcast: Smotri.com broadcasts
  • smotri:community: Smotri.com community videos
  • smotri:user: Smotri.com user videos
  • Sohu
  • @@ -217,6 +218,7 @@
  • youtube:search:date: YouTube.com searches, newest videos first
  • 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")
  • youtube:user: YouTube.com user videos (URL or "ytuser" keyword)
  • youtube:watch_later: Youtube watch later list, "ytwatchlater" keyword (requires authentication)
  • ZDF
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 8dcf90070..23be43673 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.12.09.1 \ No newline at end of file +2013.12.09.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 1e06ca118..2c379eb6b 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-12-09T04:12:19.035364 + 2013-12-09T18:37:17.132312 youtube-dl-2012.02.22 @@ -2239,4 +2239,19 @@ 2013-12-09-1 + + youtube-dl-2013.12.09.2 + New version 2013.12.09.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.09.2/ +
    +
    + + The youtube-dl maintainers + + 2013-12-09-2 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index b9b045af1..7cb406c15 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.12.09.1", - "signature": "4a854b6f84fb5155ef6f9687c0bae8a291a00d1eda180447e10b1f81dfc1c8e20688afca7f23eaab707671d29a8a0a45afea7b8568bd5cb8c5f172165941652e454a2f9cb887dbc43f8f07d11e3a12f44bb11ccb828be903608f5ad0810a7671e4dd102ccbe2dbec26d2ac240caabb78a6a4577cc26d62d4281b02f8c705a600", + "latest": "2013.12.09.2", + "signature": "5aa13f8bc49857bbb345580a4e3d26f210fa0ed015f05b343c9a68861a9a2f4dcb1717f31dda8829b432bbfd35b60018004e04c1c6a6534a62d604657d936037a45aad138b54c33e258ebd3290b421d8e7e42f3866ee75c3d1815c50fc61d61acaf51463fa6916628369e02218bb098cd177017205014cfb5c82a9c1811ed8f1", "versions": { "2012.02.22": { "bin": [ @@ -2093,6 +2093,20 @@ "https://yt-dl.org/downloads/2013.12.09.1/youtube-dl-2013.12.09.1.tar.gz", "be18c978ce425c5b4d0c62982b4c956672cd668173c73d9db0214f20ac3d7f23" ] + }, + "2013.12.09.2": { + "bin": [ + "https://yt-dl.org/downloads/2013.12.09.2/youtube-dl", + "5ec7406db1ef1dc189c6f01429e5e5b30d26bf80e1a94fd69f47abd6f204aa21" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.12.09.2/youtube-dl.exe", + "8af541fa422e217bd19f8cf7f218bace36d12573260b071fbd2f844834f2d31b" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.12.09.2/youtube-dl-2013.12.09.2.tar.gz", + "da7e52806baecb966ef41fb127ee4dba6449f72261f70270cc7092b0e55ea658" + ] } } } \ No newline at end of file From d5bd62fa472b12182e4482b15911bee081bc7ca9 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 9 Dec 2013 20:11:45 +0100 Subject: [PATCH 092/129] release 2013.12.09.4 --- download.html | 18 +++++++++--------- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 869711ec7..bfe77d315 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.12.09.2 (sig)

    +

    2013.12.09.4 (sig)

      -
    • MD5: 415d3e59ed9a4a8485ea249e750452f6
    • -
    • SHA1: 0127c38bd4274ca079c31bf42bbfc3f871c8b216
    • -
    • SHA256: 5ec7406db1ef1dc189c6f01429e5e5b30d26bf80e1a94fd69f47abd6f204aa21
    • +
    • MD5: 03b08bd445d790e466c41adfdd55a8e8
    • +
    • SHA1: d66dd1376e76ea9d65c21cd250bca4de632ea3f1
    • +
    • SHA256: 6bae3174720de2c5421134560a80b198b1417df6aea473fecd1d98cd865b6b79

    - Windows exe (sig - 8af541fa422e217bd19f8cf7f218bace36d12573260b071fbd2f844834f2d31b)
    - Full source + docs + binary tarball (sig - da7e52806baecb966ef41fb127ee4dba6449f72261f70270cc7092b0e55ea658) + Windows exe (sig - 1df79c33220c0eb06f2f4be080c6747b44cff2aa8abee9c33d325d2994120841)
    + Full source + docs + binary tarball (sig - d4659c10a5fe3c7af7f7909a249280b6b95debadab54d86dd3192ac2aa4248b3)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.12.09.2/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.12.09.4/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.12.09.2/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.12.09.4/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.12.09.2/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.12.09.4/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 8c419bd56..42d70b2b8 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -112,6 +112,7 @@
  • Naver
  • NBA
  • NBCNews
  • +
  • NDTV
  • Newgrounds
  • nhl.com
  • nhl.com:videocenter: NHL videocenter category
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 23be43673..626e9ce71 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.12.09.2 \ No newline at end of file +2013.12.09.4 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 2c379eb6b..0aa7e8900 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-12-09T18:37:17.132312 + 2013-12-09T20:11:44.557581 youtube-dl-2012.02.22 @@ -2254,4 +2254,19 @@ 2013-12-09-2 + + youtube-dl-2013.12.09.4 + New version 2013.12.09.4 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.09.4/ +
    +
    + + The youtube-dl maintainers + + 2013-12-09-4 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 7cb406c15..84c2c2700 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.12.09.2", - "signature": "5aa13f8bc49857bbb345580a4e3d26f210fa0ed015f05b343c9a68861a9a2f4dcb1717f31dda8829b432bbfd35b60018004e04c1c6a6534a62d604657d936037a45aad138b54c33e258ebd3290b421d8e7e42f3866ee75c3d1815c50fc61d61acaf51463fa6916628369e02218bb098cd177017205014cfb5c82a9c1811ed8f1", + "latest": "2013.12.09.4", + "signature": "406ad7704febede5dc1260bcfa54dfcda87f6b566ef0845548a91827edc303e095c9c29ef63fbeb99e3c571a7e54ec72c933f00503d6222b1dffe6c8d58ee0c91b6383b2366b366a2d0134c4c9a0a710746c000d09ae26c6751c13da6633d6e465f8e50f742c8795c9e7dd4c6d9f5202a94081bb2f98ba41124a94fcea1ce2f5", "versions": { "2012.02.22": { "bin": [ @@ -2107,6 +2107,20 @@ "https://yt-dl.org/downloads/2013.12.09.2/youtube-dl-2013.12.09.2.tar.gz", "da7e52806baecb966ef41fb127ee4dba6449f72261f70270cc7092b0e55ea658" ] + }, + "2013.12.09.4": { + "bin": [ + "https://yt-dl.org/downloads/2013.12.09.4/youtube-dl", + "6bae3174720de2c5421134560a80b198b1417df6aea473fecd1d98cd865b6b79" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.12.09.4/youtube-dl.exe", + "1df79c33220c0eb06f2f4be080c6747b44cff2aa8abee9c33d325d2994120841" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.12.09.4/youtube-dl-2013.12.09.4.tar.gz", + "d4659c10a5fe3c7af7f7909a249280b6b95debadab54d86dd3192ac2aa4248b3" + ] } } } \ No newline at end of file From 12c220af97c2103ce59c50077770d45976b6067b Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 10 Dec 2013 11:58:50 +0100 Subject: [PATCH 093/129] release 2013.12.10 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index bfe77d315..a7680fba4 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.12.09.4 (sig)

    +

    2013.12.10 (sig)

      -
    • MD5: 03b08bd445d790e466c41adfdd55a8e8
    • -
    • SHA1: d66dd1376e76ea9d65c21cd250bca4de632ea3f1
    • -
    • SHA256: 6bae3174720de2c5421134560a80b198b1417df6aea473fecd1d98cd865b6b79
    • +
    • MD5: e5a038065f478690d77fcf219127eae1
    • +
    • SHA1: f874a7ef47aa91b9e1cd31de1ae8640292f6d968
    • +
    • SHA256: 1b3154a102d1c5d020318a31a7bc1defebee078a02a9ed459b33c6b4c963ad0e

    - Windows exe (sig - 1df79c33220c0eb06f2f4be080c6747b44cff2aa8abee9c33d325d2994120841)
    - Full source + docs + binary tarball (sig - d4659c10a5fe3c7af7f7909a249280b6b95debadab54d86dd3192ac2aa4248b3) + Windows exe (sig - babb1d33ad196a37f3d6d74210f59a6b34f6e6f2e04a18377bbc35aedcfe3313)
    + Full source + docs + binary tarball (sig - b033f596400141c1bd6601d287a6ee951602e3683fc3456b7abf6d309e66e0ce)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.12.09.4/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.12.10/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.12.09.4/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.12.10/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.12.09.4/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.12.10/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/update/LATEST_VERSION b/update/LATEST_VERSION index 626e9ce71..9b0f92c52 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.12.09.4 \ No newline at end of file +2013.12.10 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 0aa7e8900..330c11976 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-12-09T20:11:44.557581 + 2013-12-10T11:58:49.347477 youtube-dl-2012.02.22 @@ -2269,4 +2269,19 @@ 2013-12-09-4 + + youtube-dl-2013.12.10 + New version 2013.12.10 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.10/ +
    +
    + + The youtube-dl maintainers + + 2013-12-10 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 84c2c2700..0c5e8ef60 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.12.09.4", - "signature": "406ad7704febede5dc1260bcfa54dfcda87f6b566ef0845548a91827edc303e095c9c29ef63fbeb99e3c571a7e54ec72c933f00503d6222b1dffe6c8d58ee0c91b6383b2366b366a2d0134c4c9a0a710746c000d09ae26c6751c13da6633d6e465f8e50f742c8795c9e7dd4c6d9f5202a94081bb2f98ba41124a94fcea1ce2f5", + "latest": "2013.12.10", + "signature": "666caccb634ab975cc8e58c33039104e96bf175e8b33cf2b49671a637505994e347ef36ee337ca97c9fd398e2504797a466739e27179674fca2a43e4c28788d4e9f75296ae4b652d1f0e17edd8fe41973aae76bda9280b2fec87f81b5b4db41ba22e2fc40781f289c1142efd8fa7046177184cd5da2741da465b1475948bcb98", "versions": { "2012.02.22": { "bin": [ @@ -2121,6 +2121,20 @@ "https://yt-dl.org/downloads/2013.12.09.4/youtube-dl-2013.12.09.4.tar.gz", "d4659c10a5fe3c7af7f7909a249280b6b95debadab54d86dd3192ac2aa4248b3" ] + }, + "2013.12.10": { + "bin": [ + "https://yt-dl.org/downloads/2013.12.10/youtube-dl", + "1b3154a102d1c5d020318a31a7bc1defebee078a02a9ed459b33c6b4c963ad0e" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.12.10/youtube-dl.exe", + "babb1d33ad196a37f3d6d74210f59a6b34f6e6f2e04a18377bbc35aedcfe3313" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.12.10/youtube-dl-2013.12.10.tar.gz", + "b033f596400141c1bd6601d287a6ee951602e3683fc3456b7abf6d309e66e0ce" + ] } } } \ No newline at end of file From b2c4d5023c73e89dae91de2cfd3592a6755c6ce5 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 11 Dec 2013 08:52:00 +0100 Subject: [PATCH 094/129] release 2013.12.11 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index a7680fba4..b3853f1c0 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.12.10 (sig)

    +

    2013.12.11 (sig)

      -
    • MD5: e5a038065f478690d77fcf219127eae1
    • -
    • SHA1: f874a7ef47aa91b9e1cd31de1ae8640292f6d968
    • -
    • SHA256: 1b3154a102d1c5d020318a31a7bc1defebee078a02a9ed459b33c6b4c963ad0e
    • +
    • MD5: 789dae237883a5036fd396c7940a7523
    • +
    • SHA1: 3733bb369517d654b86e083d51601819257d9b25
    • +
    • SHA256: dc45c27022f8eeed6f35d2acd50cc4a5fea2d865ba19b0199074f91a4797bd77

    - Windows exe (sig - babb1d33ad196a37f3d6d74210f59a6b34f6e6f2e04a18377bbc35aedcfe3313)
    - Full source + docs + binary tarball (sig - b033f596400141c1bd6601d287a6ee951602e3683fc3456b7abf6d309e66e0ce) + Windows exe (sig - 3aa0135b3c37c296914047e17b6f80e0ef32b1f4c8e0726e454bbb204f0cd2d1)
    + Full source + docs + binary tarball (sig - 815ed3264c17c0c9aa3efd9644215f8a9504623749c25f6bb8ccbbc7f668e8f6)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.12.10/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.12.11/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.12.10/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.12.11/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.12.10/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.12.11/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/update/LATEST_VERSION b/update/LATEST_VERSION index 9b0f92c52..4ccee3de4 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.12.10 \ No newline at end of file +2013.12.11 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 330c11976..6a994b129 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-12-10T11:58:49.347477 + 2013-12-11T08:51:59.306290 youtube-dl-2012.02.22 @@ -2284,4 +2284,19 @@ 2013-12-10 + + youtube-dl-2013.12.11 + New version 2013.12.11 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.11/ +
    +
    + + The youtube-dl maintainers + + 2013-12-11 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 0c5e8ef60..4cc27591b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.12.10", - "signature": "666caccb634ab975cc8e58c33039104e96bf175e8b33cf2b49671a637505994e347ef36ee337ca97c9fd398e2504797a466739e27179674fca2a43e4c28788d4e9f75296ae4b652d1f0e17edd8fe41973aae76bda9280b2fec87f81b5b4db41ba22e2fc40781f289c1142efd8fa7046177184cd5da2741da465b1475948bcb98", + "latest": "2013.12.11", + "signature": "0c04b3a4b09046957002988c4693eff2d0d1fc30798bb2b51bdb47a367c5e3f703806937c390d9b0d2b128bb6af78dbff90cb42cc8c561906d971850d9f49d47b85733d87a03ecdc4732ac98dde871cd0c4375e1f37bfd3484f3e0391104dd2abea2351e8c1cd6065bb46cab079a4041fa9ab9043220eebcfce43310bfed430a", "versions": { "2012.02.22": { "bin": [ @@ -2135,6 +2135,20 @@ "https://yt-dl.org/downloads/2013.12.10/youtube-dl-2013.12.10.tar.gz", "b033f596400141c1bd6601d287a6ee951602e3683fc3456b7abf6d309e66e0ce" ] + }, + "2013.12.11": { + "bin": [ + "https://yt-dl.org/downloads/2013.12.11/youtube-dl", + "dc45c27022f8eeed6f35d2acd50cc4a5fea2d865ba19b0199074f91a4797bd77" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.12.11/youtube-dl.exe", + "3aa0135b3c37c296914047e17b6f80e0ef32b1f4c8e0726e454bbb204f0cd2d1" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.12.11/youtube-dl-2013.12.11.tar.gz", + "815ed3264c17c0c9aa3efd9644215f8a9504623749c25f6bb8ccbbc7f668e8f6" + ] } } } \ No newline at end of file From 128fd87c1d64a6cb57e80161b9cc802a7419e2da Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 11 Dec 2013 08:59:01 +0100 Subject: [PATCH 095/129] release 2013.12.11.1 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index b3853f1c0..54a3cc7b3 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.12.11 (sig)

    +

    2013.12.11.1 (sig)

      -
    • MD5: 789dae237883a5036fd396c7940a7523
    • -
    • SHA1: 3733bb369517d654b86e083d51601819257d9b25
    • -
    • SHA256: dc45c27022f8eeed6f35d2acd50cc4a5fea2d865ba19b0199074f91a4797bd77
    • +
    • MD5: 9145130c1f8782afc33907fc9c23037e
    • +
    • SHA1: 601c3d8e733eedb34c2f16e869d13fbe1a6a2edf
    • +
    • SHA256: 5378e7834c928f58179094e484f156f557521e012c6fbd26789b929e406c83de

    - Windows exe (sig - 3aa0135b3c37c296914047e17b6f80e0ef32b1f4c8e0726e454bbb204f0cd2d1)
    - Full source + docs + binary tarball (sig - 815ed3264c17c0c9aa3efd9644215f8a9504623749c25f6bb8ccbbc7f668e8f6) + Windows exe (sig - 74c638cab2a23a412086bf94787eb1520176317d2b8560259052874003a31036)
    + Full source + docs + binary tarball (sig - e43353e84e46335c81d45b06e8df68cc8cc94ab47978096d1fbe98faf006c763)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.12.11/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.12.11.1/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.12.11/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.12.11.1/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.12.11/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.12.11.1/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/update/LATEST_VERSION b/update/LATEST_VERSION index 4ccee3de4..22e38c26c 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.12.11 \ No newline at end of file +2013.12.11.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 6a994b129..bcdeac078 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-12-11T08:51:59.306290 + 2013-12-11T08:59:00.117852 youtube-dl-2012.02.22 @@ -2299,4 +2299,19 @@ 2013-12-11 + + youtube-dl-2013.12.11.1 + New version 2013.12.11.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.11.1/ +
    +
    + + The youtube-dl maintainers + + 2013-12-11-1 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 4cc27591b..4abed18f8 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.12.11", - "signature": "0c04b3a4b09046957002988c4693eff2d0d1fc30798bb2b51bdb47a367c5e3f703806937c390d9b0d2b128bb6af78dbff90cb42cc8c561906d971850d9f49d47b85733d87a03ecdc4732ac98dde871cd0c4375e1f37bfd3484f3e0391104dd2abea2351e8c1cd6065bb46cab079a4041fa9ab9043220eebcfce43310bfed430a", + "latest": "2013.12.11.1", + "signature": "7915ba4aafc5ac2554ec53634598986c47b6a8d4bdfd1ff80578a8c8ea468e0f7c7c2491c14d58a2b42443c1d698b24c78232885e30ad3788c4ff11b89c221113b760da5ab3ad75913ebe1b83e0b6a3370e6c8664a91011db4a434361b7eb18ee6fbd2bfd59d2960a0b31abf45c9fd20fcea1d84531c8129b2d9c0f37d2055b0", "versions": { "2012.02.22": { "bin": [ @@ -2149,6 +2149,20 @@ "https://yt-dl.org/downloads/2013.12.11/youtube-dl-2013.12.11.tar.gz", "815ed3264c17c0c9aa3efd9644215f8a9504623749c25f6bb8ccbbc7f668e8f6" ] + }, + "2013.12.11.1": { + "bin": [ + "https://yt-dl.org/downloads/2013.12.11.1/youtube-dl", + "5378e7834c928f58179094e484f156f557521e012c6fbd26789b929e406c83de" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.12.11.1/youtube-dl.exe", + "74c638cab2a23a412086bf94787eb1520176317d2b8560259052874003a31036" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.12.11.1/youtube-dl-2013.12.11.1.tar.gz", + "e43353e84e46335c81d45b06e8df68cc8cc94ab47978096d1fbe98faf006c763" + ] } } } \ No newline at end of file From 3f0efb919a1cf90b9e9a5db9d287d0a35f1215c3 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 11 Dec 2013 09:28:50 +0100 Subject: [PATCH 096/129] release 2013.12.11.2 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 54a3cc7b3..992862be8 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.12.11.1 (sig)

    +

    2013.12.11.2 (sig)

      -
    • MD5: 9145130c1f8782afc33907fc9c23037e
    • -
    • SHA1: 601c3d8e733eedb34c2f16e869d13fbe1a6a2edf
    • -
    • SHA256: 5378e7834c928f58179094e484f156f557521e012c6fbd26789b929e406c83de
    • +
    • MD5: e3af15d585280971be96157e52a13dcd
    • +
    • SHA1: e8d756e7b30f7d911ceb3c777feb566a91a2f40a
    • +
    • SHA256: d2c5acc06cfed3b13bd76233cf6dd0a4fc97d916f22fed1b51815428a1c558c6

    - Windows exe (sig - 74c638cab2a23a412086bf94787eb1520176317d2b8560259052874003a31036)
    - Full source + docs + binary tarball (sig - e43353e84e46335c81d45b06e8df68cc8cc94ab47978096d1fbe98faf006c763) + Windows exe (sig - 98b5b42cabe57e00ffee7f785db36ad5aaf949aba8f00af4839589029188e919)
    + Full source + docs + binary tarball (sig - 785a08acb19bfac41efcc4a54146dd63b6b357687da27f06b6ae093117d420ab)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.12.11.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.12.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/2013.12.11.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.12.11.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.12.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/2013.12.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/update/LATEST_VERSION b/update/LATEST_VERSION index 22e38c26c..ba7899ad1 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.12.11.1 \ No newline at end of file +2013.12.11.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index bcdeac078..6569920e5 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-12-11T08:59:00.117852 + 2013-12-11T09:28:48.376090 youtube-dl-2012.02.22 @@ -2314,4 +2314,19 @@ 2013-12-11-1 + + youtube-dl-2013.12.11.2 + New version 2013.12.11.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.11.2/ +
    +
    + + The youtube-dl maintainers + + 2013-12-11-2 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 4abed18f8..b0acdaf06 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.12.11.1", - "signature": "7915ba4aafc5ac2554ec53634598986c47b6a8d4bdfd1ff80578a8c8ea468e0f7c7c2491c14d58a2b42443c1d698b24c78232885e30ad3788c4ff11b89c221113b760da5ab3ad75913ebe1b83e0b6a3370e6c8664a91011db4a434361b7eb18ee6fbd2bfd59d2960a0b31abf45c9fd20fcea1d84531c8129b2d9c0f37d2055b0", + "latest": "2013.12.11.2", + "signature": "1a2dae06ad237d1c7fda76feeaa977117b52970e5de4c1a1584d473564e28042bb66aa9ed0388d2343b93957899d75047b4cb98f42fd711ef5dec697370e4f0000732767c08c5514934fa31177da25eec7370ee070a34559256ccd66d90c622cf4546735ff59eb1f76abf132a6a0c75921a97bffc320cb1b009b5760e42d6c4c", "versions": { "2012.02.22": { "bin": [ @@ -2163,6 +2163,20 @@ "https://yt-dl.org/downloads/2013.12.11.1/youtube-dl-2013.12.11.1.tar.gz", "e43353e84e46335c81d45b06e8df68cc8cc94ab47978096d1fbe98faf006c763" ] + }, + "2013.12.11.2": { + "bin": [ + "https://yt-dl.org/downloads/2013.12.11.2/youtube-dl", + "d2c5acc06cfed3b13bd76233cf6dd0a4fc97d916f22fed1b51815428a1c558c6" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.12.11.2/youtube-dl.exe", + "98b5b42cabe57e00ffee7f785db36ad5aaf949aba8f00af4839589029188e919" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.12.11.2/youtube-dl-2013.12.11.2.tar.gz", + "785a08acb19bfac41efcc4a54146dd63b6b357687da27f06b6ae093117d420ab" + ] } } } \ No newline at end of file From 3f60bdf21cfef5b1a670d9571e5ead08e44cf161 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 16 Dec 2013 04:48:44 +0100 Subject: [PATCH 097/129] release 2013.12.16 --- download.html | 18 +++++++++--------- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 992862be8..d0f3bb0ef 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.12.11.2 (sig)

    +

    2013.12.16 (sig)

      -
    • MD5: e3af15d585280971be96157e52a13dcd
    • -
    • SHA1: e8d756e7b30f7d911ceb3c777feb566a91a2f40a
    • -
    • SHA256: d2c5acc06cfed3b13bd76233cf6dd0a4fc97d916f22fed1b51815428a1c558c6
    • +
    • MD5: ca37e29c05ca53f9ec8da43ce04275e1
    • +
    • SHA1: 4e64551fa9e92fee7f8764a318fbf8eaaf51f037
    • +
    • SHA256: 1464e8eef05444067fb75e46213da9de581caac351e9f192b26017abe0891321

    - Windows exe (sig - 98b5b42cabe57e00ffee7f785db36ad5aaf949aba8f00af4839589029188e919)
    - Full source + docs + binary tarball (sig - 785a08acb19bfac41efcc4a54146dd63b6b357687da27f06b6ae093117d420ab) + Windows exe (sig - 4931827086e1ca00d929ad4fcb599956bef9c70c0915ce42909e8cc8c5089037)
    + Full source + docs + binary tarball (sig - faccc9f73fb5d94d80d0a74328b00f4498f68ef81c85c2f58a47b472b6ab8e78)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.12.11.2/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.12.16/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.12.11.2/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.12.16/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.12.11.2/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.12.16/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 42d70b2b8..a709a3db9 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -42,6 +42,7 @@
  • Brightcove
  • canalc2.tv
  • canalplus.fr
  • +
  • CBS
  • Cinemassacre
  • clipfish
  • Clipsyndicate
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index ba7899ad1..ea52db18e 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.12.11.2 \ No newline at end of file +2013.12.16 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 6569920e5..b99f9c072 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-12-11T09:28:48.376090 + 2013-12-16T04:48:43.215837 youtube-dl-2012.02.22 @@ -2329,4 +2329,19 @@ 2013-12-11-2 + + youtube-dl-2013.12.16 + New version 2013.12.16 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.16/ +
    +
    + + The youtube-dl maintainers + + 2013-12-16 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index b0acdaf06..98c7046c8 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.12.11.2", - "signature": "1a2dae06ad237d1c7fda76feeaa977117b52970e5de4c1a1584d473564e28042bb66aa9ed0388d2343b93957899d75047b4cb98f42fd711ef5dec697370e4f0000732767c08c5514934fa31177da25eec7370ee070a34559256ccd66d90c622cf4546735ff59eb1f76abf132a6a0c75921a97bffc320cb1b009b5760e42d6c4c", + "latest": "2013.12.16", + "signature": "13dd6fae00aba371e741b55e43c849121196fb02beff62f07fea1b4b27f5a521c135bdbe959d2c8468152dfe99648bac2ba1aa95b305d98c4db19e87d817f7763f98e0fd11bb8f391a0756597ea2d9fc30b3ea0cece0ec3dc79181824aa6b71932928584ac4c71a59ec41def32d848ea8cb65de8ee56b6bb195f18f0032471eb", "versions": { "2012.02.22": { "bin": [ @@ -2177,6 +2177,20 @@ "https://yt-dl.org/downloads/2013.12.11.2/youtube-dl-2013.12.11.2.tar.gz", "785a08acb19bfac41efcc4a54146dd63b6b357687da27f06b6ae093117d420ab" ] + }, + "2013.12.16": { + "bin": [ + "https://yt-dl.org/downloads/2013.12.16/youtube-dl", + "1464e8eef05444067fb75e46213da9de581caac351e9f192b26017abe0891321" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.12.16/youtube-dl.exe", + "4931827086e1ca00d929ad4fcb599956bef9c70c0915ce42909e8cc8c5089037" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.12.16/youtube-dl-2013.12.16.tar.gz", + "faccc9f73fb5d94d80d0a74328b00f4498f68ef81c85c2f58a47b472b6ab8e78" + ] } } } \ No newline at end of file From 5d60fe65c838daf4564c4ab9dc215abedf106ab8 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 16 Dec 2013 06:14:46 +0100 Subject: [PATCH 098/129] release 2013.12.16.1 --- download.html | 18 +++++++++--------- supportedsites.html | 3 +++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 45 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index d0f3bb0ef..80496e81c 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.12.16 (sig)

    +

    2013.12.16.1 (sig)

      -
    • MD5: ca37e29c05ca53f9ec8da43ce04275e1
    • -
    • SHA1: 4e64551fa9e92fee7f8764a318fbf8eaaf51f037
    • -
    • SHA256: 1464e8eef05444067fb75e46213da9de581caac351e9f192b26017abe0891321
    • +
    • MD5: c36dd6d2fbeefb168d71b4b22cb4df65
    • +
    • SHA1: 3f9acbf299573e6d32def7a064cb81a5f3c35b28
    • +
    • SHA256: 757567c573fe66a979c90176d54716f53574cb01e677ddb166f88cfacaf31b1a

    - Windows exe (sig - 4931827086e1ca00d929ad4fcb599956bef9c70c0915ce42909e8cc8c5089037)
    - Full source + docs + binary tarball (sig - faccc9f73fb5d94d80d0a74328b00f4498f68ef81c85c2f58a47b472b6ab8e78) + Windows exe (sig - 195e72b65c7fdae71a55cfae50843964e0dd27851acf034968957d1b4c10318b)
    + Full source + docs + binary tarball (sig - c883894fe0c76c38d87be553b3eaf668944d3918b45b5e3e2d4a6e4b6e539486)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.12.16/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.12.16.1/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.12.16/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.12.16.1/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.12.16/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.12.16.1/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 a709a3db9..48410e091 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -43,6 +43,7 @@
  • canalc2.tv
  • canalplus.fr
  • CBS
  • +
  • channel9: Channel 9
  • Cinemassacre
  • clipfish
  • Clipsyndicate
  • @@ -101,6 +102,7 @@
  • liveleak
  • livestream
  • livestream:original
  • +
  • MDR
  • metacafe
  • Metacritic
  • mixcloud
  • @@ -126,6 +128,7 @@
  • plus.google: Google Plus
  • pluzz.francetv.fr
  • podomatic
  • +
  • PornHd
  • PornHub
  • Pornotube
  • Pyvideo
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index ea52db18e..638506965 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.12.16 \ No newline at end of file +2013.12.16.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b99f9c072..34e603c15 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-12-16T04:48:43.215837 + 2013-12-16T06:14:45.527780 youtube-dl-2012.02.22 @@ -2344,4 +2344,19 @@ 2013-12-16 + + youtube-dl-2013.12.16.1 + New version 2013.12.16.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.16.1/ +
    +
    + + The youtube-dl maintainers + + 2013-12-16-1 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 98c7046c8..e9b4384a4 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.12.16", - "signature": "13dd6fae00aba371e741b55e43c849121196fb02beff62f07fea1b4b27f5a521c135bdbe959d2c8468152dfe99648bac2ba1aa95b305d98c4db19e87d817f7763f98e0fd11bb8f391a0756597ea2d9fc30b3ea0cece0ec3dc79181824aa6b71932928584ac4c71a59ec41def32d848ea8cb65de8ee56b6bb195f18f0032471eb", + "latest": "2013.12.16.1", + "signature": "558950ad06b88f1afb9ed68434acd6520bf62a18b4685614c80c0b6a10487d0d28f293fd07a509a2ce72c76f04c1e0a8fb7ff71e03f4c6176badb86913a14decc6ef3e78a6a93f0f4290b610c42a4282a91fc1cb98cb58f187bdf5a8316e54c431323a58149fadb85ffc37adf6b6db5d7663b26bbc7106fe5818ed89c15df85e", "versions": { "2012.02.22": { "bin": [ @@ -2191,6 +2191,20 @@ "https://yt-dl.org/downloads/2013.12.16/youtube-dl-2013.12.16.tar.gz", "faccc9f73fb5d94d80d0a74328b00f4498f68ef81c85c2f58a47b472b6ab8e78" ] + }, + "2013.12.16.1": { + "bin": [ + "https://yt-dl.org/downloads/2013.12.16.1/youtube-dl", + "757567c573fe66a979c90176d54716f53574cb01e677ddb166f88cfacaf31b1a" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.12.16.1/youtube-dl.exe", + "195e72b65c7fdae71a55cfae50843964e0dd27851acf034968957d1b4c10318b" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.12.16.1/youtube-dl-2013.12.16.1.tar.gz", + "c883894fe0c76c38d87be553b3eaf668944d3918b45b5e3e2d4a6e4b6e539486" + ] } } } \ No newline at end of file From a06fb4010539ab5df3ec45fa64ff7e0216b2c41b Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 16 Dec 2013 14:20:46 +0100 Subject: [PATCH 099/129] release 2013.12.16.2 --- download.html | 18 +++++++++--------- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 80496e81c..dd8cc5ad6 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.12.16.1 (sig)

    +

    2013.12.16.2 (sig)

      -
    • MD5: c36dd6d2fbeefb168d71b4b22cb4df65
    • -
    • SHA1: 3f9acbf299573e6d32def7a064cb81a5f3c35b28
    • -
    • SHA256: 757567c573fe66a979c90176d54716f53574cb01e677ddb166f88cfacaf31b1a
    • +
    • MD5: 1eaa5eefc3da7d3dad2730d8963ed94b
    • +
    • SHA1: c87ecd4c30067547b15ec0e96847329328ac37d9
    • +
    • SHA256: 4c688833034228502e637401aab8545de1707e91da00ff6617a0a28a10c25411

    - Windows exe (sig - 195e72b65c7fdae71a55cfae50843964e0dd27851acf034968957d1b4c10318b)
    - Full source + docs + binary tarball (sig - c883894fe0c76c38d87be553b3eaf668944d3918b45b5e3e2d4a6e4b6e539486) + Windows exe (sig - b598852a218b6e01fd3132bb6a7e179c3f47b695e18e6f3f15eedd72ebdfbad9)
    + Full source + docs + binary tarball (sig - de713f778bab51d0b442c539eff4a1a505ba9649e7fe29f4076a364f2e286e03)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.12.16.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.12.16.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.12.16.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.12.16.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.12.16.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.12.16.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 48410e091..5375ac7d0 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -35,6 +35,7 @@
  • bambuser:channel
  • Bandcamp
  • Bandcamp:album
  • +
  • Blinkx
  • blip.tv
  • blip.tv:user
  • Bloomberg
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 638506965..855667485 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.12.16.1 \ No newline at end of file +2013.12.16.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 34e603c15..760331329 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-12-16T06:14:45.527780 + 2013-12-16T14:20:44.743140 youtube-dl-2012.02.22 @@ -2359,4 +2359,19 @@ 2013-12-16-1 + + youtube-dl-2013.12.16.2 + New version 2013.12.16.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.16.2/ +
    +
    + + The youtube-dl maintainers + + 2013-12-16-2 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index e9b4384a4..4dea6219c 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.12.16.1", - "signature": "558950ad06b88f1afb9ed68434acd6520bf62a18b4685614c80c0b6a10487d0d28f293fd07a509a2ce72c76f04c1e0a8fb7ff71e03f4c6176badb86913a14decc6ef3e78a6a93f0f4290b610c42a4282a91fc1cb98cb58f187bdf5a8316e54c431323a58149fadb85ffc37adf6b6db5d7663b26bbc7106fe5818ed89c15df85e", + "latest": "2013.12.16.2", + "signature": "59372fc97b4aea5c48df3eb06996a702ad771e3d433ab3068420f4d6dffb98f3226e48fc8f7d88fb064e9e64e08e0207d00b6b2e9c01aae97e43ba2f2f6c14baf585c9c27d67a74a7b05451e95403251721c08a58cbe9fc25ed16de8902ab15f15d82b6179a87baa0a47c2364abf98a965e25576e54bc07fe40c277852274a56", "versions": { "2012.02.22": { "bin": [ @@ -2205,6 +2205,20 @@ "https://yt-dl.org/downloads/2013.12.16.1/youtube-dl-2013.12.16.1.tar.gz", "c883894fe0c76c38d87be553b3eaf668944d3918b45b5e3e2d4a6e4b6e539486" ] + }, + "2013.12.16.2": { + "bin": [ + "https://yt-dl.org/downloads/2013.12.16.2/youtube-dl", + "4c688833034228502e637401aab8545de1707e91da00ff6617a0a28a10c25411" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.12.16.2/youtube-dl.exe", + "b598852a218b6e01fd3132bb6a7e179c3f47b695e18e6f3f15eedd72ebdfbad9" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.12.16.2/youtube-dl-2013.12.16.2.tar.gz", + "de713f778bab51d0b442c539eff4a1a505ba9649e7fe29f4076a364f2e286e03" + ] } } } \ No newline at end of file From 21bff54f24b944f35da4be02b5fa45a6a09868a9 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 16 Dec 2013 14:46:48 +0100 Subject: [PATCH 100/129] release 2013.12.16.3 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index dd8cc5ad6..2d5d3a24a 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.12.16.2 (sig)

    +

    2013.12.16.3 (sig)

      -
    • MD5: 1eaa5eefc3da7d3dad2730d8963ed94b
    • -
    • SHA1: c87ecd4c30067547b15ec0e96847329328ac37d9
    • -
    • SHA256: 4c688833034228502e637401aab8545de1707e91da00ff6617a0a28a10c25411
    • +
    • MD5: 8d4d9ac0b9aa31f3d7223680884b9c7d
    • +
    • SHA1: 29d88eda70a0a339f041dce780f6ac5522b58086
    • +
    • SHA256: e2e6a8ace9e3b93483bf75a80c11d53280dea416fc86c73994bca7b55617c8f8

    - Windows exe (sig - b598852a218b6e01fd3132bb6a7e179c3f47b695e18e6f3f15eedd72ebdfbad9)
    - Full source + docs + binary tarball (sig - de713f778bab51d0b442c539eff4a1a505ba9649e7fe29f4076a364f2e286e03) + Windows exe (sig - 3dd4e71577f8373f09927f7f7d672b84432ac1d8de7cf15929b076d90d27c856)
    + Full source + docs + binary tarball (sig - 6f7433e779ae1845e9d730feff104ca1ce506afdb91387f5242ebcd7c9897fae)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.12.16.2/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.12.16.3/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.12.16.2/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.12.16.3/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.12.16.2/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.12.16.3/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/update/LATEST_VERSION b/update/LATEST_VERSION index 855667485..8db2bbaa0 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.12.16.2 \ No newline at end of file +2013.12.16.3 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 760331329..cd8420ffe 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-12-16T14:20:44.743140 + 2013-12-16T14:46:46.844854 youtube-dl-2012.02.22 @@ -2374,4 +2374,19 @@ 2013-12-16-2 + + youtube-dl-2013.12.16.3 + New version 2013.12.16.3 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.16.3/ +
    +
    + + The youtube-dl maintainers + + 2013-12-16-3 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 4dea6219c..7190aafcc 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.12.16.2", - "signature": "59372fc97b4aea5c48df3eb06996a702ad771e3d433ab3068420f4d6dffb98f3226e48fc8f7d88fb064e9e64e08e0207d00b6b2e9c01aae97e43ba2f2f6c14baf585c9c27d67a74a7b05451e95403251721c08a58cbe9fc25ed16de8902ab15f15d82b6179a87baa0a47c2364abf98a965e25576e54bc07fe40c277852274a56", + "latest": "2013.12.16.3", + "signature": "5012c6b422e58f1468253946ad3d9e2f88da4e751cc867d31aa22d5068979d9b926d026ae5b81994873fabea9a62454ed340ad0e65a8cce52a514f69b01c3f544ddff1b329be7d55ea3a9d8404caacf371fdb07af41b3241b31439a666e648f51da9424a80d024a1d137607ea034b25d3de6dcc2ada0c78e9c8cafbfbf9e05d7", "versions": { "2012.02.22": { "bin": [ @@ -2219,6 +2219,20 @@ "https://yt-dl.org/downloads/2013.12.16.2/youtube-dl-2013.12.16.2.tar.gz", "de713f778bab51d0b442c539eff4a1a505ba9649e7fe29f4076a364f2e286e03" ] + }, + "2013.12.16.3": { + "bin": [ + "https://yt-dl.org/downloads/2013.12.16.3/youtube-dl", + "e2e6a8ace9e3b93483bf75a80c11d53280dea416fc86c73994bca7b55617c8f8" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.12.16.3/youtube-dl.exe", + "3dd4e71577f8373f09927f7f7d672b84432ac1d8de7cf15929b076d90d27c856" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.12.16.3/youtube-dl-2013.12.16.3.tar.gz", + "6f7433e779ae1845e9d730feff104ca1ce506afdb91387f5242ebcd7c9897fae" + ] } } } \ No newline at end of file From 5c0d5fd588bb27bd616215cf48e82a57f3b8a61e Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 16 Dec 2013 21:14:07 +0100 Subject: [PATCH 101/129] release 2013.12.16.4 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 2d5d3a24a..96db72900 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.12.16.3 (sig)

    +

    2013.12.16.4 (sig)

      -
    • MD5: 8d4d9ac0b9aa31f3d7223680884b9c7d
    • -
    • SHA1: 29d88eda70a0a339f041dce780f6ac5522b58086
    • -
    • SHA256: e2e6a8ace9e3b93483bf75a80c11d53280dea416fc86c73994bca7b55617c8f8
    • +
    • MD5: 0ad873a17528190bb7477b80f37e0864
    • +
    • SHA1: 2db39c4ee2d89faef821aca6b644f305b78e9421
    • +
    • SHA256: c1b938f85d89f797da9c322857593eb0ff38463c57b78f18674d6eb3314829b4

    - Windows exe (sig - 3dd4e71577f8373f09927f7f7d672b84432ac1d8de7cf15929b076d90d27c856)
    - Full source + docs + binary tarball (sig - 6f7433e779ae1845e9d730feff104ca1ce506afdb91387f5242ebcd7c9897fae) + Windows exe (sig - 3a272383344578028d736aee058d06528194c41c38fe4aa907c1cc0c895426b8)
    + Full source + docs + binary tarball (sig - ac0b74ff50ae1825d8963233c7e272a2fee99206e8d72d13b3cd899c35fe44b2)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.12.16.3/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.12.16.4/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.12.16.3/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.12.16.4/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.12.16.3/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.12.16.4/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/update/LATEST_VERSION b/update/LATEST_VERSION index 8db2bbaa0..79011d0a2 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.12.16.3 \ No newline at end of file +2013.12.16.4 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index cd8420ffe..111db9d47 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-12-16T14:46:46.844854 + 2013-12-16T21:14:05.584409 youtube-dl-2012.02.22 @@ -2389,4 +2389,19 @@ 2013-12-16-3 + + youtube-dl-2013.12.16.4 + New version 2013.12.16.4 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.16.4/ +
    +
    + + The youtube-dl maintainers + + 2013-12-16-4 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 7190aafcc..bc7f5809c 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.12.16.3", - "signature": "5012c6b422e58f1468253946ad3d9e2f88da4e751cc867d31aa22d5068979d9b926d026ae5b81994873fabea9a62454ed340ad0e65a8cce52a514f69b01c3f544ddff1b329be7d55ea3a9d8404caacf371fdb07af41b3241b31439a666e648f51da9424a80d024a1d137607ea034b25d3de6dcc2ada0c78e9c8cafbfbf9e05d7", + "latest": "2013.12.16.4", + "signature": "892fa2b117eb14bfee4fea1a833a75cb9d4af8258bec8b176c67f136ff032d80565ced88e368b37fcc650f07b28dffa36b2860a80fe4557db916eacd88d9ba87d8e3d370b2c8e1ff640a77814bc6966034499979922e36f10987719abc985fd97dd250397ba9a3f74f9184f778424f33bc6d8bcdb15fc375b158a1c9fe51dea6", "versions": { "2012.02.22": { "bin": [ @@ -2233,6 +2233,20 @@ "https://yt-dl.org/downloads/2013.12.16.3/youtube-dl-2013.12.16.3.tar.gz", "6f7433e779ae1845e9d730feff104ca1ce506afdb91387f5242ebcd7c9897fae" ] + }, + "2013.12.16.4": { + "bin": [ + "https://yt-dl.org/downloads/2013.12.16.4/youtube-dl", + "c1b938f85d89f797da9c322857593eb0ff38463c57b78f18674d6eb3314829b4" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.12.16.4/youtube-dl.exe", + "3a272383344578028d736aee058d06528194c41c38fe4aa907c1cc0c895426b8" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.12.16.4/youtube-dl-2013.12.16.4.tar.gz", + "ac0b74ff50ae1825d8963233c7e272a2fee99206e8d72d13b3cd899c35fe44b2" + ] } } } \ No newline at end of file From ef3cf84635da42e61c5734445ba02c540fe4a9aa Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 16 Dec 2013 21:49:53 +0100 Subject: [PATCH 102/129] release 2013.12.16.6 --- download.html | 18 +++++++++--------- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 96db72900..c336200ae 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.12.16.4 (sig)

    +

    2013.12.16.6 (sig)

      -
    • MD5: 0ad873a17528190bb7477b80f37e0864
    • -
    • SHA1: 2db39c4ee2d89faef821aca6b644f305b78e9421
    • -
    • SHA256: c1b938f85d89f797da9c322857593eb0ff38463c57b78f18674d6eb3314829b4
    • +
    • MD5: 84fbe53e4db8bfcf7b286068d9dfac56
    • +
    • SHA1: 4a0502168c30af6fa64917425e156264a07860aa
    • +
    • SHA256: 20cda5842366fd61861fe3df815ff90979abdb4405af62921b15065c40aedd36

    - Windows exe (sig - 3a272383344578028d736aee058d06528194c41c38fe4aa907c1cc0c895426b8)
    - Full source + docs + binary tarball (sig - ac0b74ff50ae1825d8963233c7e272a2fee99206e8d72d13b3cd899c35fe44b2) + Windows exe (sig - c504b7e74f9418cae66caee8d22ee478e1d4c4a7ad892b26f10b01105b7162a2)
    + Full source + docs + binary tarball (sig - bd11dc0d524f1fd90118c445479dcb00bfd5828b17a5464bdf605405569df9b3)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.12.16.4/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.12.16.6/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.12.16.4/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.12.16.6/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.12.16.4/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.12.16.6/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 5375ac7d0..01eef138a 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -133,6 +133,7 @@
  • PornHub
  • Pornotube
  • Pyvideo
  • +
  • radiofrance
  • RBMARadio
  • RedTube
  • RingTV
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 79011d0a2..9511e3b06 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.12.16.4 \ No newline at end of file +2013.12.16.6 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 111db9d47..c36875a58 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-12-16T21:14:05.584409 + 2013-12-16T21:49:51.129647 youtube-dl-2012.02.22 @@ -2404,4 +2404,19 @@ 2013-12-16-4 + + youtube-dl-2013.12.16.6 + New version 2013.12.16.6 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.16.6/ +
    +
    + + The youtube-dl maintainers + + 2013-12-16-6 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index bc7f5809c..6360a8673 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.12.16.4", - "signature": "892fa2b117eb14bfee4fea1a833a75cb9d4af8258bec8b176c67f136ff032d80565ced88e368b37fcc650f07b28dffa36b2860a80fe4557db916eacd88d9ba87d8e3d370b2c8e1ff640a77814bc6966034499979922e36f10987719abc985fd97dd250397ba9a3f74f9184f778424f33bc6d8bcdb15fc375b158a1c9fe51dea6", + "latest": "2013.12.16.6", + "signature": "5cc863ca1477614981209819f9cb0fafb5acbe18f61886f32a6438b4b185b5bb0d614cc0bf823237ecc8a2b87f5dded04b48a102ef2ff858dcf8f2ac28f274ecd988bc9ad1d8d02c260e2895093e364e4b50a933f64c63e62f9445565b776fa2a3c796bbeaf4e2f5d66b3eca6da099087bb5feac598e274052dae94164d02596", "versions": { "2012.02.22": { "bin": [ @@ -2247,6 +2247,20 @@ "https://yt-dl.org/downloads/2013.12.16.4/youtube-dl-2013.12.16.4.tar.gz", "ac0b74ff50ae1825d8963233c7e272a2fee99206e8d72d13b3cd899c35fe44b2" ] + }, + "2013.12.16.6": { + "bin": [ + "https://yt-dl.org/downloads/2013.12.16.6/youtube-dl", + "20cda5842366fd61861fe3df815ff90979abdb4405af62921b15065c40aedd36" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.12.16.6/youtube-dl.exe", + "c504b7e74f9418cae66caee8d22ee478e1d4c4a7ad892b26f10b01105b7162a2" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.12.16.6/youtube-dl-2013.12.16.6.tar.gz", + "bd11dc0d524f1fd90118c445479dcb00bfd5828b17a5464bdf605405569df9b3" + ] } } } \ No newline at end of file From 9d69b0e1e84adbba8adbd6001d9f2c5bf73d0e0b Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 16 Dec 2013 22:23:23 +0100 Subject: [PATCH 103/129] release 2013.12.16.7 --- download.html | 18 +++++++++--------- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index c336200ae..31174c923 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.12.16.6 (sig)

    +

    2013.12.16.7 (sig)

      -
    • MD5: 84fbe53e4db8bfcf7b286068d9dfac56
    • -
    • SHA1: 4a0502168c30af6fa64917425e156264a07860aa
    • -
    • SHA256: 20cda5842366fd61861fe3df815ff90979abdb4405af62921b15065c40aedd36
    • +
    • MD5: 745f71e6028a97a917a5ba460d73a1d6
    • +
    • SHA1: 9e62bebeeddbcba5f3f33b6534fd3a8e90fee9d2
    • +
    • SHA256: b5095440c7afc4a9d4be6410d48e50c173b79b67c50599cfc44478f31949b810

    - Windows exe (sig - c504b7e74f9418cae66caee8d22ee478e1d4c4a7ad892b26f10b01105b7162a2)
    - Full source + docs + binary tarball (sig - bd11dc0d524f1fd90118c445479dcb00bfd5828b17a5464bdf605405569df9b3) + Windows exe (sig - bafddd4a7086f660839766925935f3ae2324ff37eb50b6a1b13af45945520799)
    + Full source + docs + binary tarball (sig - 95ceb0aa30a1791efa26e1d285a69283c468aa27cace65b9094d485e785a58e9)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.12.16.6/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.12.16.7/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.12.16.6/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.12.16.7/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.12.16.6/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.12.16.7/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 01eef138a..3ce17f847 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -20,6 +20,7 @@
  • 56.com
  • 8tracks
  • 9gag
  • +
  • AcademicEarth:Course
  • AddAnime
  • anitube.se
  • AppleTrailers
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 9511e3b06..85c0cdd59 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.12.16.6 \ No newline at end of file +2013.12.16.7 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index c36875a58..f4db3e848 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-12-16T21:49:51.129647 + 2013-12-16T22:23:21.998945 youtube-dl-2012.02.22 @@ -2419,4 +2419,19 @@ 2013-12-16-6 + + youtube-dl-2013.12.16.7 + New version 2013.12.16.7 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.16.7/ +
    +
    + + The youtube-dl maintainers + + 2013-12-16-7 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 6360a8673..d6044f05d 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.12.16.6", - "signature": "5cc863ca1477614981209819f9cb0fafb5acbe18f61886f32a6438b4b185b5bb0d614cc0bf823237ecc8a2b87f5dded04b48a102ef2ff858dcf8f2ac28f274ecd988bc9ad1d8d02c260e2895093e364e4b50a933f64c63e62f9445565b776fa2a3c796bbeaf4e2f5d66b3eca6da099087bb5feac598e274052dae94164d02596", + "latest": "2013.12.16.7", + "signature": "86351eb7c27000b9fb5f292c727ce6c2a37e14c2fdef02a47b6f172cb4fa99e940c7fe71011e837089754d90a86730d889787e58421b2d255bdcc5656c625951d920fc2d29ce5a1bad790c1c1c1732f99ed5e808c415d2574a2a50f5ae233791d817078791eda19ce6e598a9c8bb82fd14d08d43264101f3b25df4ba3989b7a2", "versions": { "2012.02.22": { "bin": [ @@ -2261,6 +2261,20 @@ "https://yt-dl.org/downloads/2013.12.16.6/youtube-dl-2013.12.16.6.tar.gz", "bd11dc0d524f1fd90118c445479dcb00bfd5828b17a5464bdf605405569df9b3" ] + }, + "2013.12.16.7": { + "bin": [ + "https://yt-dl.org/downloads/2013.12.16.7/youtube-dl", + "b5095440c7afc4a9d4be6410d48e50c173b79b67c50599cfc44478f31949b810" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.12.16.7/youtube-dl.exe", + "bafddd4a7086f660839766925935f3ae2324ff37eb50b6a1b13af45945520799" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.12.16.7/youtube-dl-2013.12.16.7.tar.gz", + "95ceb0aa30a1791efa26e1d285a69283c468aa27cace65b9094d485e785a58e9" + ] } } } \ No newline at end of file From 566ec7305b138f025ccbc4ce6122183c5cfacccc Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 17 Dec 2013 02:54:19 +0100 Subject: [PATCH 104/129] release 2013.12.17 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 31174c923..bdbd59761 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.12.16.7 (sig)

    +

    2013.12.17 (sig)

      -
    • MD5: 745f71e6028a97a917a5ba460d73a1d6
    • -
    • SHA1: 9e62bebeeddbcba5f3f33b6534fd3a8e90fee9d2
    • -
    • SHA256: b5095440c7afc4a9d4be6410d48e50c173b79b67c50599cfc44478f31949b810
    • +
    • MD5: 2660902d19c520385c6a5116d03896f4
    • +
    • SHA1: 35d534c26861793d7f4a24870c743f540e3b3b3d
    • +
    • SHA256: dce49d99a472070853bd21174f785f334db1b0a595ac423386c709891d321e09

    - Windows exe (sig - bafddd4a7086f660839766925935f3ae2324ff37eb50b6a1b13af45945520799)
    - Full source + docs + binary tarball (sig - 95ceb0aa30a1791efa26e1d285a69283c468aa27cace65b9094d485e785a58e9) + Windows exe (sig - 2c54a35c503ff3a6e2992dd872da1e700ff0b89e6b714f78f31e4bfe3b31c84e)
    + Full source + docs + binary tarball (sig - c917df720ec3d9960067e93388837ce0318afef57ec044bd3a8adce8d9d49461)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.12.16.7/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.12.17/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.12.16.7/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.12.17/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.12.16.7/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.12.17/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/update/LATEST_VERSION b/update/LATEST_VERSION index 85c0cdd59..27f4e9170 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.12.16.7 \ No newline at end of file +2013.12.17 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index f4db3e848..14f8091d0 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-12-16T22:23:21.998945 + 2013-12-17T02:54:16.514537 youtube-dl-2012.02.22 @@ -2434,4 +2434,19 @@ 2013-12-16-7 + + youtube-dl-2013.12.17 + New version 2013.12.17 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.17/ +
    +
    + + The youtube-dl maintainers + + 2013-12-17 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index d6044f05d..42b7070cc 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.12.16.7", - "signature": "86351eb7c27000b9fb5f292c727ce6c2a37e14c2fdef02a47b6f172cb4fa99e940c7fe71011e837089754d90a86730d889787e58421b2d255bdcc5656c625951d920fc2d29ce5a1bad790c1c1c1732f99ed5e808c415d2574a2a50f5ae233791d817078791eda19ce6e598a9c8bb82fd14d08d43264101f3b25df4ba3989b7a2", + "latest": "2013.12.17", + "signature": "43c268efdaeb9fe570a802065245476c9b8bd4fe84a6f290885798b05a339b756d7f9e4c90680a0609af651b9ee7b249fbbefb9ff6e29540c32aab9902686a6ca607c9a257916934896f67f36428046962343a732ac3434b861ca8b32c651d00a7af473210d82ad03d1b2ed5d1abe6ac3ac8c73da4fe395f071de2fb821bf20a", "versions": { "2012.02.22": { "bin": [ @@ -2275,6 +2275,20 @@ "https://yt-dl.org/downloads/2013.12.16.7/youtube-dl-2013.12.16.7.tar.gz", "95ceb0aa30a1791efa26e1d285a69283c468aa27cace65b9094d485e785a58e9" ] + }, + "2013.12.17": { + "bin": [ + "https://yt-dl.org/downloads/2013.12.17/youtube-dl", + "dce49d99a472070853bd21174f785f334db1b0a595ac423386c709891d321e09" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.12.17/youtube-dl.exe", + "2c54a35c503ff3a6e2992dd872da1e700ff0b89e6b714f78f31e4bfe3b31c84e" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.12.17/youtube-dl-2013.12.17.tar.gz", + "c917df720ec3d9960067e93388837ce0318afef57ec044bd3a8adce8d9d49461" + ] } } } \ No newline at end of file From 9eacff6377e0471847bb8b85858cf02411e46d93 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 17 Dec 2013 04:16:10 +0100 Subject: [PATCH 105/129] release 2013.12.17.1 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index bdbd59761..f3cfed99c 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.12.17 (sig)

    +

    2013.12.17.1 (sig)

      -
    • MD5: 2660902d19c520385c6a5116d03896f4
    • -
    • SHA1: 35d534c26861793d7f4a24870c743f540e3b3b3d
    • -
    • SHA256: dce49d99a472070853bd21174f785f334db1b0a595ac423386c709891d321e09
    • +
    • MD5: 41e511b3fa74e0c01eaa3e3dd2106340
    • +
    • SHA1: e4d6fb253fd8c57e4cf59adf33afc1b1e00d5a66
    • +
    • SHA256: 9956620aab9dd1b57db876480eb0df5c6b1bbfbb12c55651cc518c70539ec244

    - Windows exe (sig - 2c54a35c503ff3a6e2992dd872da1e700ff0b89e6b714f78f31e4bfe3b31c84e)
    - Full source + docs + binary tarball (sig - c917df720ec3d9960067e93388837ce0318afef57ec044bd3a8adce8d9d49461) + Windows exe (sig - 9f8809a34695d248b85115485d3ee8b022e5ea234b8f025350b45e49f6233933)
    + Full source + docs + binary tarball (sig - f4eeb72e25124a94840c4c9c31476b6f468b13217e5e483cd7d672c7f4cafaee)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.12.17/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.12.17.1/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.12.17/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.12.17.1/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.12.17/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.12.17.1/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/update/LATEST_VERSION b/update/LATEST_VERSION index 27f4e9170..064f845a4 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.12.17 \ No newline at end of file +2013.12.17.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 14f8091d0..917d2db32 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-12-17T02:54:16.514537 + 2013-12-17T04:16:09.248686 youtube-dl-2012.02.22 @@ -2449,4 +2449,19 @@ 2013-12-17 + + youtube-dl-2013.12.17.1 + New version 2013.12.17.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.17.1/ +
    +
    + + The youtube-dl maintainers + + 2013-12-17-1 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 42b7070cc..7009cd522 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.12.17", - "signature": "43c268efdaeb9fe570a802065245476c9b8bd4fe84a6f290885798b05a339b756d7f9e4c90680a0609af651b9ee7b249fbbefb9ff6e29540c32aab9902686a6ca607c9a257916934896f67f36428046962343a732ac3434b861ca8b32c651d00a7af473210d82ad03d1b2ed5d1abe6ac3ac8c73da4fe395f071de2fb821bf20a", + "latest": "2013.12.17.1", + "signature": "16eecf8c3baa0815ef555d77292c50fa2a17b8855f0bf990e8d62e4ceec271ec708060cbd5d9c3a1f97df94125d894cc2732374a025a9b1b01e0dee0d3cf57a40edd80126adc07d3c8f6ebb47e96dae1a31ce53adb8e5ac5a9e3fdf3ee4117e5965fd2d93f3dfc03c96e1382317dbde0ddb75e928df1bf7edc3e2803a6f33ac6", "versions": { "2012.02.22": { "bin": [ @@ -2289,6 +2289,20 @@ "https://yt-dl.org/downloads/2013.12.17/youtube-dl-2013.12.17.tar.gz", "c917df720ec3d9960067e93388837ce0318afef57ec044bd3a8adce8d9d49461" ] + }, + "2013.12.17.1": { + "bin": [ + "https://yt-dl.org/downloads/2013.12.17.1/youtube-dl", + "9956620aab9dd1b57db876480eb0df5c6b1bbfbb12c55651cc518c70539ec244" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.12.17.1/youtube-dl.exe", + "9f8809a34695d248b85115485d3ee8b022e5ea234b8f025350b45e49f6233933" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.12.17.1/youtube-dl-2013.12.17.1.tar.gz", + "f4eeb72e25124a94840c4c9c31476b6f468b13217e5e483cd7d672c7f4cafaee" + ] } } } \ No newline at end of file From 4bfb57ea3e0bddbf8f1630f8e102d42db32ec635 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 17 Dec 2013 13:05:32 +0100 Subject: [PATCH 106/129] release 2013.12.17.2 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index f3cfed99c..b7a3b4c0e 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.12.17.1 (sig)

    +

    2013.12.17.2 (sig)

      -
    • MD5: 41e511b3fa74e0c01eaa3e3dd2106340
    • -
    • SHA1: e4d6fb253fd8c57e4cf59adf33afc1b1e00d5a66
    • -
    • SHA256: 9956620aab9dd1b57db876480eb0df5c6b1bbfbb12c55651cc518c70539ec244
    • +
    • MD5: 40e28db0e304a66d06ba123c94196c1e
    • +
    • SHA1: 76636933e131f42086ccf8d3167e470a733efb73
    • +
    • SHA256: 953409a75086b21aad8118348375b1484fd58441e8b6fb5bd969dbfb4eb3eb7c

    - Windows exe (sig - 9f8809a34695d248b85115485d3ee8b022e5ea234b8f025350b45e49f6233933)
    - Full source + docs + binary tarball (sig - f4eeb72e25124a94840c4c9c31476b6f468b13217e5e483cd7d672c7f4cafaee) + Windows exe (sig - d718149c2f00aed1155401c66b85584818aa75ce6e719fc76043f0ff230618e3)
    + Full source + docs + binary tarball (sig - bbf98e81921adbba383caf11f9dcb33aa4d6dc0b3c03ebba53690f613609bbb6)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.12.17.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.12.17.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.12.17.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.12.17.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.12.17.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.12.17.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/update/LATEST_VERSION b/update/LATEST_VERSION index 064f845a4..b36f2feab 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.12.17.1 \ No newline at end of file +2013.12.17.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 917d2db32..135f3c165 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-12-17T04:16:09.248686 + 2013-12-17T13:05:31.096860 youtube-dl-2012.02.22 @@ -2464,4 +2464,19 @@ 2013-12-17-1 + + youtube-dl-2013.12.17.2 + New version 2013.12.17.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.17.2/ +
    +
    + + The youtube-dl maintainers + + 2013-12-17-2 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 7009cd522..24b785089 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.12.17.1", - "signature": "16eecf8c3baa0815ef555d77292c50fa2a17b8855f0bf990e8d62e4ceec271ec708060cbd5d9c3a1f97df94125d894cc2732374a025a9b1b01e0dee0d3cf57a40edd80126adc07d3c8f6ebb47e96dae1a31ce53adb8e5ac5a9e3fdf3ee4117e5965fd2d93f3dfc03c96e1382317dbde0ddb75e928df1bf7edc3e2803a6f33ac6", + "latest": "2013.12.17.2", + "signature": "059ddf1e1a58ba178de7afc1775654aab211bb6ec4713aa437a8eb208fcf992417d3965ad3a40da4f9930d92bb90b3ec75c8c46e9438760a92498fe4c9b6fe926d5acbc76e028beb38fe786e06e1c06afa6ef88a32ff6b79ea793d93a016c45bcd36de8b4971c56f33fbc715b83929f467b26c90606697775a1f90d3c3c5d146", "versions": { "2012.02.22": { "bin": [ @@ -2303,6 +2303,20 @@ "https://yt-dl.org/downloads/2013.12.17.1/youtube-dl-2013.12.17.1.tar.gz", "f4eeb72e25124a94840c4c9c31476b6f468b13217e5e483cd7d672c7f4cafaee" ] + }, + "2013.12.17.2": { + "bin": [ + "https://yt-dl.org/downloads/2013.12.17.2/youtube-dl", + "953409a75086b21aad8118348375b1484fd58441e8b6fb5bd969dbfb4eb3eb7c" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.12.17.2/youtube-dl.exe", + "d718149c2f00aed1155401c66b85584818aa75ce6e719fc76043f0ff230618e3" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.12.17.2/youtube-dl-2013.12.17.2.tar.gz", + "bbf98e81921adbba383caf11f9dcb33aa4d6dc0b3c03ebba53690f613609bbb6" + ] } } } \ No newline at end of file From 977584c07e9ef430e5acc1a9d18b7bc3c71335e3 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 20 Dec 2013 17:11:32 +0100 Subject: [PATCH 107/129] release 2013.12.20 --- download.html | 18 +++++++++--------- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index b7a3b4c0e..6ae9622d0 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.12.17.2 (sig)

    +

    2013.12.20 (sig)

      -
    • MD5: 40e28db0e304a66d06ba123c94196c1e
    • -
    • SHA1: 76636933e131f42086ccf8d3167e470a733efb73
    • -
    • SHA256: 953409a75086b21aad8118348375b1484fd58441e8b6fb5bd969dbfb4eb3eb7c
    • +
    • MD5: fff970b5542ccc8bae1401aaa5792e0d
    • +
    • SHA1: 5b4427d4d339f6ef6016d8148174d4123d453e31
    • +
    • SHA256: 9480b45173b8ee9bd15ba655bcdd06976e0c0adf920c169a5486f638567d037c

    - Windows exe (sig - d718149c2f00aed1155401c66b85584818aa75ce6e719fc76043f0ff230618e3)
    - Full source + docs + binary tarball (sig - bbf98e81921adbba383caf11f9dcb33aa4d6dc0b3c03ebba53690f613609bbb6) + Windows exe (sig - fa44aa17cbcdfa4e45da87e061d2581daf2275dd35e15be37852cb11ea70d764)
    + Full source + docs + binary tarball (sig - eb83b2112c7098c32ab66f9051900e2a35d24992ba98e7ca74ef10a16e061933)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.12.17.2/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.12.20/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.12.17.2/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.12.20/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.12.17.2/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.12.20/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 3ce17f847..f0320efd2 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -23,6 +23,7 @@
  • AcademicEarth:Course
  • AddAnime
  • anitube.se
  • +
  • Aparat
  • AppleTrailers
  • archive.org: archive.org videos
  • ARD
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index b36f2feab..5474a23dc 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.12.17.2 \ No newline at end of file +2013.12.20 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 135f3c165..6a23b0b67 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-12-17T13:05:31.096860 + 2013-12-20T17:11:30.940546 youtube-dl-2012.02.22 @@ -2479,4 +2479,19 @@ 2013-12-17-2 + + youtube-dl-2013.12.20 + New version 2013.12.20 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.20/ +
    +
    + + The youtube-dl maintainers + + 2013-12-20 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 24b785089..e1de843b6 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.12.17.2", - "signature": "059ddf1e1a58ba178de7afc1775654aab211bb6ec4713aa437a8eb208fcf992417d3965ad3a40da4f9930d92bb90b3ec75c8c46e9438760a92498fe4c9b6fe926d5acbc76e028beb38fe786e06e1c06afa6ef88a32ff6b79ea793d93a016c45bcd36de8b4971c56f33fbc715b83929f467b26c90606697775a1f90d3c3c5d146", + "latest": "2013.12.20", + "signature": "1697f009ae38e7d7a2b3d61cdd78b7882b87f3b7c131c21e070d10cdaecd6f6b2d2af6b719459ae0ae270afb9f1c94ceeab375b93de0ff53c538ad198b0c3b3d91e9bf32292a8baf74fc07825c4cd764ad0049843bbc53ddd126337e164fa6a871f91cb156d245b793cd5b19be4ffc28db2a6cc254b9571e4dfaa29f4253e170", "versions": { "2012.02.22": { "bin": [ @@ -2317,6 +2317,20 @@ "https://yt-dl.org/downloads/2013.12.17.2/youtube-dl-2013.12.17.2.tar.gz", "bbf98e81921adbba383caf11f9dcb33aa4d6dc0b3c03ebba53690f613609bbb6" ] + }, + "2013.12.20": { + "bin": [ + "https://yt-dl.org/downloads/2013.12.20/youtube-dl", + "9480b45173b8ee9bd15ba655bcdd06976e0c0adf920c169a5486f638567d037c" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.12.20/youtube-dl.exe", + "fa44aa17cbcdfa4e45da87e061d2581daf2275dd35e15be37852cb11ea70d764" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.12.20/youtube-dl-2013.12.20.tar.gz", + "eb83b2112c7098c32ab66f9051900e2a35d24992ba98e7ca74ef10a16e061933" + ] } } } \ No newline at end of file From 95f310dd4e54ac539a929d6e46ecd823313bf2eb Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 23 Dec 2013 03:49:04 +0100 Subject: [PATCH 108/129] release 2013.12.23 --- download.html | 18 +++++++++--------- supportedsites.html | 3 +++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 45 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 6ae9622d0..d4e77c063 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.12.20 (sig)

    +

    2013.12.23 (sig)

      -
    • MD5: fff970b5542ccc8bae1401aaa5792e0d
    • -
    • SHA1: 5b4427d4d339f6ef6016d8148174d4123d453e31
    • -
    • SHA256: 9480b45173b8ee9bd15ba655bcdd06976e0c0adf920c169a5486f638567d037c
    • +
    • MD5: e215dc276c3b99547ee442b17e216e62
    • +
    • SHA1: 7a29f8646d7cc5f23f825b28741c6ad879dac592
    • +
    • SHA256: 81eed0dc893f23037fb36d14f5d54c5dfba6ce0864b2b9f95061f41903329b12

    - Windows exe (sig - fa44aa17cbcdfa4e45da87e061d2581daf2275dd35e15be37852cb11ea70d764)
    - Full source + docs + binary tarball (sig - eb83b2112c7098c32ab66f9051900e2a35d24992ba98e7ca74ef10a16e061933) + Windows exe (sig - d29e019eb72032c995cee3aa27f66be320b37222ecb3391beb449afd6312b93d)
    + Full source + docs + binary tarball (sig - 5558b4568289a4e845b40411ef2ce69322d34068116845da055e314c9ea3a4ba)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.12.20/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.12.23/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.12.20/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.12.23/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.12.20/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.12.23/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 f0320efd2..961458880 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -56,6 +56,7 @@
  • ComedyCentralShows: The Daily Show / Colbert Report
  • CondeNast: Condé Nast media group: GQ, Glamour, Vanity Fair, Vogue, W Magazine, WIRED
  • Criterion
  • +
  • Crunchyroll
  • CSpan
  • d8.tv
  • dailymotion
  • @@ -95,6 +96,8 @@
  • InfoQ
  • Instagram
  • InternetVideoArchive
  • +
  • ivi: ivi.ru
  • +
  • ivi:compilation: ivi.ru compilations
  • JeuxVideo
  • Jukebox
  • justin.tv
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 5474a23dc..dd5b58884 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.12.20 \ No newline at end of file +2013.12.23 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 6a23b0b67..c862c68d6 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-12-20T17:11:30.940546 + 2013-12-23T03:49:02.137404 youtube-dl-2012.02.22 @@ -2494,4 +2494,19 @@ 2013-12-20 + + youtube-dl-2013.12.23 + New version 2013.12.23 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.23/ +
    +
    + + The youtube-dl maintainers + + 2013-12-23 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index e1de843b6..b4b3fe494 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.12.20", - "signature": "1697f009ae38e7d7a2b3d61cdd78b7882b87f3b7c131c21e070d10cdaecd6f6b2d2af6b719459ae0ae270afb9f1c94ceeab375b93de0ff53c538ad198b0c3b3d91e9bf32292a8baf74fc07825c4cd764ad0049843bbc53ddd126337e164fa6a871f91cb156d245b793cd5b19be4ffc28db2a6cc254b9571e4dfaa29f4253e170", + "latest": "2013.12.23", + "signature": "0426a222bc9fabda4767f8686874f9a428a2e1e9cd0e1a9d0e08094a8854a552b3ad72d0fb6b63f607e6dc7c9f46bddafed7226bc6b09de9285e635ce00b4a69384d921c7458f1509a29a70f493c1d57864dbbc42e2a6323ba787c550f39f17db206ac637260f6b219c38979de4e145b6bc35363613405d742603786831d0084", "versions": { "2012.02.22": { "bin": [ @@ -2331,6 +2331,20 @@ "https://yt-dl.org/downloads/2013.12.20/youtube-dl-2013.12.20.tar.gz", "eb83b2112c7098c32ab66f9051900e2a35d24992ba98e7ca74ef10a16e061933" ] + }, + "2013.12.23": { + "bin": [ + "https://yt-dl.org/downloads/2013.12.23/youtube-dl", + "81eed0dc893f23037fb36d14f5d54c5dfba6ce0864b2b9f95061f41903329b12" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.12.23/youtube-dl.exe", + "d29e019eb72032c995cee3aa27f66be320b37222ecb3391beb449afd6312b93d" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.12.23/youtube-dl-2013.12.23.tar.gz", + "5558b4568289a4e845b40411ef2ce69322d34068116845da055e314c9ea3a4ba" + ] } } } \ No newline at end of file From bfacf9503c6dece688cdea35574fcecf5c99fcfa Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 23 Dec 2013 04:22:43 +0100 Subject: [PATCH 109/129] release 2013.12.23.1 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index d4e77c063..7104ec4d5 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.12.23 (sig)

    +

    2013.12.23.1 (sig)

      -
    • MD5: e215dc276c3b99547ee442b17e216e62
    • -
    • SHA1: 7a29f8646d7cc5f23f825b28741c6ad879dac592
    • -
    • SHA256: 81eed0dc893f23037fb36d14f5d54c5dfba6ce0864b2b9f95061f41903329b12
    • +
    • MD5: 526c6302d5c8d2da99a64c431d3981dd
    • +
    • SHA1: 646d088746c73622eefec5bae3143358639205a7
    • +
    • SHA256: 1f1fa9afb24b73bc4d26242d82f30f9da37b0d47b70822275158534f44625bdc

    - Windows exe (sig - d29e019eb72032c995cee3aa27f66be320b37222ecb3391beb449afd6312b93d)
    - Full source + docs + binary tarball (sig - 5558b4568289a4e845b40411ef2ce69322d34068116845da055e314c9ea3a4ba) + Windows exe (sig - 76ea1f1bc7e64d098ede02aa60dca23c3fbff066f8a32cf25311302f10e45f63)
    + Full source + docs + binary tarball (sig - 5378686245918cc6101f8d446c8b9380fdf4f746d23765ddf7a0ae9fc9c3d74e)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.12.23/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.12.23.1/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.12.23/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.12.23.1/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.12.23/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.12.23.1/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/update/LATEST_VERSION b/update/LATEST_VERSION index dd5b58884..ece41ed62 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.12.23 \ No newline at end of file +2013.12.23.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index c862c68d6..0ec9f5e36 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-12-23T03:49:02.137404 + 2013-12-23T04:22:40.946090 youtube-dl-2012.02.22 @@ -2509,4 +2509,19 @@ 2013-12-23 + + youtube-dl-2013.12.23.1 + New version 2013.12.23.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.23.1/ +
    +
    + + The youtube-dl maintainers + + 2013-12-23-1 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index b4b3fe494..e8ed93fd9 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.12.23", - "signature": "0426a222bc9fabda4767f8686874f9a428a2e1e9cd0e1a9d0e08094a8854a552b3ad72d0fb6b63f607e6dc7c9f46bddafed7226bc6b09de9285e635ce00b4a69384d921c7458f1509a29a70f493c1d57864dbbc42e2a6323ba787c550f39f17db206ac637260f6b219c38979de4e145b6bc35363613405d742603786831d0084", + "latest": "2013.12.23.1", + "signature": "67df858b11b19a01bab8f286cf09500dd4825321566d855767a610e1f73e74a284638d14458eecdcc548b3823bd06d064ac752271a200fbd961043e9cbd8c4a5344edba512cb6e91d821d75f4b9a15c75d06856bbea54b0265687e7cae546d129fbd8179fc9f373cc6e78e417ad80d2de2a9b7f65c5ad25ad648da20d88893a6", "versions": { "2012.02.22": { "bin": [ @@ -2345,6 +2345,20 @@ "https://yt-dl.org/downloads/2013.12.23/youtube-dl-2013.12.23.tar.gz", "5558b4568289a4e845b40411ef2ce69322d34068116845da055e314c9ea3a4ba" ] + }, + "2013.12.23.1": { + "bin": [ + "https://yt-dl.org/downloads/2013.12.23.1/youtube-dl", + "1f1fa9afb24b73bc4d26242d82f30f9da37b0d47b70822275158534f44625bdc" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.12.23.1/youtube-dl.exe", + "76ea1f1bc7e64d098ede02aa60dca23c3fbff066f8a32cf25311302f10e45f63" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.12.23.1/youtube-dl-2013.12.23.1.tar.gz", + "5378686245918cc6101f8d446c8b9380fdf4f746d23765ddf7a0ae9fc9c3d74e" + ] } } } \ No newline at end of file From c817e2468904605f2c991f00ae587c6336507c4e Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 23 Dec 2013 04:33:44 +0100 Subject: [PATCH 110/129] release 2013.12.23.2 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 7104ec4d5..65b589fda 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.12.23.1 (sig)

    +

    2013.12.23.2 (sig)

      -
    • MD5: 526c6302d5c8d2da99a64c431d3981dd
    • -
    • SHA1: 646d088746c73622eefec5bae3143358639205a7
    • -
    • SHA256: 1f1fa9afb24b73bc4d26242d82f30f9da37b0d47b70822275158534f44625bdc
    • +
    • MD5: a555dfe1eb589c2b2d5ef85cf3f67816
    • +
    • SHA1: c6a62bd984c6fffa30eb17bb0fa1bd687b81c0c7
    • +
    • SHA256: 303990cd53a363d93c49bb509e2c668c56859984809f794bf74567f83523ceea

    - Windows exe (sig - 76ea1f1bc7e64d098ede02aa60dca23c3fbff066f8a32cf25311302f10e45f63)
    - Full source + docs + binary tarball (sig - 5378686245918cc6101f8d446c8b9380fdf4f746d23765ddf7a0ae9fc9c3d74e) + Windows exe (sig - 44c3893d5865fe4c033f8d7107be5e52fc971b7d940f196df0e117a452d1d203)
    + Full source + docs + binary tarball (sig - f281b257f3cf5acf6e5b1089e4c31840944f7188a864b4961aacdfc6194ad9fe)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.12.23.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.12.23.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.12.23.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.12.23.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.12.23.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.12.23.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/update/LATEST_VERSION b/update/LATEST_VERSION index ece41ed62..fe0126d38 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.12.23.1 \ No newline at end of file +2013.12.23.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 0ec9f5e36..b9c3490ef 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-12-23T04:22:40.946090 + 2013-12-23T04:33:42.201884 youtube-dl-2012.02.22 @@ -2524,4 +2524,19 @@ 2013-12-23-1 + + youtube-dl-2013.12.23.2 + New version 2013.12.23.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.23.2/ +
    +
    + + The youtube-dl maintainers + + 2013-12-23-2 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index e8ed93fd9..9e480deac 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.12.23.1", - "signature": "67df858b11b19a01bab8f286cf09500dd4825321566d855767a610e1f73e74a284638d14458eecdcc548b3823bd06d064ac752271a200fbd961043e9cbd8c4a5344edba512cb6e91d821d75f4b9a15c75d06856bbea54b0265687e7cae546d129fbd8179fc9f373cc6e78e417ad80d2de2a9b7f65c5ad25ad648da20d88893a6", + "latest": "2013.12.23.2", + "signature": "7e94768960837143104654f0cb201bb4611ecccf5bd8cc86d7bfa640a3f97a1400165c5ef064c49b8ef07d8fe3aa413a48d719f20176f35d57c29cf6312c20c86f329fad97d4b7f8f94cc41e5ce3fa43f9dd204f6a4f16c3a5f8526e835bcb96016fdf8c4e6514f516798e78bbcee24b946f8c069458206e80e577667e7b9df7", "versions": { "2012.02.22": { "bin": [ @@ -2359,6 +2359,20 @@ "https://yt-dl.org/downloads/2013.12.23.1/youtube-dl-2013.12.23.1.tar.gz", "5378686245918cc6101f8d446c8b9380fdf4f746d23765ddf7a0ae9fc9c3d74e" ] + }, + "2013.12.23.2": { + "bin": [ + "https://yt-dl.org/downloads/2013.12.23.2/youtube-dl", + "303990cd53a363d93c49bb509e2c668c56859984809f794bf74567f83523ceea" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.12.23.2/youtube-dl.exe", + "44c3893d5865fe4c033f8d7107be5e52fc971b7d940f196df0e117a452d1d203" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.12.23.2/youtube-dl-2013.12.23.2.tar.gz", + "f281b257f3cf5acf6e5b1089e4c31840944f7188a864b4961aacdfc6194ad9fe" + ] } } } \ No newline at end of file From d952e4ca0069e7f6f838d58203a08f22557f6a96 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 23 Dec 2013 04:46:57 +0100 Subject: [PATCH 111/129] release 2013.12.23.3 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 65b589fda..1689fdf25 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.12.23.2 (sig)

    +

    2013.12.23.3 (sig)

      -
    • MD5: a555dfe1eb589c2b2d5ef85cf3f67816
    • -
    • SHA1: c6a62bd984c6fffa30eb17bb0fa1bd687b81c0c7
    • -
    • SHA256: 303990cd53a363d93c49bb509e2c668c56859984809f794bf74567f83523ceea
    • +
    • MD5: ddd2bdf8e49c420fbe0d20f78ab4cf16
    • +
    • SHA1: e19d5963a4db728ca077bff4b633bc35fa913330
    • +
    • SHA256: 1009fd65d1af3730b3a7e435f5827c3c7f89b5660c628c3aa3bc1986f168f646

    - Windows exe (sig - 44c3893d5865fe4c033f8d7107be5e52fc971b7d940f196df0e117a452d1d203)
    - Full source + docs + binary tarball (sig - f281b257f3cf5acf6e5b1089e4c31840944f7188a864b4961aacdfc6194ad9fe) + Windows exe (sig - b380248791904be49147c01542e11d27c3a1602596358c14e57e8c84d57f870f)
    + Full source + docs + binary tarball (sig - f34ecdee736d0d5574583f337e32b8fe8fe71efe93f5a664db2e92c699cdf015)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.12.23.2/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.12.23.3/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.12.23.2/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.12.23.3/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.12.23.2/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.12.23.3/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/update/LATEST_VERSION b/update/LATEST_VERSION index fe0126d38..09bd437dc 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.12.23.2 \ No newline at end of file +2013.12.23.3 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b9c3490ef..542c7e060 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-12-23T04:33:42.201884 + 2013-12-23T04:46:55.854697 youtube-dl-2012.02.22 @@ -2539,4 +2539,19 @@ 2013-12-23-2 + + youtube-dl-2013.12.23.3 + New version 2013.12.23.3 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.23.3/ +
    +
    + + The youtube-dl maintainers + + 2013-12-23-3 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 9e480deac..cec185c6b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.12.23.2", - "signature": "7e94768960837143104654f0cb201bb4611ecccf5bd8cc86d7bfa640a3f97a1400165c5ef064c49b8ef07d8fe3aa413a48d719f20176f35d57c29cf6312c20c86f329fad97d4b7f8f94cc41e5ce3fa43f9dd204f6a4f16c3a5f8526e835bcb96016fdf8c4e6514f516798e78bbcee24b946f8c069458206e80e577667e7b9df7", + "latest": "2013.12.23.3", + "signature": "20849fe98440ce5a8a99052dbef8ccf97e7b41d4a5ec16144fadb50024c1bc9e7a4472ed2660a01184baf7ebbe4a9872583d7fc28034386baf0f3120ccdda670544542f823a44867d3be592ce67408a0294f5e18c0baebec1b0712ad50649672d4794099550779a73f8bebcc5fb40f7f61bd492705f65c7edd22f6cf8a5d797a", "versions": { "2012.02.22": { "bin": [ @@ -2373,6 +2373,20 @@ "https://yt-dl.org/downloads/2013.12.23.2/youtube-dl-2013.12.23.2.tar.gz", "f281b257f3cf5acf6e5b1089e4c31840944f7188a864b4961aacdfc6194ad9fe" ] + }, + "2013.12.23.3": { + "bin": [ + "https://yt-dl.org/downloads/2013.12.23.3/youtube-dl", + "1009fd65d1af3730b3a7e435f5827c3c7f89b5660c628c3aa3bc1986f168f646" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.12.23.3/youtube-dl.exe", + "b380248791904be49147c01542e11d27c3a1602596358c14e57e8c84d57f870f" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.12.23.3/youtube-dl-2013.12.23.3.tar.gz", + "f34ecdee736d0d5574583f337e32b8fe8fe71efe93f5a664db2e92c699cdf015" + ] } } } \ No newline at end of file From 3b506e4652adc3eaf4bebb3f5dd6d5a0614ed7c5 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 23 Dec 2013 05:14:39 +0100 Subject: [PATCH 112/129] release 2013.12.23.4 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 1689fdf25..e62f78a11 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.12.23.3 (sig)

    +

    2013.12.23.4 (sig)

      -
    • MD5: ddd2bdf8e49c420fbe0d20f78ab4cf16
    • -
    • SHA1: e19d5963a4db728ca077bff4b633bc35fa913330
    • -
    • SHA256: 1009fd65d1af3730b3a7e435f5827c3c7f89b5660c628c3aa3bc1986f168f646
    • +
    • MD5: a41bb22d06a7f1b5703721d73ff6bc92
    • +
    • SHA1: 480b3ed6498e4b857464c4d5ba699087c27b5a24
    • +
    • SHA256: df539cf7608f2a0ef3062fd2cb932fc11376afc5da9ff1d7518ea41fe7ae9a77

    - Windows exe (sig - b380248791904be49147c01542e11d27c3a1602596358c14e57e8c84d57f870f)
    - Full source + docs + binary tarball (sig - f34ecdee736d0d5574583f337e32b8fe8fe71efe93f5a664db2e92c699cdf015) + Windows exe (sig - aef1b71e6d931e4c93520b03b8546c91eac417c13c0307ba3063845d8ba94af3)
    + Full source + docs + binary tarball (sig - 8e5c09a36f0e2ff8a628e27f86cd135e0e1244819f5c6c16862c08b558081a1f)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.12.23.3/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.12.23.4/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.12.23.3/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.12.23.4/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.12.23.3/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.12.23.4/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/update/LATEST_VERSION b/update/LATEST_VERSION index 09bd437dc..8385c900d 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.12.23.3 \ No newline at end of file +2013.12.23.4 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 542c7e060..448aa5f7d 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-12-23T04:46:55.854697 + 2013-12-23T05:14:37.536098 youtube-dl-2012.02.22 @@ -2554,4 +2554,19 @@ 2013-12-23-3 + + youtube-dl-2013.12.23.4 + New version 2013.12.23.4 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.23.4/ +
    +
    + + The youtube-dl maintainers + + 2013-12-23-4 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index cec185c6b..4cdac7e12 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.12.23.3", - "signature": "20849fe98440ce5a8a99052dbef8ccf97e7b41d4a5ec16144fadb50024c1bc9e7a4472ed2660a01184baf7ebbe4a9872583d7fc28034386baf0f3120ccdda670544542f823a44867d3be592ce67408a0294f5e18c0baebec1b0712ad50649672d4794099550779a73f8bebcc5fb40f7f61bd492705f65c7edd22f6cf8a5d797a", + "latest": "2013.12.23.4", + "signature": "54d8979bbbc97f2cee4258cb0dc6c218c1c9e9448d6a647c01f9bce73bb534d15147fe2f984a82dfc8edd2f8f00850c2383085f74e762d85ff43481af30702f92d8e64393d230fc6d5650236807081d0fa563f6c9f588d4122b5de354760433ae33f3466479a2b7253d9719da2f7b482a702de2dba23f699b2a4e2248a8eb160", "versions": { "2012.02.22": { "bin": [ @@ -2387,6 +2387,20 @@ "https://yt-dl.org/downloads/2013.12.23.3/youtube-dl-2013.12.23.3.tar.gz", "f34ecdee736d0d5574583f337e32b8fe8fe71efe93f5a664db2e92c699cdf015" ] + }, + "2013.12.23.4": { + "bin": [ + "https://yt-dl.org/downloads/2013.12.23.4/youtube-dl", + "df539cf7608f2a0ef3062fd2cb932fc11376afc5da9ff1d7518ea41fe7ae9a77" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.12.23.4/youtube-dl.exe", + "aef1b71e6d931e4c93520b03b8546c91eac417c13c0307ba3063845d8ba94af3" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.12.23.4/youtube-dl-2013.12.23.4.tar.gz", + "8e5c09a36f0e2ff8a628e27f86cd135e0e1244819f5c6c16862c08b558081a1f" + ] } } } \ No newline at end of file From 97c7ea358c253885700920a87f712032f5c0d957 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 26 Dec 2013 22:00:58 +0100 Subject: [PATCH 113/129] release 2013.12.26 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index e62f78a11..1e985212d 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.12.23.4 (sig)

    +

    2013.12.26 (sig)

      -
    • MD5: a41bb22d06a7f1b5703721d73ff6bc92
    • -
    • SHA1: 480b3ed6498e4b857464c4d5ba699087c27b5a24
    • -
    • SHA256: df539cf7608f2a0ef3062fd2cb932fc11376afc5da9ff1d7518ea41fe7ae9a77
    • +
    • MD5: d8fca8f54f414509538ef1c7dd9fd612
    • +
    • SHA1: 6150ef0e00e5760f304de56bdcfd3fdccd844c0c
    • +
    • SHA256: a9701ed0a15667047e2a0e3c26ad8feb263399dfc615691f87335fced9f2a041

    - Windows exe (sig - aef1b71e6d931e4c93520b03b8546c91eac417c13c0307ba3063845d8ba94af3)
    - Full source + docs + binary tarball (sig - 8e5c09a36f0e2ff8a628e27f86cd135e0e1244819f5c6c16862c08b558081a1f) + Windows exe (sig - 156654bfde81319b87d0a3d26df1265cc21ac3076dc73cb31cd800fab6182de5)
    + Full source + docs + binary tarball (sig - ac0d35d32a0f333843da078f26addfcd52c58bb24fe099a2ed481d71f145f3b5)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.12.23.4/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.12.26/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.12.23.4/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.12.26/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.12.23.4/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.12.26/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/update/LATEST_VERSION b/update/LATEST_VERSION index 8385c900d..9110b65c4 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.12.23.4 \ No newline at end of file +2013.12.26 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 448aa5f7d..b7a2656d5 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-12-23T05:14:37.536098 + 2013-12-26T22:00:56.964546 youtube-dl-2012.02.22 @@ -2569,4 +2569,19 @@ 2013-12-23-4 + + youtube-dl-2013.12.26 + New version 2013.12.26 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.26/ +
    +
    + + The youtube-dl maintainers + + 2013-12-26 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 4cdac7e12..40456c124 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.12.23.4", - "signature": "54d8979bbbc97f2cee4258cb0dc6c218c1c9e9448d6a647c01f9bce73bb534d15147fe2f984a82dfc8edd2f8f00850c2383085f74e762d85ff43481af30702f92d8e64393d230fc6d5650236807081d0fa563f6c9f588d4122b5de354760433ae33f3466479a2b7253d9719da2f7b482a702de2dba23f699b2a4e2248a8eb160", + "latest": "2013.12.26", + "signature": "0452d16481a06e44825c2be730e3a6e53674f665b3bc3ebda7fdd5d2f1a2e5c6f77689f56355407f63df016a6df9ce2eb8375a7e88603dc0ac0b3ce4ef9b92d94b0c5e8a3a582e470f3f9a334e3964da45ae8a564e1a5ecda85c4a1208b3a934fd56bd3d5f3a9c5657456ca7058efef067fd1168cbcc08e951ff940e52459342", "versions": { "2012.02.22": { "bin": [ @@ -2401,6 +2401,20 @@ "https://yt-dl.org/downloads/2013.12.23.4/youtube-dl-2013.12.23.4.tar.gz", "8e5c09a36f0e2ff8a628e27f86cd135e0e1244819f5c6c16862c08b558081a1f" ] + }, + "2013.12.26": { + "bin": [ + "https://yt-dl.org/downloads/2013.12.26/youtube-dl", + "a9701ed0a15667047e2a0e3c26ad8feb263399dfc615691f87335fced9f2a041" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.12.26/youtube-dl.exe", + "156654bfde81319b87d0a3d26df1265cc21ac3076dc73cb31cd800fab6182de5" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.12.26/youtube-dl-2013.12.26.tar.gz", + "ac0d35d32a0f333843da078f26addfcd52c58bb24fe099a2ed481d71f145f3b5" + ] } } } \ No newline at end of file From 8b20599d6f8ef806e617e9b8390359a76c8eb821 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 3 Jan 2014 12:18:39 +0100 Subject: [PATCH 114/129] release 2014.01.03 --- about.html | 2 +- documentation.html | 2 +- donations.html | 2 +- download.html | 20 ++++++++++---------- download.html.in | 2 +- faq.html | 2 +- index.html | 2 +- supportedsites.html | 4 +++- supportedsites.html.in | 2 +- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 12 files changed, 53 insertions(+), 22 deletions(-) diff --git a/about.html b/about.html index c404f2fb7..30a4e5fe6 100644 --- a/about.html +++ b/about.html @@ -36,6 +36,6 @@ Creative Commons License
    -Copyright © 2006-2013 Ricardo Garcia Gonzalez
    +Copyright © 2006-2014 Ricardo Garcia Gonzalez
    diff --git a/documentation.html b/documentation.html index 2eee96d8c..36baae646 100644 --- a/documentation.html +++ b/documentation.html @@ -98,6 +98,6 @@ You can configure youtube-dl by placing default arguments (such as --extra Creative Commons License
    -Copyright © 2006-2013 Ricardo Garcia Gonzalez +Copyright © 2006-2014 Ricardo Garcia Gonzalez diff --git a/donations.html b/donations.html index dd35fa4dc..04276459d 100644 --- a/donations.html +++ b/donations.html @@ -34,6 +34,6 @@ Creative Commons License
    -Copyright © 2006-2013 Ricardo Garcia Gonzalez +Copyright © 2006-2014 Ricardo Garcia Gonzalez diff --git a/download.html b/download.html index 1e985212d..27b759806 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.12.26 (sig)

    +

    2014.01.03 (sig)

      -
    • MD5: d8fca8f54f414509538ef1c7dd9fd612
    • -
    • SHA1: 6150ef0e00e5760f304de56bdcfd3fdccd844c0c
    • -
    • SHA256: a9701ed0a15667047e2a0e3c26ad8feb263399dfc615691f87335fced9f2a041
    • +
    • MD5: 7bf14e64b75a12fd7586f660d1b585be
    • +
    • SHA1: 2e7f1f36d32df4b0ba19d7da29adb6807d385935
    • +
    • SHA256: 16ddfdf9030f92c3237b9724640b4383ff005bf23ed81091ef53064eda3973ae

    - Windows exe (sig - 156654bfde81319b87d0a3d26df1265cc21ac3076dc73cb31cd800fab6182de5)
    - Full source + docs + binary tarball (sig - ac0d35d32a0f333843da078f26addfcd52c58bb24fe099a2ed481d71f145f3b5) + Windows exe (sig - 78d5b9e4fa1688395619994135c05d371644d9965e60bec3ea60a1780804496f)
    + Full source + docs + binary tarball (sig - ad9f35e9f4ee6db560d1ffda5e893853acaa9a979041dbf98c3ba12e811aef07)

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

    @@ -69,6 +69,6 @@ See the pypi page for more Creative Commons License
    -Copyright © 2006-2013 Ricardo Garcia Gonzalez +Copyright © 2006-2014 Ricardo Garcia Gonzalez diff --git a/download.html.in b/download.html.in index b6726c649..ebd4bb191 100644 --- a/download.html.in +++ b/download.html.in @@ -69,6 +69,6 @@ See the pypi page for more Creative Commons License
    -Copyright © 2006-2013 Ricardo Garcia Gonzalez +Copyright © 2006-2014 Ricardo Garcia Gonzalez diff --git a/faq.html b/faq.html index adff7b60a..2271e92db 100644 --- a/faq.html +++ b/faq.html @@ -85,6 +85,6 @@ means you're using an outdated version of Python. Please update to Python 2.6 or Creative Commons License
    -Copyright © 2006-2013 Ricardo Garcia Gonzalez +Copyright © 2006-2014 Ricardo Garcia Gonzalez diff --git a/index.html b/index.html index e043398bb..bbf0400c0 100644 --- a/index.html +++ b/index.html @@ -32,6 +32,6 @@ You can also contact us on the irc channel Creative Commons License
    -Copyright © 2006-2013 Ricardo Garcia Gonzalez +Copyright © 2006-2014 Ricardo Garcia Gonzalez diff --git a/supportedsites.html b/supportedsites.html index 961458880..9940cf2c6 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -50,6 +50,7 @@
  • Cinemassacre
  • clipfish
  • Clipsyndicate
  • +
  • cmt.com
  • CNN
  • CollegeHumor
  • ComedyCentral
  • @@ -92,6 +93,7 @@
  • Hypem
  • ign.com
  • imdb: Internet Movie Database trailers
  • +
  • imdb:list: Internet Movie Database lists
  • Ina
  • InfoQ
  • Instagram
  • @@ -240,6 +242,6 @@ Creative Commons License
    -Copyright © 2006-2013 Ricardo Garcia Gonzalez +Copyright © 2006-2014 Ricardo Garcia Gonzalez diff --git a/supportedsites.html.in b/supportedsites.html.in index 819df072a..4d2211cd9 100644 --- a/supportedsites.html.in +++ b/supportedsites.html.in @@ -21,6 +21,6 @@ Creative Commons License
    -Copyright © 2006-2013 Ricardo Garcia Gonzalez +Copyright © 2006-2014 Ricardo Garcia Gonzalez diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 9110b65c4..ad9ce192e 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.12.26 \ No newline at end of file +2014.01.03 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b7a2656d5..ad20501c1 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-12-26T22:00:56.964546 + 2014-01-03T12:18:38.035710 youtube-dl-2012.02.22 @@ -2584,4 +2584,19 @@ 2013-12-26 + + youtube-dl-2014.01.03 + New version 2014.01.03 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.01.03/ +
    +
    + + The youtube-dl maintainers + + 2014-01-03 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 40456c124..ddc7f3ef9 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.12.26", - "signature": "0452d16481a06e44825c2be730e3a6e53674f665b3bc3ebda7fdd5d2f1a2e5c6f77689f56355407f63df016a6df9ce2eb8375a7e88603dc0ac0b3ce4ef9b92d94b0c5e8a3a582e470f3f9a334e3964da45ae8a564e1a5ecda85c4a1208b3a934fd56bd3d5f3a9c5657456ca7058efef067fd1168cbcc08e951ff940e52459342", + "latest": "2014.01.03", + "signature": "2cd3f3d3be008afb39de8d2f45678cd4e3c4ed7351211256ab6ec855e39584e5e2b38290e2803e5016401000244dfbe48ab31e309b0a680abab8de65e9c983ec43a9703025a5490e65b745ff3b35708263fc0a0e55c1927937405e099a3231f5054ebab863d6b2a66f07dc3300383dd063bfac247016485f897239a96a1f1c6d", "versions": { "2012.02.22": { "bin": [ @@ -2415,6 +2415,20 @@ "https://yt-dl.org/downloads/2013.12.26/youtube-dl-2013.12.26.tar.gz", "ac0d35d32a0f333843da078f26addfcd52c58bb24fe099a2ed481d71f145f3b5" ] + }, + "2014.01.03": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.03/youtube-dl", + "16ddfdf9030f92c3237b9724640b4383ff005bf23ed81091ef53064eda3973ae" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.03/youtube-dl.exe", + "78d5b9e4fa1688395619994135c05d371644d9965e60bec3ea60a1780804496f" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.03/youtube-dl-2014.01.03.tar.gz", + "ad9f35e9f4ee6db560d1ffda5e893853acaa9a979041dbf98c3ba12e811aef07" + ] } } } \ No newline at end of file From 0e4c82eea467b3ff9084ac12840e42c66b400755 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 5 Jan 2014 04:52:35 +0100 Subject: [PATCH 115/129] release 2014.01.05.1 --- download.html | 18 +- supportedsites.html | 8 +- update/LATEST_VERSION | 2 +- update/releases.atom | 5209 +++++++++++++++++++++-------------------- update/versions.json | 18 +- 5 files changed, 2644 insertions(+), 2611 deletions(-) diff --git a/download.html b/download.html index 27b759806..31031706e 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.01.03 (sig)

    +

    2014.01.05.1 (sig)

      -
    • MD5: 7bf14e64b75a12fd7586f660d1b585be
    • -
    • SHA1: 2e7f1f36d32df4b0ba19d7da29adb6807d385935
    • -
    • SHA256: 16ddfdf9030f92c3237b9724640b4383ff005bf23ed81091ef53064eda3973ae
    • +
    • MD5: aa1fe08bbafcd70abde804c45e1f947d
    • +
    • SHA1: 453b5aae2bb05b5301c52fa798a8e784d15d7e73
    • +
    • SHA256: b4f879dc2b03ff2cb4c559b4a49ad57d2bd16727f123bd5c94f6e734cbe96021

    - Windows exe (sig - 78d5b9e4fa1688395619994135c05d371644d9965e60bec3ea60a1780804496f)
    - Full source + docs + binary tarball (sig - ad9f35e9f4ee6db560d1ffda5e893853acaa9a979041dbf98c3ba12e811aef07) + Windows exe (sig - c838c63dfeb4f8fe5291ef17b856649004da5c0810e12e29d3c41cd4ac9e6ebe)
    + Full source + docs + binary tarball (sig - 6c560a073645ee32bb735764467e45089795c6223d4cdc06dbda8f0dbcd3ff4b)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.03/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.01.05.1/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.01.03/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.01.05.1/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.01.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.01.05.1/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 9940cf2c6..af4b4a1e3 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -38,8 +38,8 @@
  • Bandcamp
  • Bandcamp:album
  • Blinkx
  • -
  • blip.tv
  • blip.tv:user
  • +
  • BlipTV
  • Bloomberg
  • Break
  • Brightcove
  • @@ -58,7 +58,7 @@
  • CondeNast: Condé Nast media group: GQ, Glamour, Vanity Fair, Vogue, W Magazine, WIRED
  • Criterion
  • Crunchyroll
  • -
  • CSpan
  • +
  • CSpan: C-SPAN
  • d8.tv
  • dailymotion
  • dailymotion:playlist
  • @@ -101,6 +101,7 @@
  • ivi: ivi.ru
  • ivi:compilation: ivi.ru compilations
  • JeuxVideo
  • +
  • jpopsuki.tv
  • Jukebox
  • justin.tv
  • Kankan
  • @@ -110,6 +111,9 @@
  • liveleak
  • livestream
  • livestream:original
  • +
  • lynda: lynda.com videos
  • +
  • lynda:course: lynda.com online courses
  • +
  • macgamestore: MacGameStore trailers
  • MDR
  • metacafe
  • Metacritic
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index ad9ce192e..1354e5219 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.03 \ No newline at end of file +2014.01.05.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index ad20501c1..d3dc8d058 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -1,2602 +1,2617 @@ - youtube-dl releases - youtube-dl-updates-feed - 2014-01-03T12:18:38.035710 - - - youtube-dl-2012.02.22 - New version 2012.02.22 - - -
    - Downloads available at https://yt-dl.org/downloads/2012.02.22/ -
    -
    - - The youtube-dl maintainers - - 2012-02-22 -
    - - - youtube-dl-2013.01.02 - New version 2013.01.02 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.01.02/ -
    -
    - - The youtube-dl maintainers - - 2013-01-02 -
    - - - youtube-dl-2013.01.06 - New version 2013.01.06 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.01.06/ -
    -
    - - The youtube-dl maintainers - - 2013-01-06 -
    - - - youtube-dl-2013.01.08 - New version 2013.01.08 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.01.08/ -
    -
    - - The youtube-dl maintainers - - 2013-01-08 -
    - - - youtube-dl-2013.01.11 - New version 2013.01.11 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.01.11/ -
    -
    - - The youtube-dl maintainers - - 2013-01-11 -
    - - - youtube-dl-2013.01.12 - New version 2013.01.12 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.01.12/ -
    -
    - - The youtube-dl maintainers - - 2013-01-12 -
    - - - youtube-dl-2013.01.13 - New version 2013.01.13 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.01.13/ -
    -
    - - The youtube-dl maintainers - - 2013-01-13 -
    - - - youtube-dl-2013.01.28 - New version 2013.01.28 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.01.28/ -
    -
    - - The youtube-dl maintainers - - 2013-01-28 -
    - - - youtube-dl-2013.02.01 - New version 2013.02.01 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.02.01/ -
    -
    - - The youtube-dl maintainers - - 2013-02-01 -
    - - - youtube-dl-2013.02.02 - New version 2013.02.02 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.02.02/ -
    -
    - - The youtube-dl maintainers - - 2013-02-02 -
    - - - youtube-dl-2013.02.18 - New version 2013.02.18 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.02.18/ -
    -
    - - The youtube-dl maintainers - - 2013-02-18 -
    - - - youtube-dl-2013.02.19 - New version 2013.02.19 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.02.19/ -
    -
    - - The youtube-dl maintainers - - 2013-02-19 -
    - - - youtube-dl-2013.02.22 - New version 2013.02.22 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.02.22/ -
    -
    - - The youtube-dl maintainers - - 2013-02-22 -
    - - - youtube-dl-2013.02.25 - New version 2013.02.25 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.02.25/ -
    -
    - - The youtube-dl maintainers - - 2013-02-25 -
    - - - youtube-dl-2013.03.29 - New version 2013.03.29 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.03.29/ -
    -
    - - The youtube-dl maintainers - - 2013-03-29 -
    - - - youtube-dl-2013.04.03 - New version 2013.04.03 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.04.03/ -
    -
    - - The youtube-dl maintainers - - 2013-04-03 -
    - - - youtube-dl-2013.04.11 - New version 2013.04.11 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.04.11/ -
    -
    - - The youtube-dl maintainers - - 2013-04-11 -
    - - - youtube-dl-2013.04.18 - New version 2013.04.18 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.04.18/ -
    -
    - - The youtube-dl maintainers - - 2013-04-18 -
    - - - youtube-dl-2013.04.21 - New version 2013.04.21 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.04.21/ -
    -
    - - The youtube-dl maintainers - - 2013-04-21 -
    - - - youtube-dl-2013.04.22 - New version 2013.04.22 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.04.22/ -
    -
    - - The youtube-dl maintainers - - 2013-04-22 -
    - - - youtube-dl-2013.04.27 - New version 2013.04.27 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.04.27/ -
    -
    - - The youtube-dl maintainers - - 2013-04-27 -
    - - - youtube-dl-2013.04.28 - New version 2013.04.28 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.04.28/ -
    -
    - - The youtube-dl maintainers - - 2013-04-28 -
    - - - youtube-dl-2013.04.30 - New version 2013.04.30 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.04.30/ -
    -
    - - The youtube-dl maintainers - - 2013-04-30 -
    - - - youtube-dl-2013.04.31 - New version 2013.04.31 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.04.31/ -
    -
    - - The youtube-dl maintainers - - 2013-04-31 -
    - - - youtube-dl-2013.05.01 - New version 2013.05.01 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.05.01/ -
    -
    - - The youtube-dl maintainers - - 2013-05-01 -
    - - - youtube-dl-2013.05.04 - New version 2013.05.04 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.05.04/ -
    -
    - - The youtube-dl maintainers - - 2013-05-04 -
    - - - youtube-dl-2013.05.05 - New version 2013.05.05 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.05.05/ -
    -
    - - The youtube-dl maintainers - - 2013-05-05 -
    - - - youtube-dl-2013.05.07 - New version 2013.05.07 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.05.07/ -
    -
    - - The youtube-dl maintainers - - 2013-05-07 -
    - - - youtube-dl-2013.05.10 - New version 2013.05.10 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.05.10/ -
    -
    - - The youtube-dl maintainers - - 2013-05-10 -
    - - - youtube-dl-2013.05.14 - New version 2013.05.14 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.05.14/ -
    -
    - - The youtube-dl maintainers - - 2013-05-14 -
    - - - youtube-dl-2013.05.23 - New version 2013.05.23 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.05.23/ -
    -
    - - The youtube-dl maintainers - - 2013-05-23 -
    - - - youtube-dl-2013.06.21 - New version 2013.06.21 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.06.21/ -
    -
    - - The youtube-dl maintainers - - 2013-06-21 -
    - - - youtube-dl-2013.06.23 - New version 2013.06.23 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.06.23/ -
    -
    - - The youtube-dl maintainers - - 2013-06-23 -
    - - - youtube-dl-2013.06.25 - New version 2013.06.25 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.06.25/ -
    -
    - - The youtube-dl maintainers - - 2013-06-25 -
    - - - youtube-dl-2013.06.26 - New version 2013.06.26 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.06.26/ -
    -
    - - The youtube-dl maintainers - - 2013-06-26 -
    - - - youtube-dl-2013.06.27 - New version 2013.06.27 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.06.27/ -
    -
    - - The youtube-dl maintainers - - 2013-06-27 -
    - - - youtube-dl-2013.06.28 - New version 2013.06.28 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.06.28/ -
    -
    - - The youtube-dl maintainers - - 2013-06-28 -
    - - - youtube-dl-2013.06.29 - New version 2013.06.29 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.06.29/ -
    -
    - - The youtube-dl maintainers - - 2013-06-29 -
    - - - youtube-dl-2013.06.30 - New version 2013.06.30 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.06.30/ -
    -
    - - The youtube-dl maintainers - - 2013-06-30 -
    - - - youtube-dl-2013.06.31 - New version 2013.06.31 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.06.31/ -
    -
    - - The youtube-dl maintainers - - 2013-06-31 -
    - - - youtube-dl-2013.06.32 - New version 2013.06.32 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.06.32/ -
    -
    - - The youtube-dl maintainers - - 2013-06-32 -
    - - - youtube-dl-2013.06.33 - New version 2013.06.33 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.06.33/ -
    -
    - - The youtube-dl maintainers - - 2013-06-33 -
    - - - youtube-dl-2013.06.34 - New version 2013.06.34 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.06.34/ -
    -
    - - The youtube-dl maintainers - - 2013-06-34 -
    - - - youtube-dl-2013.06.34.1 - New version 2013.06.34.1 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.06.34.1/ -
    -
    - - The youtube-dl maintainers - - 2013-06-34-1 -
    - - - youtube-dl-2013.06.34.2 - New version 2013.06.34.2 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.06.34.2/ -
    -
    - - The youtube-dl maintainers - - 2013-06-34-2 -
    - - - youtube-dl-2013.06.34.3 - New version 2013.06.34.3 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.06.34.3/ -
    -
    - - The youtube-dl maintainers - - 2013-06-34-3 -
    - - - youtube-dl-2013.06.34.4 - New version 2013.06.34.4 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.06.34.4/ -
    -
    - - The youtube-dl maintainers - - 2013-06-34-4 -
    - - - youtube-dl-2013.07.02 - New version 2013.07.02 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.07.02/ -
    -
    - - The youtube-dl maintainers - - 2013-07-02 -
    - - - youtube-dl-2013.07.04 - New version 2013.07.04 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.07.04/ -
    -
    - - The youtube-dl maintainers - - 2013-07-04 -
    - - - youtube-dl-2013.07.05 - New version 2013.07.05 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.07.05/ -
    -
    - - The youtube-dl maintainers - - 2013-07-05 -
    - - - youtube-dl-2013.07.07.01 - New version 2013.07.07.01 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.07.07.01/ -
    -
    - - The youtube-dl maintainers - - 2013-07-07-01 -
    - - - youtube-dl-2013.07.08 - New version 2013.07.08 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.07.08/ -
    -
    - - The youtube-dl maintainers - - 2013-07-08 -
    - - - youtube-dl-2013.07.08.1 - New version 2013.07.08.1 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.07.08.1/ -
    -
    - - The youtube-dl maintainers - - 2013-07-08-1 -
    - - - youtube-dl-2013.07.10 - New version 2013.07.10 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.07.10/ -
    -
    - - The youtube-dl maintainers - - 2013-07-10 -
    - - - youtube-dl-2013.07.11 - New version 2013.07.11 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.07.11/ -
    -
    - - The youtube-dl maintainers - - 2013-07-11 -
    - - - youtube-dl-2013.07.12 - New version 2013.07.12 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.07.12/ -
    -
    - - The youtube-dl maintainers - - 2013-07-12 -
    - - - youtube-dl-2013.07.17 - New version 2013.07.17 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.07.17/ -
    -
    - - The youtube-dl maintainers - - 2013-07-17 -
    - - - youtube-dl-2013.07.17.1 - New version 2013.07.17.1 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.07.17.1/ -
    -
    - - The youtube-dl maintainers - - 2013-07-17-1 -
    - - - youtube-dl-2013.07.18 - New version 2013.07.18 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.07.18/ -
    -
    - - The youtube-dl maintainers - - 2013-07-18 -
    - - - youtube-dl-2013.07.19 - New version 2013.07.19 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.07.19/ -
    -
    - - The youtube-dl maintainers - - 2013-07-19 -
    - - - youtube-dl-2013.07.23 - New version 2013.07.23 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.07.23/ -
    -
    - - The youtube-dl maintainers - - 2013-07-23 -
    - - - youtube-dl-2013.07.23.1 - New version 2013.07.23.1 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.07.23.1/ -
    -
    - - The youtube-dl maintainers - - 2013-07-23-1 -
    - - - youtube-dl-2013.07.24.2 - New version 2013.07.24.2 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.07.24.2/ -
    -
    - - The youtube-dl maintainers - - 2013-07-24-2 -
    - - - youtube-dl-2013.07.25 - New version 2013.07.25 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.07.25/ -
    -
    - - The youtube-dl maintainers - - 2013-07-25 -
    - - - youtube-dl-2013.07.25.1 - New version 2013.07.25.1 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.07.25.1/ -
    -
    - - The youtube-dl maintainers - - 2013-07-25-1 -
    - - - youtube-dl-2013.07.25.2 - New version 2013.07.25.2 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.07.25.2/ -
    -
    - - The youtube-dl maintainers - - 2013-07-25-2 -
    - - - youtube-dl-2013.07.31 - New version 2013.07.31 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.07.31/ -
    -
    - - The youtube-dl maintainers - - 2013-07-31 -
    - - - youtube-dl-2013.08.02 - New version 2013.08.02 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.08.02/ -
    -
    - - The youtube-dl maintainers - - 2013-08-02 -
    - - - youtube-dl-2013.08.08 - New version 2013.08.08 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.08.08/ -
    -
    - - The youtube-dl maintainers - - 2013-08-08 -
    - - - youtube-dl-2013.08.08.1 - New version 2013.08.08.1 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.08.08.1/ -
    -
    - - The youtube-dl maintainers - - 2013-08-08-1 -
    - - - youtube-dl-2013.08.09 - New version 2013.08.09 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.08.09/ -
    -
    - - The youtube-dl maintainers - - 2013-08-09 -
    - - - youtube-dl-2013.08.14 - New version 2013.08.14 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.08.14/ -
    -
    - - The youtube-dl maintainers - - 2013-08-14 -
    - - - youtube-dl-2013.08.15 - New version 2013.08.15 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.08.15/ -
    -
    - - The youtube-dl maintainers - - 2013-08-15 -
    - - - youtube-dl-2013.08.17 - New version 2013.08.17 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.08.17/ -
    -
    - - The youtube-dl maintainers - - 2013-08-17 -
    - - - youtube-dl-2013.08.22 - New version 2013.08.22 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.08.22/ -
    -
    - - The youtube-dl maintainers - - 2013-08-22 -
    - - - youtube-dl-2013.08.23 - New version 2013.08.23 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.08.23/ -
    -
    - - The youtube-dl maintainers - - 2013-08-23 -
    - - - youtube-dl-2013.08.27 - New version 2013.08.27 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.08.27/ -
    -
    - - The youtube-dl maintainers - - 2013-08-27 -
    - - - youtube-dl-2013.08.28 - New version 2013.08.28 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.08.28/ -
    -
    - - The youtube-dl maintainers - - 2013-08-28 -
    - - - youtube-dl-2013.08.28.1 - New version 2013.08.28.1 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.08.28.1/ -
    -
    - - The youtube-dl maintainers - - 2013-08-28-1 -
    - - - youtube-dl-2013.08.29 - New version 2013.08.29 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.08.29/ -
    -
    - - The youtube-dl maintainers - - 2013-08-29 -
    - - - youtube-dl-2013.08.30 - New version 2013.08.30 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.08.30/ -
    -
    - - The youtube-dl maintainers - - 2013-08-30 -
    - - - youtube-dl-2013.09.04 - New version 2013.09.04 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.09.04/ -
    -
    - - The youtube-dl maintainers - - 2013-09-04 -
    - - - youtube-dl-2013.09.05 - New version 2013.09.05 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.09.05/ -
    -
    - - The youtube-dl maintainers - - 2013-09-05 -
    - - - youtube-dl-2013.09.06 - New version 2013.09.06 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.09.06/ -
    -
    - - The youtube-dl maintainers - - 2013-09-06 -
    - - - youtube-dl-2013.09.06.1 - New version 2013.09.06.1 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.09.06.1/ -
    -
    - - The youtube-dl maintainers - - 2013-09-06-1 -
    - - - youtube-dl-2013.09.07 - New version 2013.09.07 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.09.07/ -
    -
    - - The youtube-dl maintainers - - 2013-09-07 -
    - - - youtube-dl-2013.09.10 - New version 2013.09.10 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.09.10/ -
    -
    - - The youtube-dl maintainers - - 2013-09-10 -
    - - - youtube-dl-2013.09.16 - New version 2013.09.16 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.09.16/ -
    -
    - - The youtube-dl maintainers - - 2013-09-16 -
    - - - youtube-dl-2013.09.17 - New version 2013.09.17 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.09.17/ -
    -
    - - The youtube-dl maintainers - - 2013-09-17 -
    - - - youtube-dl-2013.09.20 - New version 2013.09.20 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.09.20/ -
    -
    - - The youtube-dl maintainers - - 2013-09-20 -
    - - - youtube-dl-2013.09.20.1 - New version 2013.09.20.1 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.09.20.1/ -
    -
    - - The youtube-dl maintainers - - 2013-09-20-1 -
    - - - youtube-dl-2013.09.24 - New version 2013.09.24 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.09.24/ -
    -
    - - The youtube-dl maintainers - - 2013-09-24 -
    - - - youtube-dl-2013.09.24.1 - New version 2013.09.24.1 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.09.24.1/ -
    -
    - - The youtube-dl maintainers - - 2013-09-24-1 -
    - - - youtube-dl-2013.09.24.2 - New version 2013.09.24.2 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.09.24.2/ -
    -
    - - The youtube-dl maintainers - - 2013-09-24-2 -
    - - - youtube-dl-2013.09.29 - New version 2013.09.29 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.09.29/ -
    -
    - - The youtube-dl maintainers - - 2013-09-29 -
    - - - youtube-dl-2013.10.01 - New version 2013.10.01 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.10.01/ -
    -
    - - The youtube-dl maintainers - - 2013-10-01 -
    - - - youtube-dl-2013.10.01.1 - New version 2013.10.01.1 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.10.01.1/ -
    -
    - - The youtube-dl maintainers - - 2013-10-01-1 -
    - - - youtube-dl-2013.10.04 - New version 2013.10.04 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.10.04/ -
    -
    - - The youtube-dl maintainers - - 2013-10-04 -
    - - - youtube-dl-2013.10.06 - New version 2013.10.06 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.10.06/ -
    -
    - - The youtube-dl maintainers - - 2013-10-06 -
    - - - youtube-dl-2013.10.07 - New version 2013.10.07 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.10.07/ -
    -
    - - The youtube-dl maintainers - - 2013-10-07 -
    - - - youtube-dl-2013.10.09 - New version 2013.10.09 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.10.09/ -
    -
    - - The youtube-dl maintainers - - 2013-10-09 -
    - - - youtube-dl-2013.10.15 - New version 2013.10.15 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.10.15/ -
    -
    - - The youtube-dl maintainers - - 2013-10-15 -
    - - - youtube-dl-2013.10.17 - New version 2013.10.17 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.10.17/ -
    -
    - - The youtube-dl maintainers - - 2013-10-17 -
    - - - youtube-dl-2013.10.18 - New version 2013.10.18 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.10.18/ -
    -
    - - The youtube-dl maintainers - - 2013-10-18 -
    - - - youtube-dl-2013.10.18.1 - New version 2013.10.18.1 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.10.18.1/ -
    -
    - - The youtube-dl maintainers - - 2013-10-18-1 -
    - - - youtube-dl-2013.10.18.2 - New version 2013.10.18.2 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.10.18.2/ -
    -
    - - The youtube-dl maintainers - - 2013-10-18-2 -
    - - - youtube-dl-2013.10.22 - New version 2013.10.22 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.10.22/ -
    -
    - - The youtube-dl maintainers - - 2013-10-22 -
    - - - youtube-dl-2013.10.23 - New version 2013.10.23 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.10.23/ -
    -
    - - The youtube-dl maintainers - - 2013-10-23 -
    - - - youtube-dl-2013.10.23.1 - New version 2013.10.23.1 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.10.23.1/ -
    -
    - - The youtube-dl maintainers - - 2013-10-23-1 -
    - - - youtube-dl-2013.10.23.2 - New version 2013.10.23.2 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.10.23.2/ -
    -
    - - The youtube-dl maintainers - - 2013-10-23-2 -
    - - - youtube-dl-2013.10.28 - New version 2013.10.28 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.10.28/ -
    -
    - - The youtube-dl maintainers - - 2013-10-28 -
    - - - youtube-dl-2013.10.29 - New version 2013.10.29 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.10.29/ -
    -
    - - The youtube-dl maintainers - - 2013-10-29 -
    - - - youtube-dl-2013.10.30 - New version 2013.10.30 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.10.30/ -
    -
    - - The youtube-dl maintainers - - 2013-10-30 -
    - - - youtube-dl-2013.11.02 - New version 2013.11.02 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.11.02/ -
    -
    - - The youtube-dl maintainers - - 2013-11-02 -
    - - - youtube-dl-2013.11.03 - New version 2013.11.03 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.11.03/ -
    -
    - - The youtube-dl maintainers - - 2013-11-03 -
    - - - youtube-dl-2013.11.06 - New version 2013.11.06 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.11.06/ -
    -
    - - The youtube-dl maintainers - - 2013-11-06 -
    - - - youtube-dl-2013.11.06.1 - New version 2013.11.06.1 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.11.06.1/ -
    -
    - - The youtube-dl maintainers - - 2013-11-06-1 -
    - - - youtube-dl-2013.11.07 - New version 2013.11.07 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.11.07/ -
    -
    - - The youtube-dl maintainers - - 2013-11-07 -
    - - - youtube-dl-2013.11.09 - New version 2013.11.09 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.11.09/ -
    -
    - - The youtube-dl maintainers - - 2013-11-09 -
    - - - youtube-dl-2013.11.11 - New version 2013.11.11 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.11.11/ -
    -
    - - The youtube-dl maintainers - - 2013-11-11 -
    - - - youtube-dl-2013.11.13 - New version 2013.11.13 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.11.13/ -
    -
    - - The youtube-dl maintainers - - 2013-11-13 -
    - - - youtube-dl-2013.11.15 - New version 2013.11.15 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.11.15/ -
    -
    - - The youtube-dl maintainers - - 2013-11-15 -
    - - - youtube-dl-2013.11.15.1 - New version 2013.11.15.1 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.11.15.1/ -
    -
    - - The youtube-dl maintainers - - 2013-11-15-1 -
    - - - youtube-dl-2013.11.17 - New version 2013.11.17 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.11.17/ -
    -
    - - The youtube-dl maintainers - - 2013-11-17 -
    - - - youtube-dl-2013.11.18 - New version 2013.11.18 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.11.18/ -
    -
    - - The youtube-dl maintainers - - 2013-11-18 -
    - - - youtube-dl-2013.11.18.1 - New version 2013.11.18.1 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.11.18.1/ -
    -
    - - The youtube-dl maintainers - - 2013-11-18-1 -
    - - - youtube-dl-2013.11.19 - New version 2013.11.19 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.11.19/ -
    -
    - - The youtube-dl maintainers - - 2013-11-19 -
    - - - youtube-dl-2013.11.20 - New version 2013.11.20 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.11.20/ -
    -
    - - The youtube-dl maintainers - - 2013-11-20 -
    - - - youtube-dl-2013.11.21 - New version 2013.11.21 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.11.21/ -
    -
    - - The youtube-dl maintainers - - 2013-11-21 -
    - - - youtube-dl-2013.11.22 - New version 2013.11.22 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.11.22/ -
    -
    - - The youtube-dl maintainers - - 2013-11-22 -
    - - - youtube-dl-2013.11.22.1 - New version 2013.11.22.1 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.11.22.1/ -
    -
    - - The youtube-dl maintainers - - 2013-11-22-1 -
    - - - youtube-dl-2013.11.22.2 - New version 2013.11.22.2 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.11.22.2/ -
    -
    - - The youtube-dl maintainers - - 2013-11-22-2 -
    - - - youtube-dl-2013.11.24 - New version 2013.11.24 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.11.24/ -
    -
    - - The youtube-dl maintainers - - 2013-11-24 -
    - - - youtube-dl-2013.11.24.1 - New version 2013.11.24.1 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.11.24.1/ -
    -
    - - The youtube-dl maintainers - - 2013-11-24-1 -
    - - - youtube-dl-2013.11.25 - New version 2013.11.25 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.11.25/ -
    -
    - - The youtube-dl maintainers - - 2013-11-25 -
    - - - youtube-dl-2013.11.25.1 - New version 2013.11.25.1 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.11.25.1/ -
    -
    - - The youtube-dl maintainers - - 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 -
    - - - youtube-dl-2013.11.25.3 - New version 2013.11.25.3 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.11.25.3/ -
    -
    - - The youtube-dl maintainers - - 2013-11-25-3 -
    - - - youtube-dl-2013.11.26 - New version 2013.11.26 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.11.26/ -
    -
    - - The youtube-dl maintainers - - 2013-11-26 -
    - - - youtube-dl-2013.11.28 - New version 2013.11.28 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.11.28/ -
    -
    - - The youtube-dl maintainers - - 2013-11-28 -
    - - - youtube-dl-2013.11.28.1 - New version 2013.11.28.1 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.11.28.1/ -
    -
    - - The youtube-dl maintainers - - 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 -
    - - - youtube-dl-2013.12.02 - New version 2013.12.02 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.12.02/ -
    -
    - - The youtube-dl maintainers - - 2013-12-02 -
    - - - youtube-dl-2013.12.03 - New version 2013.12.03 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.12.03/ -
    -
    - - The youtube-dl maintainers - - 2013-12-03 -
    - - - youtube-dl-2013.12.04 - New version 2013.12.04 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.12.04/ -
    -
    - - The youtube-dl maintainers - - 2013-12-04 -
    - - - youtube-dl-2013.12.08 - New version 2013.12.08 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.12.08/ -
    -
    - - The youtube-dl maintainers - - 2013-12-08 -
    - - - youtube-dl-2013.12.08.1 - New version 2013.12.08.1 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.12.08.1/ -
    -
    - - The youtube-dl maintainers - - 2013-12-08-1 -
    - - - youtube-dl-2013.12.09 - New version 2013.12.09 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.12.09/ -
    -
    - - The youtube-dl maintainers - - 2013-12-09 -
    - - - youtube-dl-2013.12.09.1 - New version 2013.12.09.1 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.12.09.1/ -
    -
    - - The youtube-dl maintainers - - 2013-12-09-1 -
    - - - youtube-dl-2013.12.09.2 - New version 2013.12.09.2 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.12.09.2/ -
    -
    - - The youtube-dl maintainers - - 2013-12-09-2 -
    - - - youtube-dl-2013.12.09.4 - New version 2013.12.09.4 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.12.09.4/ -
    -
    - - The youtube-dl maintainers - - 2013-12-09-4 -
    - - - youtube-dl-2013.12.10 - New version 2013.12.10 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.12.10/ -
    -
    - - The youtube-dl maintainers - - 2013-12-10 -
    - - - youtube-dl-2013.12.11 - New version 2013.12.11 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.12.11/ -
    -
    - - The youtube-dl maintainers - - 2013-12-11 -
    - - - youtube-dl-2013.12.11.1 - New version 2013.12.11.1 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.12.11.1/ -
    -
    - - The youtube-dl maintainers - - 2013-12-11-1 -
    - - - youtube-dl-2013.12.11.2 - New version 2013.12.11.2 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.12.11.2/ -
    -
    - - The youtube-dl maintainers - - 2013-12-11-2 -
    - - - youtube-dl-2013.12.16 - New version 2013.12.16 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.12.16/ -
    -
    - - The youtube-dl maintainers - - 2013-12-16 -
    - - - youtube-dl-2013.12.16.1 - New version 2013.12.16.1 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.12.16.1/ -
    -
    - - The youtube-dl maintainers - - 2013-12-16-1 -
    - - - youtube-dl-2013.12.16.2 - New version 2013.12.16.2 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.12.16.2/ -
    -
    - - The youtube-dl maintainers - - 2013-12-16-2 -
    - - - youtube-dl-2013.12.16.3 - New version 2013.12.16.3 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.12.16.3/ -
    -
    - - The youtube-dl maintainers - - 2013-12-16-3 -
    - - - youtube-dl-2013.12.16.4 - New version 2013.12.16.4 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.12.16.4/ -
    -
    - - The youtube-dl maintainers - - 2013-12-16-4 -
    - - - youtube-dl-2013.12.16.6 - New version 2013.12.16.6 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.12.16.6/ -
    -
    - - The youtube-dl maintainers - - 2013-12-16-6 -
    - - - youtube-dl-2013.12.16.7 - New version 2013.12.16.7 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.12.16.7/ -
    -
    - - The youtube-dl maintainers - - 2013-12-16-7 -
    - - - youtube-dl-2013.12.17 - New version 2013.12.17 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.12.17/ -
    -
    - - The youtube-dl maintainers - - 2013-12-17 -
    - - - youtube-dl-2013.12.17.1 - New version 2013.12.17.1 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.12.17.1/ -
    -
    - - The youtube-dl maintainers - - 2013-12-17-1 -
    - - - youtube-dl-2013.12.17.2 - New version 2013.12.17.2 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.12.17.2/ -
    -
    - - The youtube-dl maintainers - - 2013-12-17-2 -
    - - - youtube-dl-2013.12.20 - New version 2013.12.20 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.12.20/ -
    -
    - - The youtube-dl maintainers - - 2013-12-20 -
    - - - youtube-dl-2013.12.23 - New version 2013.12.23 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.12.23/ -
    -
    - - The youtube-dl maintainers - - 2013-12-23 -
    - - - youtube-dl-2013.12.23.1 - New version 2013.12.23.1 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.12.23.1/ -
    -
    - - The youtube-dl maintainers - - 2013-12-23-1 -
    - - - youtube-dl-2013.12.23.2 - New version 2013.12.23.2 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.12.23.2/ -
    -
    - - The youtube-dl maintainers - - 2013-12-23-2 -
    - - - youtube-dl-2013.12.23.3 - New version 2013.12.23.3 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.12.23.3/ -
    -
    - - The youtube-dl maintainers - - 2013-12-23-3 -
    - - - youtube-dl-2013.12.23.4 - New version 2013.12.23.4 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.12.23.4/ -
    -
    - - The youtube-dl maintainers - - 2013-12-23-4 -
    - - - youtube-dl-2013.12.26 - New version 2013.12.26 - - -
    - Downloads available at https://yt-dl.org/downloads/2013.12.26/ -
    -
    - - The youtube-dl maintainers - - 2013-12-26 -
    - - - youtube-dl-2014.01.03 - New version 2014.01.03 - - -
    - Downloads available at https://yt-dl.org/downloads/2014.01.03/ -
    -
    - - The youtube-dl maintainers - - 2014-01-03 + youtube-dl releases + https://yt-dl.org/feed/youtube-dl-updates-feed + 2014-01-05T04:52:33.955690 + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 + New version 2012.02.22 + + +
    + Downloads available at https://yt-dl.org/downloads/2012.02.22/ +
    +
    + + The youtube-dl maintainers + + 2012-02-22 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.01.02 + New version 2013.01.02 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.01.02/ +
    +
    + + The youtube-dl maintainers + + 2013-01-02 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.01.06 + New version 2013.01.06 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.01.06/ +
    +
    + + The youtube-dl maintainers + + 2013-01-06 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.01.08 + New version 2013.01.08 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.01.08/ +
    +
    + + The youtube-dl maintainers + + 2013-01-08 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.01.11 + New version 2013.01.11 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.01.11/ +
    +
    + + The youtube-dl maintainers + + 2013-01-11 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.01.12 + New version 2013.01.12 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.01.12/ +
    +
    + + The youtube-dl maintainers + + 2013-01-12 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.01.13 + New version 2013.01.13 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.01.13/ +
    +
    + + The youtube-dl maintainers + + 2013-01-13 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.01.28 + New version 2013.01.28 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.01.28/ +
    +
    + + The youtube-dl maintainers + + 2013-01-28 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.02.01 + New version 2013.02.01 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.02.01/ +
    +
    + + The youtube-dl maintainers + + 2013-02-01 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.02.02 + New version 2013.02.02 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.02.02/ +
    +
    + + The youtube-dl maintainers + + 2013-02-02 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.02.18 + New version 2013.02.18 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.02.18/ +
    +
    + + The youtube-dl maintainers + + 2013-02-18 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.02.19 + New version 2013.02.19 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.02.19/ +
    +
    + + The youtube-dl maintainers + + 2013-02-19 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.02.22 + New version 2013.02.22 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.02.22/ +
    +
    + + The youtube-dl maintainers + + 2013-02-22 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.02.25 + New version 2013.02.25 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.02.25/ +
    +
    + + The youtube-dl maintainers + + 2013-02-25 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.03.29 + New version 2013.03.29 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.03.29/ +
    +
    + + The youtube-dl maintainers + + 2013-03-29 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.04.03 + New version 2013.04.03 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.04.03/ +
    +
    + + The youtube-dl maintainers + + 2013-04-03 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.04.11 + New version 2013.04.11 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.04.11/ +
    +
    + + The youtube-dl maintainers + + 2013-04-11 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.04.18 + New version 2013.04.18 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.04.18/ +
    +
    + + The youtube-dl maintainers + + 2013-04-18 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.04.21 + New version 2013.04.21 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.04.21/ +
    +
    + + The youtube-dl maintainers + + 2013-04-21 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.04.22 + New version 2013.04.22 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.04.22/ +
    +
    + + The youtube-dl maintainers + + 2013-04-22 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.04.27 + New version 2013.04.27 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.04.27/ +
    +
    + + The youtube-dl maintainers + + 2013-04-27 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.04.28 + New version 2013.04.28 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.04.28/ +
    +
    + + The youtube-dl maintainers + + 2013-04-28 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.04.30 + New version 2013.04.30 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.04.30/ +
    +
    + + The youtube-dl maintainers + + 2013-04-30 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.04.31 + New version 2013.04.31 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.04.31/ +
    +
    + + The youtube-dl maintainers + + 2013-04-31 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.05.01 + New version 2013.05.01 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.05.01/ +
    +
    + + The youtube-dl maintainers + + 2013-05-01 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.05.04 + New version 2013.05.04 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.05.04/ +
    +
    + + The youtube-dl maintainers + + 2013-05-04 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.05.05 + New version 2013.05.05 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.05.05/ +
    +
    + + The youtube-dl maintainers + + 2013-05-05 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.05.07 + New version 2013.05.07 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.05.07/ +
    +
    + + The youtube-dl maintainers + + 2013-05-07 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.05.10 + New version 2013.05.10 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.05.10/ +
    +
    + + The youtube-dl maintainers + + 2013-05-10 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.05.14 + New version 2013.05.14 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.05.14/ +
    +
    + + The youtube-dl maintainers + + 2013-05-14 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.05.23 + New version 2013.05.23 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.05.23/ +
    +
    + + The youtube-dl maintainers + + 2013-05-23 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.21 + New version 2013.06.21 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.06.21/ +
    +
    + + The youtube-dl maintainers + + 2013-06-21 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.23 + New version 2013.06.23 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.06.23/ +
    +
    + + The youtube-dl maintainers + + 2013-06-23 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.25 + New version 2013.06.25 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.06.25/ +
    +
    + + The youtube-dl maintainers + + 2013-06-25 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.26 + New version 2013.06.26 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.06.26/ +
    +
    + + The youtube-dl maintainers + + 2013-06-26 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.27 + New version 2013.06.27 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.06.27/ +
    +
    + + The youtube-dl maintainers + + 2013-06-27 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.28 + New version 2013.06.28 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.06.28/ +
    +
    + + The youtube-dl maintainers + + 2013-06-28 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.29 + New version 2013.06.29 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.06.29/ +
    +
    + + The youtube-dl maintainers + + 2013-06-29 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.30 + New version 2013.06.30 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.06.30/ +
    +
    + + The youtube-dl maintainers + + 2013-06-30 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.31 + New version 2013.06.31 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.06.31/ +
    +
    + + The youtube-dl maintainers + + 2013-06-31 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.32 + New version 2013.06.32 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.06.32/ +
    +
    + + The youtube-dl maintainers + + 2013-06-32 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.33 + New version 2013.06.33 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.06.33/ +
    +
    + + The youtube-dl maintainers + + 2013-06-33 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.34 + New version 2013.06.34 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.06.34/ +
    +
    + + The youtube-dl maintainers + + 2013-06-34 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.34.1 + New version 2013.06.34.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.06.34.1/ +
    +
    + + The youtube-dl maintainers + + 2013-06-34-1 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.34.2 + New version 2013.06.34.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.06.34.2/ +
    +
    + + The youtube-dl maintainers + + 2013-06-34-2 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.34.3 + New version 2013.06.34.3 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.06.34.3/ +
    +
    + + The youtube-dl maintainers + + 2013-06-34-3 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.34.4 + New version 2013.06.34.4 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.06.34.4/ +
    +
    + + The youtube-dl maintainers + + 2013-06-34-4 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.02 + New version 2013.07.02 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.07.02/ +
    +
    + + The youtube-dl maintainers + + 2013-07-02 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.04 + New version 2013.07.04 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.07.04/ +
    +
    + + The youtube-dl maintainers + + 2013-07-04 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.05 + New version 2013.07.05 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.07.05/ +
    +
    + + The youtube-dl maintainers + + 2013-07-05 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.07.01 + New version 2013.07.07.01 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.07.07.01/ +
    +
    + + The youtube-dl maintainers + + 2013-07-07-01 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.08 + New version 2013.07.08 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.07.08/ +
    +
    + + The youtube-dl maintainers + + 2013-07-08 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.08.1 + New version 2013.07.08.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.07.08.1/ +
    +
    + + The youtube-dl maintainers + + 2013-07-08-1 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.10 + New version 2013.07.10 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.07.10/ +
    +
    + + The youtube-dl maintainers + + 2013-07-10 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.11 + New version 2013.07.11 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.07.11/ +
    +
    + + The youtube-dl maintainers + + 2013-07-11 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.12 + New version 2013.07.12 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.07.12/ +
    +
    + + The youtube-dl maintainers + + 2013-07-12 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.17 + New version 2013.07.17 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.07.17/ +
    +
    + + The youtube-dl maintainers + + 2013-07-17 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.17.1 + New version 2013.07.17.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.07.17.1/ +
    +
    + + The youtube-dl maintainers + + 2013-07-17-1 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.18 + New version 2013.07.18 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.07.18/ +
    +
    + + The youtube-dl maintainers + + 2013-07-18 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.19 + New version 2013.07.19 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.07.19/ +
    +
    + + The youtube-dl maintainers + + 2013-07-19 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.23 + New version 2013.07.23 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.07.23/ +
    +
    + + The youtube-dl maintainers + + 2013-07-23 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.23.1 + New version 2013.07.23.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.07.23.1/ +
    +
    + + The youtube-dl maintainers + + 2013-07-23-1 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.24.2 + New version 2013.07.24.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.07.24.2/ +
    +
    + + The youtube-dl maintainers + + 2013-07-24-2 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.25 + New version 2013.07.25 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.07.25/ +
    +
    + + The youtube-dl maintainers + + 2013-07-25 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.25.1 + New version 2013.07.25.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.07.25.1/ +
    +
    + + The youtube-dl maintainers + + 2013-07-25-1 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.25.2 + New version 2013.07.25.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.07.25.2/ +
    +
    + + The youtube-dl maintainers + + 2013-07-25-2 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.31 + New version 2013.07.31 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.07.31/ +
    +
    + + The youtube-dl maintainers + + 2013-07-31 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.02 + New version 2013.08.02 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.08.02/ +
    +
    + + The youtube-dl maintainers + + 2013-08-02 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.08 + New version 2013.08.08 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.08.08/ +
    +
    + + The youtube-dl maintainers + + 2013-08-08 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.08.1 + New version 2013.08.08.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.08.08.1/ +
    +
    + + The youtube-dl maintainers + + 2013-08-08-1 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.09 + New version 2013.08.09 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.08.09/ +
    +
    + + The youtube-dl maintainers + + 2013-08-09 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.14 + New version 2013.08.14 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.08.14/ +
    +
    + + The youtube-dl maintainers + + 2013-08-14 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.15 + New version 2013.08.15 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.08.15/ +
    +
    + + The youtube-dl maintainers + + 2013-08-15 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.17 + New version 2013.08.17 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.08.17/ +
    +
    + + The youtube-dl maintainers + + 2013-08-17 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.22 + New version 2013.08.22 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.08.22/ +
    +
    + + The youtube-dl maintainers + + 2013-08-22 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.23 + New version 2013.08.23 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.08.23/ +
    +
    + + The youtube-dl maintainers + + 2013-08-23 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.27 + New version 2013.08.27 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.08.27/ +
    +
    + + The youtube-dl maintainers + + 2013-08-27 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.28 + New version 2013.08.28 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.08.28/ +
    +
    + + The youtube-dl maintainers + + 2013-08-28 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.28.1 + New version 2013.08.28.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.08.28.1/ +
    +
    + + The youtube-dl maintainers + + 2013-08-28-1 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.29 + New version 2013.08.29 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.08.29/ +
    +
    + + The youtube-dl maintainers + + 2013-08-29 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.30 + New version 2013.08.30 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.08.30/ +
    +
    + + The youtube-dl maintainers + + 2013-08-30 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.04 + New version 2013.09.04 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.09.04/ +
    +
    + + The youtube-dl maintainers + + 2013-09-04 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.05 + New version 2013.09.05 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.09.05/ +
    +
    + + The youtube-dl maintainers + + 2013-09-05 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.06 + New version 2013.09.06 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.09.06/ +
    +
    + + The youtube-dl maintainers + + 2013-09-06 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.06.1 + New version 2013.09.06.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.09.06.1/ +
    +
    + + The youtube-dl maintainers + + 2013-09-06-1 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.07 + New version 2013.09.07 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.09.07/ +
    +
    + + The youtube-dl maintainers + + 2013-09-07 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.10 + New version 2013.09.10 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.09.10/ +
    +
    + + The youtube-dl maintainers + + 2013-09-10 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.16 + New version 2013.09.16 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.09.16/ +
    +
    + + The youtube-dl maintainers + + 2013-09-16 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.17 + New version 2013.09.17 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.09.17/ +
    +
    + + The youtube-dl maintainers + + 2013-09-17 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.20 + New version 2013.09.20 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.09.20/ +
    +
    + + The youtube-dl maintainers + + 2013-09-20 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.20.1 + New version 2013.09.20.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.09.20.1/ +
    +
    + + The youtube-dl maintainers + + 2013-09-20-1 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.24 + New version 2013.09.24 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.09.24/ +
    +
    + + The youtube-dl maintainers + + 2013-09-24 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.24.1 + New version 2013.09.24.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.09.24.1/ +
    +
    + + The youtube-dl maintainers + + 2013-09-24-1 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.24.2 + New version 2013.09.24.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.09.24.2/ +
    +
    + + The youtube-dl maintainers + + 2013-09-24-2 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.29 + New version 2013.09.29 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.09.29/ +
    +
    + + The youtube-dl maintainers + + 2013-09-29 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.01 + New version 2013.10.01 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.10.01/ +
    +
    + + The youtube-dl maintainers + + 2013-10-01 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.01.1 + New version 2013.10.01.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.10.01.1/ +
    +
    + + The youtube-dl maintainers + + 2013-10-01-1 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.04 + New version 2013.10.04 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.10.04/ +
    +
    + + The youtube-dl maintainers + + 2013-10-04 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.06 + New version 2013.10.06 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.10.06/ +
    +
    + + The youtube-dl maintainers + + 2013-10-06 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.07 + New version 2013.10.07 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.10.07/ +
    +
    + + The youtube-dl maintainers + + 2013-10-07 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.09 + New version 2013.10.09 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.10.09/ +
    +
    + + The youtube-dl maintainers + + 2013-10-09 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.15 + New version 2013.10.15 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.10.15/ +
    +
    + + The youtube-dl maintainers + + 2013-10-15 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.17 + New version 2013.10.17 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.10.17/ +
    +
    + + The youtube-dl maintainers + + 2013-10-17 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.18 + New version 2013.10.18 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.10.18/ +
    +
    + + The youtube-dl maintainers + + 2013-10-18 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.18.1 + New version 2013.10.18.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.10.18.1/ +
    +
    + + The youtube-dl maintainers + + 2013-10-18-1 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.18.2 + New version 2013.10.18.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.10.18.2/ +
    +
    + + The youtube-dl maintainers + + 2013-10-18-2 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.22 + New version 2013.10.22 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.10.22/ +
    +
    + + The youtube-dl maintainers + + 2013-10-22 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.23 + New version 2013.10.23 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.10.23/ +
    +
    + + The youtube-dl maintainers + + 2013-10-23 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.23.1 + New version 2013.10.23.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.10.23.1/ +
    +
    + + The youtube-dl maintainers + + 2013-10-23-1 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.23.2 + New version 2013.10.23.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.10.23.2/ +
    +
    + + The youtube-dl maintainers + + 2013-10-23-2 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.28 + New version 2013.10.28 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.10.28/ +
    +
    + + The youtube-dl maintainers + + 2013-10-28 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.29 + New version 2013.10.29 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.10.29/ +
    +
    + + The youtube-dl maintainers + + 2013-10-29 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.30 + New version 2013.10.30 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.10.30/ +
    +
    + + The youtube-dl maintainers + + 2013-10-30 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.02 + New version 2013.11.02 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.02/ +
    +
    + + The youtube-dl maintainers + + 2013-11-02 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.03 + New version 2013.11.03 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.03/ +
    +
    + + The youtube-dl maintainers + + 2013-11-03 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.06 + New version 2013.11.06 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.06/ +
    +
    + + The youtube-dl maintainers + + 2013-11-06 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.06.1 + New version 2013.11.06.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.06.1/ +
    +
    + + The youtube-dl maintainers + + 2013-11-06-1 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.07 + New version 2013.11.07 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.07/ +
    +
    + + The youtube-dl maintainers + + 2013-11-07 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.09 + New version 2013.11.09 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.09/ +
    +
    + + The youtube-dl maintainers + + 2013-11-09 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.11 + New version 2013.11.11 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.11/ +
    +
    + + The youtube-dl maintainers + + 2013-11-11 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.13 + New version 2013.11.13 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.13/ +
    +
    + + The youtube-dl maintainers + + 2013-11-13 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.15 + New version 2013.11.15 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.15/ +
    +
    + + The youtube-dl maintainers + + 2013-11-15 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.15.1 + New version 2013.11.15.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.15.1/ +
    +
    + + The youtube-dl maintainers + + 2013-11-15-1 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.17 + New version 2013.11.17 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.17/ +
    +
    + + The youtube-dl maintainers + + 2013-11-17 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.18 + New version 2013.11.18 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.18/ +
    +
    + + The youtube-dl maintainers + + 2013-11-18 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.18.1 + New version 2013.11.18.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.18.1/ +
    +
    + + The youtube-dl maintainers + + 2013-11-18-1 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.19 + New version 2013.11.19 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.19/ +
    +
    + + The youtube-dl maintainers + + 2013-11-19 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.20 + New version 2013.11.20 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.20/ +
    +
    + + The youtube-dl maintainers + + 2013-11-20 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.21 + New version 2013.11.21 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.21/ +
    +
    + + The youtube-dl maintainers + + 2013-11-21 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.22 + New version 2013.11.22 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.22/ +
    +
    + + The youtube-dl maintainers + + 2013-11-22 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.22.1 + New version 2013.11.22.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.22.1/ +
    +
    + + The youtube-dl maintainers + + 2013-11-22-1 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.22.2 + New version 2013.11.22.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.22.2/ +
    +
    + + The youtube-dl maintainers + + 2013-11-22-2 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.24 + New version 2013.11.24 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.24/ +
    +
    + + The youtube-dl maintainers + + 2013-11-24 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.24.1 + New version 2013.11.24.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.24.1/ +
    +
    + + The youtube-dl maintainers + + 2013-11-24-1 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.25 + New version 2013.11.25 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.25/ +
    +
    + + The youtube-dl maintainers + + 2013-11-25 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.25.1 + New version 2013.11.25.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.25.1/ +
    +
    + + The youtube-dl maintainers + + 2013-11-25-1 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/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 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.25.3 + New version 2013.11.25.3 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.25.3/ +
    +
    + + The youtube-dl maintainers + + 2013-11-25-3 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.26 + New version 2013.11.26 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.26/ +
    +
    + + The youtube-dl maintainers + + 2013-11-26 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.28 + New version 2013.11.28 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.28/ +
    +
    + + The youtube-dl maintainers + + 2013-11-28 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.28.1 + New version 2013.11.28.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.28.1/ +
    +
    + + The youtube-dl maintainers + + 2013-11-28-1 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/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 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.02 + New version 2013.12.02 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.02/ +
    +
    + + The youtube-dl maintainers + + 2013-12-02 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.03 + New version 2013.12.03 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.03/ +
    +
    + + The youtube-dl maintainers + + 2013-12-03 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.04 + New version 2013.12.04 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.04/ +
    +
    + + The youtube-dl maintainers + + 2013-12-04 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.08 + New version 2013.12.08 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.08/ +
    +
    + + The youtube-dl maintainers + + 2013-12-08 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.08.1 + New version 2013.12.08.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.08.1/ +
    +
    + + The youtube-dl maintainers + + 2013-12-08-1 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.09 + New version 2013.12.09 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.09/ +
    +
    + + The youtube-dl maintainers + + 2013-12-09 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.09.1 + New version 2013.12.09.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.09.1/ +
    +
    + + The youtube-dl maintainers + + 2013-12-09-1 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.09.2 + New version 2013.12.09.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.09.2/ +
    +
    + + The youtube-dl maintainers + + 2013-12-09-2 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.09.4 + New version 2013.12.09.4 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.09.4/ +
    +
    + + The youtube-dl maintainers + + 2013-12-09-4 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.10 + New version 2013.12.10 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.10/ +
    +
    + + The youtube-dl maintainers + + 2013-12-10 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.11 + New version 2013.12.11 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.11/ +
    +
    + + The youtube-dl maintainers + + 2013-12-11 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.11.1 + New version 2013.12.11.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.11.1/ +
    +
    + + The youtube-dl maintainers + + 2013-12-11-1 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.11.2 + New version 2013.12.11.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.11.2/ +
    +
    + + The youtube-dl maintainers + + 2013-12-11-2 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.16 + New version 2013.12.16 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.16/ +
    +
    + + The youtube-dl maintainers + + 2013-12-16 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.16.1 + New version 2013.12.16.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.16.1/ +
    +
    + + The youtube-dl maintainers + + 2013-12-16-1 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.16.2 + New version 2013.12.16.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.16.2/ +
    +
    + + The youtube-dl maintainers + + 2013-12-16-2 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.16.3 + New version 2013.12.16.3 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.16.3/ +
    +
    + + The youtube-dl maintainers + + 2013-12-16-3 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.16.4 + New version 2013.12.16.4 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.16.4/ +
    +
    + + The youtube-dl maintainers + + 2013-12-16-4 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.16.6 + New version 2013.12.16.6 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.16.6/ +
    +
    + + The youtube-dl maintainers + + 2013-12-16-6 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.16.7 + New version 2013.12.16.7 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.16.7/ +
    +
    + + The youtube-dl maintainers + + 2013-12-16-7 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.17 + New version 2013.12.17 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.17/ +
    +
    + + The youtube-dl maintainers + + 2013-12-17 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.17.1 + New version 2013.12.17.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.17.1/ +
    +
    + + The youtube-dl maintainers + + 2013-12-17-1 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.17.2 + New version 2013.12.17.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.17.2/ +
    +
    + + The youtube-dl maintainers + + 2013-12-17-2 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.20 + New version 2013.12.20 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.20/ +
    +
    + + The youtube-dl maintainers + + 2013-12-20 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.23 + New version 2013.12.23 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.23/ +
    +
    + + The youtube-dl maintainers + + 2013-12-23 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.23.1 + New version 2013.12.23.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.23.1/ +
    +
    + + The youtube-dl maintainers + + 2013-12-23-1 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.23.2 + New version 2013.12.23.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.23.2/ +
    +
    + + The youtube-dl maintainers + + 2013-12-23-2 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.23.3 + New version 2013.12.23.3 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.23.3/ +
    +
    + + The youtube-dl maintainers + + 2013-12-23-3 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.23.4 + New version 2013.12.23.4 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.23.4/ +
    +
    + + The youtube-dl maintainers + + 2013-12-23-4 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.26 + New version 2013.12.26 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.26/ +
    +
    + + The youtube-dl maintainers + + 2013-12-26 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.03 + New version 2014.01.03 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.01.03/ +
    +
    + + The youtube-dl maintainers + + 2014-01-03 +
    + + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.05.1 + New version 2014.01.05.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.01.05.1/ +
    +
    + + The youtube-dl maintainers + + 2014-01-05-1
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index ddc7f3ef9..b78a08592 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.03", - "signature": "2cd3f3d3be008afb39de8d2f45678cd4e3c4ed7351211256ab6ec855e39584e5e2b38290e2803e5016401000244dfbe48ab31e309b0a680abab8de65e9c983ec43a9703025a5490e65b745ff3b35708263fc0a0e55c1927937405e099a3231f5054ebab863d6b2a66f07dc3300383dd063bfac247016485f897239a96a1f1c6d", + "latest": "2014.01.05.1", + "signature": "194e223b1b0325933b7a887d0b1f4f21b7a489dbb03bdfa99f15630785446cdfbaff9216e86e6329005c0deee773a7d14815d3a34a415cab92680b1bf3ffaa76e8fc3c0a54ed1ddb3a22025fec394d092f8cb65e03eec7704bff26df8dde091be3738ba1278748585ce845bcef229cfeb35893feec0059a4ff5a21b65a98007c", "versions": { "2012.02.22": { "bin": [ @@ -2429,6 +2429,20 @@ "https://yt-dl.org/downloads/2014.01.03/youtube-dl-2014.01.03.tar.gz", "ad9f35e9f4ee6db560d1ffda5e893853acaa9a979041dbf98c3ba12e811aef07" ] + }, + "2014.01.05.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.05.1/youtube-dl", + "b4f879dc2b03ff2cb4c559b4a49ad57d2bd16727f123bd5c94f6e734cbe96021" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.05.1/youtube-dl.exe", + "c838c63dfeb4f8fe5291ef17b856649004da5c0810e12e29d3c41cd4ac9e6ebe" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.05.1/youtube-dl-2014.01.05.1.tar.gz", + "6c560a073645ee32bb735764467e45089795c6223d4cdc06dbda8f0dbcd3ff4b" + ] } } } \ No newline at end of file From 898535e6fe587325350402590fd60a20091ad74f Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 5 Jan 2014 05:03:33 +0100 Subject: [PATCH 116/129] Improve Atom feed (#2081) --- update/releases.atom | 3840 +++++++++++++++++++++--------------------- 1 file changed, 1920 insertions(+), 1920 deletions(-) diff --git a/update/releases.atom b/update/releases.atom index d3dc8d058..e9b78fd57 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -1,2617 +1,2617 @@ - - - youtube-dl releases - https://yt-dl.org/feed/youtube-dl-updates-feed - 2014-01-05T04:52:33.955690 + + + youtube-dl releases + https://yt-dl.org/feed/youtube-dl-updates-feed + 2014-01-05T05:01:37.843144Z - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 - New version 2012.02.22 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 + New version 2012.02.22 + + - - - The youtube-dl maintainers - - 2012-02-22 - + + + The youtube-dl maintainers + + 2012-02-22T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.01.02 - New version 2013.01.02 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.01.02 + New version 2013.01.02 + + - - - The youtube-dl maintainers - - 2013-01-02 - + + + The youtube-dl maintainers + + 2013-01-02T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.01.06 - New version 2013.01.06 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.01.06 + New version 2013.01.06 + + - - - The youtube-dl maintainers - - 2013-01-06 - + + + The youtube-dl maintainers + + 2013-01-06T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.01.08 - New version 2013.01.08 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.01.08 + New version 2013.01.08 + + - - - The youtube-dl maintainers - - 2013-01-08 - + + + The youtube-dl maintainers + + 2013-01-08T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.01.11 - New version 2013.01.11 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.01.11 + New version 2013.01.11 + + - - - The youtube-dl maintainers - - 2013-01-11 - + + + The youtube-dl maintainers + + 2013-01-11T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.01.12 - New version 2013.01.12 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.01.12 + New version 2013.01.12 + + - - - The youtube-dl maintainers - - 2013-01-12 - + + + The youtube-dl maintainers + + 2013-01-12T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.01.13 - New version 2013.01.13 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.01.13 + New version 2013.01.13 + + - - - The youtube-dl maintainers - - 2013-01-13 - + + + The youtube-dl maintainers + + 2013-01-13T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.01.28 - New version 2013.01.28 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.01.28 + New version 2013.01.28 + + - - - The youtube-dl maintainers - - 2013-01-28 - + + + The youtube-dl maintainers + + 2013-01-28T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.02.01 - New version 2013.02.01 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.02.01 + New version 2013.02.01 + + - - - The youtube-dl maintainers - - 2013-02-01 - + + + The youtube-dl maintainers + + 2013-02-01T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.02.02 - New version 2013.02.02 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.02.02 + New version 2013.02.02 + + - - - The youtube-dl maintainers - - 2013-02-02 - + + + The youtube-dl maintainers + + 2013-02-02T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.02.18 - New version 2013.02.18 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.02.18 + New version 2013.02.18 + + - - - The youtube-dl maintainers - - 2013-02-18 - + + + The youtube-dl maintainers + + 2013-02-18T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.02.19 - New version 2013.02.19 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.02.19 + New version 2013.02.19 + + - - - The youtube-dl maintainers - - 2013-02-19 - + + + The youtube-dl maintainers + + 2013-02-19T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.02.22 - New version 2013.02.22 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.02.22 + New version 2013.02.22 + + - - - The youtube-dl maintainers - - 2013-02-22 - + + + The youtube-dl maintainers + + 2013-02-22T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.02.25 - New version 2013.02.25 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.02.25 + New version 2013.02.25 + + - - - The youtube-dl maintainers - - 2013-02-25 - + + + The youtube-dl maintainers + + 2013-02-25T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.03.29 - New version 2013.03.29 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.03.29 + New version 2013.03.29 + + - - - The youtube-dl maintainers - - 2013-03-29 - + + + The youtube-dl maintainers + + 2013-03-29T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.04.03 - New version 2013.04.03 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.04.03 + New version 2013.04.03 + + - - - The youtube-dl maintainers - - 2013-04-03 - + + + The youtube-dl maintainers + + 2013-04-03T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.04.11 - New version 2013.04.11 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.04.11 + New version 2013.04.11 + + - - - The youtube-dl maintainers - - 2013-04-11 - + + + The youtube-dl maintainers + + 2013-04-11T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.04.18 - New version 2013.04.18 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.04.18 + New version 2013.04.18 + + - - - The youtube-dl maintainers - - 2013-04-18 - + + + The youtube-dl maintainers + + 2013-04-18T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.04.21 - New version 2013.04.21 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.04.21 + New version 2013.04.21 + + - - - The youtube-dl maintainers - - 2013-04-21 - + + + The youtube-dl maintainers + + 2013-04-21T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.04.22 - New version 2013.04.22 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.04.22 + New version 2013.04.22 + + - - - The youtube-dl maintainers - - 2013-04-22 - + + + The youtube-dl maintainers + + 2013-04-22T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.04.27 - New version 2013.04.27 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.04.27 + New version 2013.04.27 + + - - - The youtube-dl maintainers - - 2013-04-27 - + + + The youtube-dl maintainers + + 2013-04-27T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.04.28 - New version 2013.04.28 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.04.28 + New version 2013.04.28 + + - - - The youtube-dl maintainers - - 2013-04-28 - + + + The youtube-dl maintainers + + 2013-04-28T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.04.30 - New version 2013.04.30 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.04.30 + New version 2013.04.30 + + - - - The youtube-dl maintainers - - 2013-04-30 - + + + The youtube-dl maintainers + + 2013-04-30T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.04.31 - New version 2013.04.31 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.04.31 + New version 2013.04.31 + + - - - The youtube-dl maintainers - - 2013-04-31 - + + + The youtube-dl maintainers + + 2013-04-31T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.05.01 - New version 2013.05.01 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.05.01 + New version 2013.05.01 + + - - - The youtube-dl maintainers - - 2013-05-01 - + + + The youtube-dl maintainers + + 2013-05-01T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.05.04 - New version 2013.05.04 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.05.04 + New version 2013.05.04 + + - - - The youtube-dl maintainers - - 2013-05-04 - + + + The youtube-dl maintainers + + 2013-05-04T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.05.05 - New version 2013.05.05 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.05.05 + New version 2013.05.05 + + - - - The youtube-dl maintainers - - 2013-05-05 - + + + The youtube-dl maintainers + + 2013-05-05T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.05.07 - New version 2013.05.07 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.05.07 + New version 2013.05.07 + + - - - The youtube-dl maintainers - - 2013-05-07 - + + + The youtube-dl maintainers + + 2013-05-07T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.05.10 - New version 2013.05.10 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.05.10 + New version 2013.05.10 + + - - - The youtube-dl maintainers - - 2013-05-10 - + + + The youtube-dl maintainers + + 2013-05-10T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.05.14 - New version 2013.05.14 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.05.14 + New version 2013.05.14 + + - - - The youtube-dl maintainers - - 2013-05-14 - + + + The youtube-dl maintainers + + 2013-05-14T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.05.23 - New version 2013.05.23 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.05.23 + New version 2013.05.23 + + - - - The youtube-dl maintainers - - 2013-05-23 - + + + The youtube-dl maintainers + + 2013-05-23T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.21 - New version 2013.06.21 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.21 + New version 2013.06.21 + + - - - The youtube-dl maintainers - - 2013-06-21 - + + + The youtube-dl maintainers + + 2013-06-21T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.23 - New version 2013.06.23 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.23 + New version 2013.06.23 + + - - - The youtube-dl maintainers - - 2013-06-23 - + + + The youtube-dl maintainers + + 2013-06-23T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.25 - New version 2013.06.25 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.25 + New version 2013.06.25 + + - - - The youtube-dl maintainers - - 2013-06-25 - + + + The youtube-dl maintainers + + 2013-06-25T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.26 - New version 2013.06.26 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.26 + New version 2013.06.26 + + - - - The youtube-dl maintainers - - 2013-06-26 - + + + The youtube-dl maintainers + + 2013-06-26T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.27 - New version 2013.06.27 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.27 + New version 2013.06.27 + + - - - The youtube-dl maintainers - - 2013-06-27 - + + + The youtube-dl maintainers + + 2013-06-27T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.28 - New version 2013.06.28 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.28 + New version 2013.06.28 + + - - - The youtube-dl maintainers - - 2013-06-28 - + + + The youtube-dl maintainers + + 2013-06-28T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.29 - New version 2013.06.29 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.29 + New version 2013.06.29 + + - - - The youtube-dl maintainers - - 2013-06-29 - + + + The youtube-dl maintainers + + 2013-06-29T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.30 - New version 2013.06.30 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.30 + New version 2013.06.30 + + - - - The youtube-dl maintainers - - 2013-06-30 - + + + The youtube-dl maintainers + + 2013-06-30T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.31 - New version 2013.06.31 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.31 + New version 2013.06.31 + + - - - The youtube-dl maintainers - - 2013-06-31 - + + + The youtube-dl maintainers + + 2013-06-31T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.32 - New version 2013.06.32 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.32 + New version 2013.06.32 + + - - - The youtube-dl maintainers - - 2013-06-32 - + + + The youtube-dl maintainers + + 2013-06-32T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.33 - New version 2013.06.33 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.33 + New version 2013.06.33 + + - - - The youtube-dl maintainers - - 2013-06-33 - + + + The youtube-dl maintainers + + 2013-06-33T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.34 - New version 2013.06.34 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.34 + New version 2013.06.34 + + - - - The youtube-dl maintainers - - 2013-06-34 - + + + The youtube-dl maintainers + + 2013-06-34T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.34.1 - New version 2013.06.34.1 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.34.1 + New version 2013.06.34.1 + + - - - The youtube-dl maintainers - - 2013-06-34-1 - + + + The youtube-dl maintainers + + 2013-06-34-1T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.34.2 - New version 2013.06.34.2 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.34.2 + New version 2013.06.34.2 + + - - - The youtube-dl maintainers - - 2013-06-34-2 - + + + The youtube-dl maintainers + + 2013-06-34-2T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.34.3 - New version 2013.06.34.3 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.34.3 + New version 2013.06.34.3 + + - - - The youtube-dl maintainers - - 2013-06-34-3 - + + + The youtube-dl maintainers + + 2013-06-34-3T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.34.4 - New version 2013.06.34.4 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.06.34.4 + New version 2013.06.34.4 + + - - - The youtube-dl maintainers - - 2013-06-34-4 - + + + The youtube-dl maintainers + + 2013-06-34-4T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.02 - New version 2013.07.02 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.02 + New version 2013.07.02 + + - - - The youtube-dl maintainers - - 2013-07-02 - + + + The youtube-dl maintainers + + 2013-07-02T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.04 - New version 2013.07.04 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.04 + New version 2013.07.04 + + - - - The youtube-dl maintainers - - 2013-07-04 - + + + The youtube-dl maintainers + + 2013-07-04T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.05 - New version 2013.07.05 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.05 + New version 2013.07.05 + + - - - The youtube-dl maintainers - - 2013-07-05 - + + + The youtube-dl maintainers + + 2013-07-05T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.07.01 - New version 2013.07.07.01 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.07.01 + New version 2013.07.07.01 + + - - - The youtube-dl maintainers - - 2013-07-07-01 - + + + The youtube-dl maintainers + + 2013-07-07-01T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.08 - New version 2013.07.08 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.08 + New version 2013.07.08 + + - - - The youtube-dl maintainers - - 2013-07-08 - + + + The youtube-dl maintainers + + 2013-07-08T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.08.1 - New version 2013.07.08.1 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.08.1 + New version 2013.07.08.1 + + - - - The youtube-dl maintainers - - 2013-07-08-1 - + + + The youtube-dl maintainers + + 2013-07-08-1T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.10 - New version 2013.07.10 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.10 + New version 2013.07.10 + + - - - The youtube-dl maintainers - - 2013-07-10 - + + + The youtube-dl maintainers + + 2013-07-10T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.11 - New version 2013.07.11 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.11 + New version 2013.07.11 + + - - - The youtube-dl maintainers - - 2013-07-11 - + + + The youtube-dl maintainers + + 2013-07-11T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.12 - New version 2013.07.12 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.12 + New version 2013.07.12 + + - - - The youtube-dl maintainers - - 2013-07-12 - + + + The youtube-dl maintainers + + 2013-07-12T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.17 - New version 2013.07.17 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.17 + New version 2013.07.17 + + - - - The youtube-dl maintainers - - 2013-07-17 - + + + The youtube-dl maintainers + + 2013-07-17T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.17.1 - New version 2013.07.17.1 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.17.1 + New version 2013.07.17.1 + + - - - The youtube-dl maintainers - - 2013-07-17-1 - + + + The youtube-dl maintainers + + 2013-07-17-1T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.18 - New version 2013.07.18 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.18 + New version 2013.07.18 + + - - - The youtube-dl maintainers - - 2013-07-18 - + + + The youtube-dl maintainers + + 2013-07-18T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.19 - New version 2013.07.19 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.19 + New version 2013.07.19 + + - - - The youtube-dl maintainers - - 2013-07-19 - + + + The youtube-dl maintainers + + 2013-07-19T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.23 - New version 2013.07.23 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.23 + New version 2013.07.23 + + - - - The youtube-dl maintainers - - 2013-07-23 - + + + The youtube-dl maintainers + + 2013-07-23T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.23.1 - New version 2013.07.23.1 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.23.1 + New version 2013.07.23.1 + + - - - The youtube-dl maintainers - - 2013-07-23-1 - + + + The youtube-dl maintainers + + 2013-07-23-1T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.24.2 - New version 2013.07.24.2 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.24.2 + New version 2013.07.24.2 + + - - - The youtube-dl maintainers - - 2013-07-24-2 - + + + The youtube-dl maintainers + + 2013-07-24-2T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.25 - New version 2013.07.25 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.25 + New version 2013.07.25 + + - - - The youtube-dl maintainers - - 2013-07-25 - + + + The youtube-dl maintainers + + 2013-07-25T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.25.1 - New version 2013.07.25.1 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.25.1 + New version 2013.07.25.1 + + - - - The youtube-dl maintainers - - 2013-07-25-1 - + + + The youtube-dl maintainers + + 2013-07-25-1T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.25.2 - New version 2013.07.25.2 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.25.2 + New version 2013.07.25.2 + + - - - The youtube-dl maintainers - - 2013-07-25-2 - + + + The youtube-dl maintainers + + 2013-07-25-2T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.31 - New version 2013.07.31 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.07.31 + New version 2013.07.31 + + - - - The youtube-dl maintainers - - 2013-07-31 - + + + The youtube-dl maintainers + + 2013-07-31T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.02 - New version 2013.08.02 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.02 + New version 2013.08.02 + + - - - The youtube-dl maintainers - - 2013-08-02 - + + + The youtube-dl maintainers + + 2013-08-02T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.08 - New version 2013.08.08 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.08 + New version 2013.08.08 + + - - - The youtube-dl maintainers - - 2013-08-08 - + + + The youtube-dl maintainers + + 2013-08-08T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.08.1 - New version 2013.08.08.1 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.08.1 + New version 2013.08.08.1 + + - - - The youtube-dl maintainers - - 2013-08-08-1 - + + + The youtube-dl maintainers + + 2013-08-08-1T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.09 - New version 2013.08.09 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.09 + New version 2013.08.09 + + - - - The youtube-dl maintainers - - 2013-08-09 - + + + The youtube-dl maintainers + + 2013-08-09T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.14 - New version 2013.08.14 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.14 + New version 2013.08.14 + + - - - The youtube-dl maintainers - - 2013-08-14 - + + + The youtube-dl maintainers + + 2013-08-14T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.15 - New version 2013.08.15 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.15 + New version 2013.08.15 + + - - - The youtube-dl maintainers - - 2013-08-15 - + + + The youtube-dl maintainers + + 2013-08-15T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.17 - New version 2013.08.17 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.17 + New version 2013.08.17 + + - - - The youtube-dl maintainers - - 2013-08-17 - + + + The youtube-dl maintainers + + 2013-08-17T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.22 - New version 2013.08.22 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.22 + New version 2013.08.22 + + - - - The youtube-dl maintainers - - 2013-08-22 - + + + The youtube-dl maintainers + + 2013-08-22T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.23 - New version 2013.08.23 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.23 + New version 2013.08.23 + + - - - The youtube-dl maintainers - - 2013-08-23 - + + + The youtube-dl maintainers + + 2013-08-23T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.27 - New version 2013.08.27 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.27 + New version 2013.08.27 + + - - - The youtube-dl maintainers - - 2013-08-27 - + + + The youtube-dl maintainers + + 2013-08-27T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.28 - New version 2013.08.28 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.28 + New version 2013.08.28 + + - - - The youtube-dl maintainers - - 2013-08-28 - + + + The youtube-dl maintainers + + 2013-08-28T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.28.1 - New version 2013.08.28.1 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.28.1 + New version 2013.08.28.1 + + - - - The youtube-dl maintainers - - 2013-08-28-1 - + + + The youtube-dl maintainers + + 2013-08-28-1T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.29 - New version 2013.08.29 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.29 + New version 2013.08.29 + + - - - The youtube-dl maintainers - - 2013-08-29 - + + + The youtube-dl maintainers + + 2013-08-29T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.30 - New version 2013.08.30 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.08.30 + New version 2013.08.30 + + - - - The youtube-dl maintainers - - 2013-08-30 - + + + The youtube-dl maintainers + + 2013-08-30T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.04 - New version 2013.09.04 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.04 + New version 2013.09.04 + + - - - The youtube-dl maintainers - - 2013-09-04 - + + + The youtube-dl maintainers + + 2013-09-04T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.05 - New version 2013.09.05 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.05 + New version 2013.09.05 + + - - - The youtube-dl maintainers - - 2013-09-05 - + + + The youtube-dl maintainers + + 2013-09-05T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.06 - New version 2013.09.06 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.06 + New version 2013.09.06 + + - - - The youtube-dl maintainers - - 2013-09-06 - + + + The youtube-dl maintainers + + 2013-09-06T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.06.1 - New version 2013.09.06.1 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.06.1 + New version 2013.09.06.1 + + - - - The youtube-dl maintainers - - 2013-09-06-1 - + + + The youtube-dl maintainers + + 2013-09-06-1T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.07 - New version 2013.09.07 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.07 + New version 2013.09.07 + + - - - The youtube-dl maintainers - - 2013-09-07 - + + + The youtube-dl maintainers + + 2013-09-07T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.10 - New version 2013.09.10 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.10 + New version 2013.09.10 + + - - - The youtube-dl maintainers - - 2013-09-10 - + + + The youtube-dl maintainers + + 2013-09-10T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.16 - New version 2013.09.16 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.16 + New version 2013.09.16 + + - - - The youtube-dl maintainers - - 2013-09-16 - + + + The youtube-dl maintainers + + 2013-09-16T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.17 - New version 2013.09.17 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.17 + New version 2013.09.17 + + - - - The youtube-dl maintainers - - 2013-09-17 - + + + The youtube-dl maintainers + + 2013-09-17T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.20 - New version 2013.09.20 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.20 + New version 2013.09.20 + + - - - The youtube-dl maintainers - - 2013-09-20 - + + + The youtube-dl maintainers + + 2013-09-20T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.20.1 - New version 2013.09.20.1 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.20.1 + New version 2013.09.20.1 + + - - - The youtube-dl maintainers - - 2013-09-20-1 - + + + The youtube-dl maintainers + + 2013-09-20-1T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.24 - New version 2013.09.24 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.24 + New version 2013.09.24 + + - - - The youtube-dl maintainers - - 2013-09-24 - + + + The youtube-dl maintainers + + 2013-09-24T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.24.1 - New version 2013.09.24.1 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.24.1 + New version 2013.09.24.1 + + - - - The youtube-dl maintainers - - 2013-09-24-1 - + + + The youtube-dl maintainers + + 2013-09-24-1T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.24.2 - New version 2013.09.24.2 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.24.2 + New version 2013.09.24.2 + + - - - The youtube-dl maintainers - - 2013-09-24-2 - + + + The youtube-dl maintainers + + 2013-09-24-2T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.29 - New version 2013.09.29 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.09.29 + New version 2013.09.29 + + - - - The youtube-dl maintainers - - 2013-09-29 - + + + The youtube-dl maintainers + + 2013-09-29T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.01 - New version 2013.10.01 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.01 + New version 2013.10.01 + + - - - The youtube-dl maintainers - - 2013-10-01 - + + + The youtube-dl maintainers + + 2013-10-01T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.01.1 - New version 2013.10.01.1 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.01.1 + New version 2013.10.01.1 + + - - - The youtube-dl maintainers - - 2013-10-01-1 - + + + The youtube-dl maintainers + + 2013-10-01-1T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.04 - New version 2013.10.04 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.04 + New version 2013.10.04 + + - - - The youtube-dl maintainers - - 2013-10-04 - + + + The youtube-dl maintainers + + 2013-10-04T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.06 - New version 2013.10.06 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.06 + New version 2013.10.06 + + - - - The youtube-dl maintainers - - 2013-10-06 - + + + The youtube-dl maintainers + + 2013-10-06T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.07 - New version 2013.10.07 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.07 + New version 2013.10.07 + + - - - The youtube-dl maintainers - - 2013-10-07 - + + + The youtube-dl maintainers + + 2013-10-07T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.09 - New version 2013.10.09 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.09 + New version 2013.10.09 + + - - - The youtube-dl maintainers - - 2013-10-09 - + + + The youtube-dl maintainers + + 2013-10-09T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.15 - New version 2013.10.15 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.15 + New version 2013.10.15 + + - - - The youtube-dl maintainers - - 2013-10-15 - + + + The youtube-dl maintainers + + 2013-10-15T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.17 - New version 2013.10.17 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.17 + New version 2013.10.17 + + - - - The youtube-dl maintainers - - 2013-10-17 - + + + The youtube-dl maintainers + + 2013-10-17T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.18 - New version 2013.10.18 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.18 + New version 2013.10.18 + + - - - The youtube-dl maintainers - - 2013-10-18 - + + + The youtube-dl maintainers + + 2013-10-18T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.18.1 - New version 2013.10.18.1 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.18.1 + New version 2013.10.18.1 + + - - - The youtube-dl maintainers - - 2013-10-18-1 - + + + The youtube-dl maintainers + + 2013-10-18-1T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.18.2 - New version 2013.10.18.2 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.18.2 + New version 2013.10.18.2 + + - - - The youtube-dl maintainers - - 2013-10-18-2 - + + + The youtube-dl maintainers + + 2013-10-18-2T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.22 - New version 2013.10.22 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.22 + New version 2013.10.22 + + - - - The youtube-dl maintainers - - 2013-10-22 - + + + The youtube-dl maintainers + + 2013-10-22T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.23 - New version 2013.10.23 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.23 + New version 2013.10.23 + + - - - The youtube-dl maintainers - - 2013-10-23 - + + + The youtube-dl maintainers + + 2013-10-23T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.23.1 - New version 2013.10.23.1 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.23.1 + New version 2013.10.23.1 + + - - - The youtube-dl maintainers - - 2013-10-23-1 - + + + The youtube-dl maintainers + + 2013-10-23-1T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.23.2 - New version 2013.10.23.2 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.23.2 + New version 2013.10.23.2 + + - - - The youtube-dl maintainers - - 2013-10-23-2 - + + + The youtube-dl maintainers + + 2013-10-23-2T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.28 - New version 2013.10.28 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.28 + New version 2013.10.28 + + - - - The youtube-dl maintainers - - 2013-10-28 - + + + The youtube-dl maintainers + + 2013-10-28T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.29 - New version 2013.10.29 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.29 + New version 2013.10.29 + + - - - The youtube-dl maintainers - - 2013-10-29 - + + + The youtube-dl maintainers + + 2013-10-29T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.30 - New version 2013.10.30 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.10.30 + New version 2013.10.30 + + - - - The youtube-dl maintainers - - 2013-10-30 - + + + The youtube-dl maintainers + + 2013-10-30T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.02 - New version 2013.11.02 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.02 + New version 2013.11.02 + + - - - The youtube-dl maintainers - - 2013-11-02 - + + + The youtube-dl maintainers + + 2013-11-02T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.03 - New version 2013.11.03 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.03 + New version 2013.11.03 + + - - - The youtube-dl maintainers - - 2013-11-03 - + + + The youtube-dl maintainers + + 2013-11-03T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.06 - New version 2013.11.06 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.06 + New version 2013.11.06 + + - - - The youtube-dl maintainers - - 2013-11-06 - + + + The youtube-dl maintainers + + 2013-11-06T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.06.1 - New version 2013.11.06.1 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.06.1 + New version 2013.11.06.1 + + - - - The youtube-dl maintainers - - 2013-11-06-1 - + + + The youtube-dl maintainers + + 2013-11-06-1T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.07 - New version 2013.11.07 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.07 + New version 2013.11.07 + + - - - The youtube-dl maintainers - - 2013-11-07 - + + + The youtube-dl maintainers + + 2013-11-07T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.09 - New version 2013.11.09 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.09 + New version 2013.11.09 + + - - - The youtube-dl maintainers - - 2013-11-09 - + + + The youtube-dl maintainers + + 2013-11-09T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.11 - New version 2013.11.11 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.11 + New version 2013.11.11 + + - - - The youtube-dl maintainers - - 2013-11-11 - + + + The youtube-dl maintainers + + 2013-11-11T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.13 - New version 2013.11.13 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.13 + New version 2013.11.13 + + - - - The youtube-dl maintainers - - 2013-11-13 - + + + The youtube-dl maintainers + + 2013-11-13T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.15 - New version 2013.11.15 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.15 + New version 2013.11.15 + + - - - The youtube-dl maintainers - - 2013-11-15 - + + + The youtube-dl maintainers + + 2013-11-15T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.15.1 - New version 2013.11.15.1 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.15.1 + New version 2013.11.15.1 + + - - - The youtube-dl maintainers - - 2013-11-15-1 - + + + The youtube-dl maintainers + + 2013-11-15-1T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.17 - New version 2013.11.17 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.17 + New version 2013.11.17 + + - - - The youtube-dl maintainers - - 2013-11-17 - + + + The youtube-dl maintainers + + 2013-11-17T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.18 - New version 2013.11.18 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.18 + New version 2013.11.18 + + - - - The youtube-dl maintainers - - 2013-11-18 - + + + The youtube-dl maintainers + + 2013-11-18T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.18.1 - New version 2013.11.18.1 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.18.1 + New version 2013.11.18.1 + + - - - The youtube-dl maintainers - - 2013-11-18-1 - + + + The youtube-dl maintainers + + 2013-11-18-1T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.19 - New version 2013.11.19 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.19 + New version 2013.11.19 + + - - - The youtube-dl maintainers - - 2013-11-19 - + + + The youtube-dl maintainers + + 2013-11-19T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.20 - New version 2013.11.20 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.20 + New version 2013.11.20 + + - - - The youtube-dl maintainers - - 2013-11-20 - + + + The youtube-dl maintainers + + 2013-11-20T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.21 - New version 2013.11.21 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.21 + New version 2013.11.21 + + - - - The youtube-dl maintainers - - 2013-11-21 - + + + The youtube-dl maintainers + + 2013-11-21T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.22 - New version 2013.11.22 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.22 + New version 2013.11.22 + + - - - The youtube-dl maintainers - - 2013-11-22 - + + + The youtube-dl maintainers + + 2013-11-22T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.22.1 - New version 2013.11.22.1 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.22.1 + New version 2013.11.22.1 + + - - - The youtube-dl maintainers - - 2013-11-22-1 - + + + The youtube-dl maintainers + + 2013-11-22-1T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.22.2 - New version 2013.11.22.2 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.22.2 + New version 2013.11.22.2 + + - - - The youtube-dl maintainers - - 2013-11-22-2 - + + + The youtube-dl maintainers + + 2013-11-22-2T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.24 - New version 2013.11.24 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.24 + New version 2013.11.24 + + - - - The youtube-dl maintainers - - 2013-11-24 - + + + The youtube-dl maintainers + + 2013-11-24T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.24.1 - New version 2013.11.24.1 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.24.1 + New version 2013.11.24.1 + + - - - The youtube-dl maintainers - - 2013-11-24-1 - + + + The youtube-dl maintainers + + 2013-11-24-1T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.25 - New version 2013.11.25 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.25 + New version 2013.11.25 + + - - - The youtube-dl maintainers - - 2013-11-25 - + + + The youtube-dl maintainers + + 2013-11-25T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.25.1 - New version 2013.11.25.1 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.25.1 + New version 2013.11.25.1 + + - - - The youtube-dl maintainers - - 2013-11-25-1 - + + + The youtube-dl maintainers + + 2013-11-25-1T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.25.2 - New version 2013.11.25.2 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.25.2 + New version 2013.11.25.2 + + - - - The youtube-dl maintainers - - 2013-11-25-2 - + + + The youtube-dl maintainers + + 2013-11-25-2T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.25.3 - New version 2013.11.25.3 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.25.3 + New version 2013.11.25.3 + + - - - The youtube-dl maintainers - - 2013-11-25-3 - + + + The youtube-dl maintainers + + 2013-11-25-3T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.26 - New version 2013.11.26 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.26 + New version 2013.11.26 + + - - - The youtube-dl maintainers - - 2013-11-26 - + + + The youtube-dl maintainers + + 2013-11-26T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.28 - New version 2013.11.28 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.28 + New version 2013.11.28 + + - - - The youtube-dl maintainers - - 2013-11-28 - + + + The youtube-dl maintainers + + 2013-11-28T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.28.1 - New version 2013.11.28.1 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.28.1 + New version 2013.11.28.1 + + - - - The youtube-dl maintainers - - 2013-11-28-1 - + + + The youtube-dl maintainers + + 2013-11-28-1T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.29 - New version 2013.11.29 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.11.29 + New version 2013.11.29 + + - - - The youtube-dl maintainers - - 2013-11-29 - + + + The youtube-dl maintainers + + 2013-11-29T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.02 - New version 2013.12.02 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.02 + New version 2013.12.02 + + - - - The youtube-dl maintainers - - 2013-12-02 - + + + The youtube-dl maintainers + + 2013-12-02T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.03 - New version 2013.12.03 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.03 + New version 2013.12.03 + + - - - The youtube-dl maintainers - - 2013-12-03 - + + + The youtube-dl maintainers + + 2013-12-03T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.04 - New version 2013.12.04 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.04 + New version 2013.12.04 + + - - - The youtube-dl maintainers - - 2013-12-04 - + + + The youtube-dl maintainers + + 2013-12-04T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.08 - New version 2013.12.08 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.08 + New version 2013.12.08 + + - - - The youtube-dl maintainers - - 2013-12-08 - + + + The youtube-dl maintainers + + 2013-12-08T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.08.1 - New version 2013.12.08.1 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.08.1 + New version 2013.12.08.1 + + - - - The youtube-dl maintainers - - 2013-12-08-1 - + + + The youtube-dl maintainers + + 2013-12-08-1T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.09 - New version 2013.12.09 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.09 + New version 2013.12.09 + + - - - The youtube-dl maintainers - - 2013-12-09 - + + + The youtube-dl maintainers + + 2013-12-09T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.09.1 - New version 2013.12.09.1 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.09.1 + New version 2013.12.09.1 + + - - - The youtube-dl maintainers - - 2013-12-09-1 - + + + The youtube-dl maintainers + + 2013-12-09-1T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.09.2 - New version 2013.12.09.2 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.09.2 + New version 2013.12.09.2 + + - - - The youtube-dl maintainers - - 2013-12-09-2 - + + + The youtube-dl maintainers + + 2013-12-09-2T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.09.4 - New version 2013.12.09.4 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.09.4 + New version 2013.12.09.4 + + - - - The youtube-dl maintainers - - 2013-12-09-4 - + + + The youtube-dl maintainers + + 2013-12-09-4T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.10 - New version 2013.12.10 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.10 + New version 2013.12.10 + + - - - The youtube-dl maintainers - - 2013-12-10 - + + + The youtube-dl maintainers + + 2013-12-10T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.11 - New version 2013.12.11 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.11 + New version 2013.12.11 + + - - - The youtube-dl maintainers - - 2013-12-11 - + + + The youtube-dl maintainers + + 2013-12-11T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.11.1 - New version 2013.12.11.1 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.11.1 + New version 2013.12.11.1 + + - - - The youtube-dl maintainers - - 2013-12-11-1 - + + + The youtube-dl maintainers + + 2013-12-11-1T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.11.2 - New version 2013.12.11.2 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.11.2 + New version 2013.12.11.2 + + - - - The youtube-dl maintainers - - 2013-12-11-2 - + + + The youtube-dl maintainers + + 2013-12-11-2T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.16 - New version 2013.12.16 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.16 + New version 2013.12.16 + + - - - The youtube-dl maintainers - - 2013-12-16 - + + + The youtube-dl maintainers + + 2013-12-16T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.16.1 - New version 2013.12.16.1 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.16.1 + New version 2013.12.16.1 + + - - - The youtube-dl maintainers - - 2013-12-16-1 - + + + The youtube-dl maintainers + + 2013-12-16-1T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.16.2 - New version 2013.12.16.2 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.16.2 + New version 2013.12.16.2 + + - - - The youtube-dl maintainers - - 2013-12-16-2 - + + + The youtube-dl maintainers + + 2013-12-16-2T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.16.3 - New version 2013.12.16.3 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.16.3 + New version 2013.12.16.3 + + - - - The youtube-dl maintainers - - 2013-12-16-3 - + + + The youtube-dl maintainers + + 2013-12-16-3T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.16.4 - New version 2013.12.16.4 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.16.4 + New version 2013.12.16.4 + + - - - The youtube-dl maintainers - - 2013-12-16-4 - + + + The youtube-dl maintainers + + 2013-12-16-4T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.16.6 - New version 2013.12.16.6 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.16.6 + New version 2013.12.16.6 + + - - - The youtube-dl maintainers - - 2013-12-16-6 - + + + The youtube-dl maintainers + + 2013-12-16-6T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.16.7 - New version 2013.12.16.7 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.16.7 + New version 2013.12.16.7 + + - - - The youtube-dl maintainers - - 2013-12-16-7 - + + + The youtube-dl maintainers + + 2013-12-16-7T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.17 - New version 2013.12.17 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.17 + New version 2013.12.17 + + - - - The youtube-dl maintainers - - 2013-12-17 - + + + The youtube-dl maintainers + + 2013-12-17T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.17.1 - New version 2013.12.17.1 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.17.1 + New version 2013.12.17.1 + + - - - The youtube-dl maintainers - - 2013-12-17-1 - + + + The youtube-dl maintainers + + 2013-12-17-1T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.17.2 - New version 2013.12.17.2 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.17.2 + New version 2013.12.17.2 + + - - - The youtube-dl maintainers - - 2013-12-17-2 - + + + The youtube-dl maintainers + + 2013-12-17-2T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.20 - New version 2013.12.20 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.20 + New version 2013.12.20 + + - - - The youtube-dl maintainers - - 2013-12-20 - + + + The youtube-dl maintainers + + 2013-12-20T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.23 - New version 2013.12.23 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.23 + New version 2013.12.23 + + - - - The youtube-dl maintainers - - 2013-12-23 - + + + The youtube-dl maintainers + + 2013-12-23T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.23.1 - New version 2013.12.23.1 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.23.1 + New version 2013.12.23.1 + + - - - The youtube-dl maintainers - - 2013-12-23-1 - + + + The youtube-dl maintainers + + 2013-12-23-1T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.23.2 - New version 2013.12.23.2 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.23.2 + New version 2013.12.23.2 + + - - - The youtube-dl maintainers - - 2013-12-23-2 - + + + The youtube-dl maintainers + + 2013-12-23-2T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.23.3 - New version 2013.12.23.3 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.23.3 + New version 2013.12.23.3 + + - - - The youtube-dl maintainers - - 2013-12-23-3 - + + + The youtube-dl maintainers + + 2013-12-23-3T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.23.4 - New version 2013.12.23.4 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.23.4 + New version 2013.12.23.4 + + - - - The youtube-dl maintainers - - 2013-12-23-4 - + + + The youtube-dl maintainers + + 2013-12-23-4T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.26 - New version 2013.12.26 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.12.26 + New version 2013.12.26 + + - - - The youtube-dl maintainers - - 2013-12-26 - + + + The youtube-dl maintainers + + 2013-12-26T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.03 - New version 2014.01.03 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.03 + New version 2014.01.03 + + - - - The youtube-dl maintainers - - 2014-01-03 - + + + The youtube-dl maintainers + + 2014-01-03T00:00:00Z + - - https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.05.1 - New version 2014.01.05.1 - - + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.05.1 + New version 2014.01.05.1 + + - - - The youtube-dl maintainers - - 2014-01-05-1 - + + + The youtube-dl maintainers + + 2014-01-05-1T00:00:00Z + - \ No newline at end of file + \ No newline at end of file From 912c10737a03414e7960d1415dcdbcf8f204fe60 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 5 Jan 2014 05:15:50 +0100 Subject: [PATCH 117/129] [Atom feed] Make all dates valid --- update/releases.atom | 115 ++++++++++++++++++++++--------------------- 1 file changed, 58 insertions(+), 57 deletions(-) diff --git a/update/releases.atom b/update/releases.atom index e9b78fd57..08078fd1b 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -1,8 +1,9 @@ + youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2014-01-05T05:01:37.843144Z + 2014-01-05T05:15:29.417895Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -361,7 +362,7 @@ The youtube-dl maintainers - 2013-04-31T00:00:00Z + 2013-04-30T00:01:00Z @@ -601,7 +602,7 @@ The youtube-dl maintainers - 2013-06-31T00:00:00Z + 2013-06-30T00:01:00Z @@ -616,7 +617,7 @@ The youtube-dl maintainers - 2013-06-32T00:00:00Z + 2013-06-30T00:02:00Z @@ -631,7 +632,7 @@ The youtube-dl maintainers - 2013-06-33T00:00:00Z + 2013-06-30T00:03:00Z @@ -646,7 +647,7 @@ The youtube-dl maintainers - 2013-06-34T00:00:00Z + 2013-06-30T00:04:00Z @@ -661,7 +662,7 @@ The youtube-dl maintainers - 2013-06-34-1T00:00:00Z + 2013-06-30T00:04:01Z @@ -676,7 +677,7 @@ The youtube-dl maintainers - 2013-06-34-2T00:00:00Z + 2013-06-30T00:04:02Z @@ -691,7 +692,7 @@ The youtube-dl maintainers - 2013-06-34-3T00:00:00Z + 2013-06-30T00:04:03Z @@ -706,7 +707,7 @@ The youtube-dl maintainers - 2013-06-34-4T00:00:00Z + 2013-06-30T00:04:04Z @@ -766,7 +767,7 @@ The youtube-dl maintainers - 2013-07-07-01T00:00:00Z + 2013-07-07T00:00:01Z @@ -796,7 +797,7 @@ The youtube-dl maintainers - 2013-07-08-1T00:00:00Z + 2013-07-08T00:00:01Z @@ -871,7 +872,7 @@ The youtube-dl maintainers - 2013-07-17-1T00:00:00Z + 2013-07-17T00:00:01Z @@ -931,7 +932,7 @@ The youtube-dl maintainers - 2013-07-23-1T00:00:00Z + 2013-07-23T00:00:01Z @@ -946,7 +947,7 @@ The youtube-dl maintainers - 2013-07-24-2T00:00:00Z + 2013-07-24T00:00:02Z @@ -976,7 +977,7 @@ The youtube-dl maintainers - 2013-07-25-1T00:00:00Z + 2013-07-25T00:00:01Z @@ -991,7 +992,7 @@ The youtube-dl maintainers - 2013-07-25-2T00:00:00Z + 2013-07-25T00:00:02Z @@ -1051,7 +1052,7 @@ The youtube-dl maintainers - 2013-08-08-1T00:00:00Z + 2013-08-08T00:00:01Z @@ -1186,7 +1187,7 @@ The youtube-dl maintainers - 2013-08-28-1T00:00:00Z + 2013-08-28T00:00:01Z @@ -1276,7 +1277,7 @@ The youtube-dl maintainers - 2013-09-06-1T00:00:00Z + 2013-09-06T00:00:01Z @@ -1366,7 +1367,7 @@ The youtube-dl maintainers - 2013-09-20-1T00:00:00Z + 2013-09-20T00:00:01Z @@ -1396,7 +1397,7 @@ The youtube-dl maintainers - 2013-09-24-1T00:00:00Z + 2013-09-24T00:00:01Z @@ -1411,7 +1412,7 @@ The youtube-dl maintainers - 2013-09-24-2T00:00:00Z + 2013-09-24T00:00:02Z @@ -1456,7 +1457,7 @@ The youtube-dl maintainers - 2013-10-01-1T00:00:00Z + 2013-10-01T00:00:01Z @@ -1576,7 +1577,7 @@ The youtube-dl maintainers - 2013-10-18-1T00:00:00Z + 2013-10-18T00:00:01Z @@ -1591,7 +1592,7 @@ The youtube-dl maintainers - 2013-10-18-2T00:00:00Z + 2013-10-18T00:00:02Z @@ -1636,7 +1637,7 @@ The youtube-dl maintainers - 2013-10-23-1T00:00:00Z + 2013-10-23T00:00:01Z @@ -1651,7 +1652,7 @@ The youtube-dl maintainers - 2013-10-23-2T00:00:00Z + 2013-10-23T00:00:02Z @@ -1756,7 +1757,7 @@ The youtube-dl maintainers - 2013-11-06-1T00:00:00Z + 2013-11-06T00:00:01Z @@ -1846,7 +1847,7 @@ The youtube-dl maintainers - 2013-11-15-1T00:00:00Z + 2013-11-15T00:00:01Z @@ -1891,7 +1892,7 @@ The youtube-dl maintainers - 2013-11-18-1T00:00:00Z + 2013-11-18T00:00:01Z @@ -1966,7 +1967,7 @@ The youtube-dl maintainers - 2013-11-22-1T00:00:00Z + 2013-11-22T00:00:01Z @@ -1981,7 +1982,7 @@ The youtube-dl maintainers - 2013-11-22-2T00:00:00Z + 2013-11-22T00:00:02Z @@ -2011,7 +2012,7 @@ The youtube-dl maintainers - 2013-11-24-1T00:00:00Z + 2013-11-24T00:00:01Z @@ -2041,7 +2042,7 @@ The youtube-dl maintainers - 2013-11-25-1T00:00:00Z + 2013-11-25T00:00:01Z @@ -2056,7 +2057,7 @@ The youtube-dl maintainers - 2013-11-25-2T00:00:00Z + 2013-11-25T00:00:02Z @@ -2071,7 +2072,7 @@ The youtube-dl maintainers - 2013-11-25-3T00:00:00Z + 2013-11-25T00:00:03Z @@ -2116,7 +2117,7 @@ The youtube-dl maintainers - 2013-11-28-1T00:00:00Z + 2013-11-28T00:00:01Z @@ -2206,7 +2207,7 @@ The youtube-dl maintainers - 2013-12-08-1T00:00:00Z + 2013-12-08T00:00:01Z @@ -2236,7 +2237,7 @@ The youtube-dl maintainers - 2013-12-09-1T00:00:00Z + 2013-12-09T00:00:01Z @@ -2251,7 +2252,7 @@ The youtube-dl maintainers - 2013-12-09-2T00:00:00Z + 2013-12-09T00:00:02Z @@ -2266,7 +2267,7 @@ The youtube-dl maintainers - 2013-12-09-4T00:00:00Z + 2013-12-09T00:00:04Z @@ -2311,7 +2312,7 @@ The youtube-dl maintainers - 2013-12-11-1T00:00:00Z + 2013-12-11T00:00:01Z @@ -2326,7 +2327,7 @@ The youtube-dl maintainers - 2013-12-11-2T00:00:00Z + 2013-12-11T00:00:02Z @@ -2356,7 +2357,7 @@ The youtube-dl maintainers - 2013-12-16-1T00:00:00Z + 2013-12-16T00:00:01Z @@ -2371,7 +2372,7 @@ The youtube-dl maintainers - 2013-12-16-2T00:00:00Z + 2013-12-16T00:00:02Z @@ -2386,7 +2387,7 @@ The youtube-dl maintainers - 2013-12-16-3T00:00:00Z + 2013-12-16T00:00:03Z @@ -2401,7 +2402,7 @@ The youtube-dl maintainers - 2013-12-16-4T00:00:00Z + 2013-12-16T00:00:04Z @@ -2416,7 +2417,7 @@ The youtube-dl maintainers - 2013-12-16-6T00:00:00Z + 2013-12-16T00:00:06Z @@ -2431,7 +2432,7 @@ The youtube-dl maintainers - 2013-12-16-7T00:00:00Z + 2013-12-16T00:00:07Z @@ -2461,7 +2462,7 @@ The youtube-dl maintainers - 2013-12-17-1T00:00:00Z + 2013-12-17T00:00:01Z @@ -2476,7 +2477,7 @@ The youtube-dl maintainers - 2013-12-17-2T00:00:00Z + 2013-12-17T00:00:02Z @@ -2521,7 +2522,7 @@ The youtube-dl maintainers - 2013-12-23-1T00:00:00Z + 2013-12-23T00:00:01Z @@ -2536,7 +2537,7 @@ The youtube-dl maintainers - 2013-12-23-2T00:00:00Z + 2013-12-23T00:00:02Z @@ -2551,7 +2552,7 @@ The youtube-dl maintainers - 2013-12-23-3T00:00:00Z + 2013-12-23T00:00:03Z @@ -2566,7 +2567,7 @@ The youtube-dl maintainers - 2013-12-23-4T00:00:00Z + 2013-12-23T00:00:04Z @@ -2611,7 +2612,7 @@ The youtube-dl maintainers - 2014-01-05-1T00:00:00Z + 2014-01-05T00:00:01Z \ No newline at end of file From a7b4b8b8197116ecb70231d7d2857ed600bfca04 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 5 Jan 2014 05:34:43 +0100 Subject: [PATCH 118/129] release 2014.01.05.3 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 31031706e..47f4a48a5 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.01.05.1 (sig)

    +

    2014.01.05.3 (sig)

      -
    • MD5: aa1fe08bbafcd70abde804c45e1f947d
    • -
    • SHA1: 453b5aae2bb05b5301c52fa798a8e784d15d7e73
    • -
    • SHA256: b4f879dc2b03ff2cb4c559b4a49ad57d2bd16727f123bd5c94f6e734cbe96021
    • +
    • MD5: 3647bcb0563de97a72d4d20e344ce6de
    • +
    • SHA1: 3088c9d9e98de71b7564d75434d1ecdb64b8f270
    • +
    • SHA256: 2695d7b9da213cea1bd9eb9a7073b5d9f4fdda4355ea860bd59b8447dd7e6997

    - Windows exe (sig - c838c63dfeb4f8fe5291ef17b856649004da5c0810e12e29d3c41cd4ac9e6ebe)
    - Full source + docs + binary tarball (sig - 6c560a073645ee32bb735764467e45089795c6223d4cdc06dbda8f0dbcd3ff4b) + Windows exe (sig - 95a3f18047534cc78fd38ffc8553687119e9794ebf07d4548e50f258c6bae7cd)
    + Full source + docs + binary tarball (sig - 81a0f2e0d0ada2ed91b3b1d60791bd2f48995832cd7c26835645301e860e95fd)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.05.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.01.05.3/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.01.05.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.01.05.3/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.01.05.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.01.05.3/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/update/LATEST_VERSION b/update/LATEST_VERSION index 1354e5219..89da2e900 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.05.1 \ No newline at end of file +2014.01.05.3 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 08078fd1b..3c99bbd54 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-01-05T05:15:29.417895Z + 2014-01-05T05:34:41.378350Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -2615,4 +2615,19 @@ 2014-01-05T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.05.3 + New version 2014.01.05.3 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.01.05.3/ +
    +
    + + The youtube-dl maintainers + + 2014-01-05T00:00:03Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index b78a08592..e7606b493 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.05.1", - "signature": "194e223b1b0325933b7a887d0b1f4f21b7a489dbb03bdfa99f15630785446cdfbaff9216e86e6329005c0deee773a7d14815d3a34a415cab92680b1bf3ffaa76e8fc3c0a54ed1ddb3a22025fec394d092f8cb65e03eec7704bff26df8dde091be3738ba1278748585ce845bcef229cfeb35893feec0059a4ff5a21b65a98007c", + "latest": "2014.01.05.3", + "signature": "48bc00111d45a46c1919b5554fa59f3d30564b9e9a142adbbef6fc5d0965b1475f1397f7d2b902fa14fb938838e8a58e38e447758411917468034aab04a9d388722274f2d32b773e77d75032c070b35f9dc420e1eccde1d5932f27d6e88d923aed828fc653c170c4dcc9391cc7ee395cc4b32c6adfd4106659db1579d488fd8b", "versions": { "2012.02.22": { "bin": [ @@ -2443,6 +2443,20 @@ "https://yt-dl.org/downloads/2014.01.05.1/youtube-dl-2014.01.05.1.tar.gz", "6c560a073645ee32bb735764467e45089795c6223d4cdc06dbda8f0dbcd3ff4b" ] + }, + "2014.01.05.3": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.05.3/youtube-dl", + "2695d7b9da213cea1bd9eb9a7073b5d9f4fdda4355ea860bd59b8447dd7e6997" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.05.3/youtube-dl.exe", + "95a3f18047534cc78fd38ffc8553687119e9794ebf07d4548e50f258c6bae7cd" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.05.3/youtube-dl-2014.01.05.3.tar.gz", + "81a0f2e0d0ada2ed91b3b1d60791bd2f48995832cd7c26835645301e860e95fd" + ] } } } \ No newline at end of file From dcc555a4eb5118ce6773b3f0b166c5882ff44e50 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 5 Jan 2014 05:45:45 +0100 Subject: [PATCH 119/129] release 2014.01.05.4 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 47f4a48a5..189a7c43e 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.01.05.3 (sig)

    +

    2014.01.05.4 (sig)

      -
    • MD5: 3647bcb0563de97a72d4d20e344ce6de
    • -
    • SHA1: 3088c9d9e98de71b7564d75434d1ecdb64b8f270
    • -
    • SHA256: 2695d7b9da213cea1bd9eb9a7073b5d9f4fdda4355ea860bd59b8447dd7e6997
    • +
    • MD5: 73ca5ae7b35fd8385031bff6460d182c
    • +
    • SHA1: 15bac794adb13259db8ed16d5818706679864386
    • +
    • SHA256: 0390c5aab497bdd6b5984a4618ed6dd029f434adc1310e9231cd1f1b3d202a47

    - Windows exe (sig - 95a3f18047534cc78fd38ffc8553687119e9794ebf07d4548e50f258c6bae7cd)
    - Full source + docs + binary tarball (sig - 81a0f2e0d0ada2ed91b3b1d60791bd2f48995832cd7c26835645301e860e95fd) + Windows exe (sig - 7fcd4040874c1ffd2211d1430a2003c024dd607357e9b939a4cfbbb9d7a1b4fd)
    + Full source + docs + binary tarball (sig - b3ccc5c850c65c28dcb3aa0c2ee0961901405e9669c9c8f6a72dd55f8294d43e)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.05.3/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.01.05.4/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.01.05.3/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.01.05.4/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.01.05.3/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.01.05.4/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/update/LATEST_VERSION b/update/LATEST_VERSION index 89da2e900..13d79d90f 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.05.3 \ No newline at end of file +2014.01.05.4 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 3c99bbd54..f1de01e3b 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-01-05T05:34:41.378350Z + 2014-01-05T05:45:44.159600Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -2630,4 +2630,19 @@ 2014-01-05T00:00:03Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.05.4 + New version 2014.01.05.4 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.01.05.4/ +
    +
    + + The youtube-dl maintainers + + 2014-01-05T00:00:04Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index e7606b493..4e648f6d9 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.05.3", - "signature": "48bc00111d45a46c1919b5554fa59f3d30564b9e9a142adbbef6fc5d0965b1475f1397f7d2b902fa14fb938838e8a58e38e447758411917468034aab04a9d388722274f2d32b773e77d75032c070b35f9dc420e1eccde1d5932f27d6e88d923aed828fc653c170c4dcc9391cc7ee395cc4b32c6adfd4106659db1579d488fd8b", + "latest": "2014.01.05.4", + "signature": "7cecc79305de0df7de7600f1a16dfd028d1f0fe3ccebc6d7c59a182007b5ecef5403d9dfdd204435f237123b9d92517950f5c570617425a560fd3aa144e2af2a558db6be1c28f09a554b95008e315f43ca99829a318994c3823c84544ee175d2a7ecc7ef15450265f510e51991dc1bdd4884f6a85f42f79bd3ec481784a53ac4", "versions": { "2012.02.22": { "bin": [ @@ -2457,6 +2457,20 @@ "https://yt-dl.org/downloads/2014.01.05.3/youtube-dl-2014.01.05.3.tar.gz", "81a0f2e0d0ada2ed91b3b1d60791bd2f48995832cd7c26835645301e860e95fd" ] + }, + "2014.01.05.4": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.05.4/youtube-dl", + "0390c5aab497bdd6b5984a4618ed6dd029f434adc1310e9231cd1f1b3d202a47" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.05.4/youtube-dl.exe", + "7fcd4040874c1ffd2211d1430a2003c024dd607357e9b939a4cfbbb9d7a1b4fd" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.05.4/youtube-dl-2014.01.05.4.tar.gz", + "b3ccc5c850c65c28dcb3aa0c2ee0961901405e9669c9c8f6a72dd55f8294d43e" + ] } } } \ No newline at end of file From 7e8fcedf9bade5891df82e40eb66e9572cfa1fbf Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 5 Jan 2014 06:00:47 +0100 Subject: [PATCH 120/129] release 2014.01.05.5 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 189a7c43e..8d879407b 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.01.05.4 (sig)

    +

    2014.01.05.5 (sig)

      -
    • MD5: 73ca5ae7b35fd8385031bff6460d182c
    • -
    • SHA1: 15bac794adb13259db8ed16d5818706679864386
    • -
    • SHA256: 0390c5aab497bdd6b5984a4618ed6dd029f434adc1310e9231cd1f1b3d202a47
    • +
    • MD5: d9d89a6d2024186413abeb233e1c3c9f
    • +
    • SHA1: ffc78a1107021b897e2a8194dcca030ca2178fb1
    • +
    • SHA256: d89e9b9114718860a900ce9a49ec00411fdfc8f32ca00ed8b156e6a4f5548707

    - Windows exe (sig - 7fcd4040874c1ffd2211d1430a2003c024dd607357e9b939a4cfbbb9d7a1b4fd)
    - Full source + docs + binary tarball (sig - b3ccc5c850c65c28dcb3aa0c2ee0961901405e9669c9c8f6a72dd55f8294d43e) + Windows exe (sig - 52294491d10adc5ae40c42a0eda4da9980dfd2ad8067da58d5d07edc744e89ef)
    + Full source + docs + binary tarball (sig - 7bbe87df0e4eefa1af36cd6fc86530bc8e1a78458d2d02d5e208656da4572fa2)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.05.4/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.01.05.5/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.01.05.4/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.01.05.5/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.01.05.4/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.01.05.5/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/update/LATEST_VERSION b/update/LATEST_VERSION index 13d79d90f..fdb47994c 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.05.4 \ No newline at end of file +2014.01.05.5 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index f1de01e3b..33a9201f7 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-01-05T05:45:44.159600Z + 2014-01-05T06:00:46.017402Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -2645,4 +2645,19 @@ 2014-01-05T00:00:04Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.05.5 + New version 2014.01.05.5 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.01.05.5/ +
    +
    + + The youtube-dl maintainers + + 2014-01-05T00:00:05Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 4e648f6d9..1581d297c 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.05.4", - "signature": "7cecc79305de0df7de7600f1a16dfd028d1f0fe3ccebc6d7c59a182007b5ecef5403d9dfdd204435f237123b9d92517950f5c570617425a560fd3aa144e2af2a558db6be1c28f09a554b95008e315f43ca99829a318994c3823c84544ee175d2a7ecc7ef15450265f510e51991dc1bdd4884f6a85f42f79bd3ec481784a53ac4", + "latest": "2014.01.05.5", + "signature": "64583363cd0df413344323ae9d7d86cefc1d357b738d398f7d2f4449e44be5bb48547db1f1a49c6ed00fdf56162206c9ae224231aa7a59dee61771611b5cb8521fd7fff00412b39ea8b75ff9ba6244e3d7fb8651920d14aa3feeafe0b3c9f8840892b234f04e7478730979f0d30dc32dba63502db343fdb16b7e6c80e515e7e3", "versions": { "2012.02.22": { "bin": [ @@ -2471,6 +2471,20 @@ "https://yt-dl.org/downloads/2014.01.05.4/youtube-dl-2014.01.05.4.tar.gz", "b3ccc5c850c65c28dcb3aa0c2ee0961901405e9669c9c8f6a72dd55f8294d43e" ] + }, + "2014.01.05.5": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.05.5/youtube-dl", + "d89e9b9114718860a900ce9a49ec00411fdfc8f32ca00ed8b156e6a4f5548707" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.05.5/youtube-dl.exe", + "52294491d10adc5ae40c42a0eda4da9980dfd2ad8067da58d5d07edc744e89ef" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.05.5/youtube-dl-2014.01.05.5.tar.gz", + "7bbe87df0e4eefa1af36cd6fc86530bc8e1a78458d2d02d5e208656da4572fa2" + ] } } } \ No newline at end of file From 216955eed28687b93e250cb80d2b8f7dcd1d9fc0 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 5 Jan 2014 12:13:00 +0100 Subject: [PATCH 121/129] release 2014.01.05.6 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 8d879407b..d9b43494e 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.01.05.5 (sig)

    +

    2014.01.05.6 (sig)

      -
    • MD5: d9d89a6d2024186413abeb233e1c3c9f
    • -
    • SHA1: ffc78a1107021b897e2a8194dcca030ca2178fb1
    • -
    • SHA256: d89e9b9114718860a900ce9a49ec00411fdfc8f32ca00ed8b156e6a4f5548707
    • +
    • MD5: 6647332d3935445e9e57cf9efb57160b
    • +
    • SHA1: bbf8d528dedf0ebbb4c27db636de12942851313e
    • +
    • SHA256: f7cd927cb7f287e5ae3c489b2938ff5de17b1074770f03698ce83876180bbbdb

    - Windows exe (sig - 52294491d10adc5ae40c42a0eda4da9980dfd2ad8067da58d5d07edc744e89ef)
    - Full source + docs + binary tarball (sig - 7bbe87df0e4eefa1af36cd6fc86530bc8e1a78458d2d02d5e208656da4572fa2) + Windows exe (sig - 37a336c6f9987af4fd5fbc5d8bdf34ac8012346d62b9ded085e43f2c59315c09)
    + Full source + docs + binary tarball (sig - 8b6996f16124be12e432d14b5fb67fc9f253e5f0867d6c919fce39b0f4660ef2)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.05.5/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.01.05.6/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.01.05.5/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.01.05.6/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.01.05.5/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.01.05.6/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/update/LATEST_VERSION b/update/LATEST_VERSION index fdb47994c..52fb69d56 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.05.5 \ No newline at end of file +2014.01.05.6 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 33a9201f7..6f7d4c3da 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-01-05T06:00:46.017402Z + 2014-01-05T12:12:59.225186Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -2660,4 +2660,19 @@ 2014-01-05T00:00:05Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.05.6 + New version 2014.01.05.6 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.01.05.6/ +
    +
    + + The youtube-dl maintainers + + 2014-01-05T00:00:06Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 1581d297c..dc84b4290 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.05.5", - "signature": "64583363cd0df413344323ae9d7d86cefc1d357b738d398f7d2f4449e44be5bb48547db1f1a49c6ed00fdf56162206c9ae224231aa7a59dee61771611b5cb8521fd7fff00412b39ea8b75ff9ba6244e3d7fb8651920d14aa3feeafe0b3c9f8840892b234f04e7478730979f0d30dc32dba63502db343fdb16b7e6c80e515e7e3", + "latest": "2014.01.05.6", + "signature": "6809aeba4db63e7d5d1e25272b1deed9b285d48f3cfe068eaa084d946f68f7cc07c919ba8e2b8e27053094576f49ee5ddd1b9bff793954e69e6a7ecd872b90f57c9736a2f882aa31ca3b0bc8817269104c1c7275bf93350e1bc63fd32781f97936b4a99299a2f6b6a91544bef32dbc7a2e40ac9fa446e1c54881aadfc0076e23", "versions": { "2012.02.22": { "bin": [ @@ -2485,6 +2485,20 @@ "https://yt-dl.org/downloads/2014.01.05.5/youtube-dl-2014.01.05.5.tar.gz", "7bbe87df0e4eefa1af36cd6fc86530bc8e1a78458d2d02d5e208656da4572fa2" ] + }, + "2014.01.05.6": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.05.6/youtube-dl", + "f7cd927cb7f287e5ae3c489b2938ff5de17b1074770f03698ce83876180bbbdb" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.05.6/youtube-dl.exe", + "37a336c6f9987af4fd5fbc5d8bdf34ac8012346d62b9ded085e43f2c59315c09" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.05.6/youtube-dl-2014.01.05.6.tar.gz", + "8b6996f16124be12e432d14b5fb67fc9f253e5f0867d6c919fce39b0f4660ef2" + ] } } } \ No newline at end of file From e4a93bdc2fa91dbf6a46bcc0336998a241170439 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 6 Jan 2014 17:50:12 +0100 Subject: [PATCH 122/129] release 2014.01.06 --- download.html | 18 +++++++++--------- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index d9b43494e..3e8c27631 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.01.05.6 (sig)

    +

    2014.01.06 (sig)

      -
    • MD5: 6647332d3935445e9e57cf9efb57160b
    • -
    • SHA1: bbf8d528dedf0ebbb4c27db636de12942851313e
    • -
    • SHA256: f7cd927cb7f287e5ae3c489b2938ff5de17b1074770f03698ce83876180bbbdb
    • +
    • MD5: 77194eb9ed8d397333c954748b99d309
    • +
    • SHA1: 1171910ae276a9e25f96890910a0172406e17e7f
    • +
    • SHA256: 4657b8c028c0d8411d9e00fc313e33d899177bbd374e45b06cf9f77e48da1a94

    - Windows exe (sig - 37a336c6f9987af4fd5fbc5d8bdf34ac8012346d62b9ded085e43f2c59315c09)
    - Full source + docs + binary tarball (sig - 8b6996f16124be12e432d14b5fb67fc9f253e5f0867d6c919fce39b0f4660ef2) + Windows exe (sig - 79e1046cffe9d2b8999e264259fcfe83b03196e2f2727ea64c7f1fa965e62081)
    + Full source + docs + binary tarball (sig - 87b806416aa7aef3d8f4ad5d32c6ead95a3e6acc4bf740fa2b4a34a5462e0562)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.05.6/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.01.06/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.01.05.6/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.01.06/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.01.05.6/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.01.06/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 af4b4a1e3..f9f364cca 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -208,6 +208,7 @@
  • vimeo:album
  • vimeo:channel
  • vimeo:group
  • +
  • vimeo:review: Review pages on vimeo
  • vimeo:user
  • Vine
  • vk.com
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 52fb69d56..9e49a43d4 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.05.6 \ No newline at end of file +2014.01.06 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 6f7d4c3da..4d5955b4b 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-01-05T12:12:59.225186Z + 2014-01-06T17:50:12.094344Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -2675,4 +2675,19 @@ 2014-01-05T00:00:06Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.06 + New version 2014.01.06 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.01.06/ +
    +
    + + The youtube-dl maintainers + + 2014-01-06T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index dc84b4290..6de754fb9 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.05.6", - "signature": "6809aeba4db63e7d5d1e25272b1deed9b285d48f3cfe068eaa084d946f68f7cc07c919ba8e2b8e27053094576f49ee5ddd1b9bff793954e69e6a7ecd872b90f57c9736a2f882aa31ca3b0bc8817269104c1c7275bf93350e1bc63fd32781f97936b4a99299a2f6b6a91544bef32dbc7a2e40ac9fa446e1c54881aadfc0076e23", + "latest": "2014.01.06", + "signature": "70c9adb9c15922a51a06df0cb20963e039980e49d48ef56f4de8cdfca4958107cc0d16711a23ab4229b4ac654ccc26f211078d635b8d9c9276264849bd49ecba03eda22d646efdb06c4c5811df3154d63232189efaa3b5c74143e06966560195a566a816732244bbcfaf4b2e227da3c8e869f9ebd9bd8040daddeada321b33c2", "versions": { "2012.02.22": { "bin": [ @@ -2499,6 +2499,20 @@ "https://yt-dl.org/downloads/2014.01.05.6/youtube-dl-2014.01.05.6.tar.gz", "8b6996f16124be12e432d14b5fb67fc9f253e5f0867d6c919fce39b0f4660ef2" ] + }, + "2014.01.06": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.06/youtube-dl", + "4657b8c028c0d8411d9e00fc313e33d899177bbd374e45b06cf9f77e48da1a94" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.06/youtube-dl.exe", + "79e1046cffe9d2b8999e264259fcfe83b03196e2f2727ea64c7f1fa965e62081" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.06/youtube-dl-2014.01.06.tar.gz", + "87b806416aa7aef3d8f4ad5d32c6ead95a3e6acc4bf740fa2b4a34a5462e0562" + ] } } } \ No newline at end of file From 1af2a670f8bff93441013e39f572bfe8d1a44fd0 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 6 Jan 2014 19:29:39 +0100 Subject: [PATCH 123/129] release 2014.01.06.1 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 3e8c27631..0f2f37c95 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.01.06 (sig)

    +

    2014.01.06.1 (sig)

      -
    • MD5: 77194eb9ed8d397333c954748b99d309
    • -
    • SHA1: 1171910ae276a9e25f96890910a0172406e17e7f
    • -
    • SHA256: 4657b8c028c0d8411d9e00fc313e33d899177bbd374e45b06cf9f77e48da1a94
    • +
    • MD5: 171d174366b43aa8fbab7aba37c64eb1
    • +
    • SHA1: 0822ab9cd794f43dc81d55ce7078f83842ce597b
    • +
    • SHA256: a4efb33d0e9f8a8cbaaae7654e866f420308b4c390a7f31fa55e2c338fe3eca9

    - Windows exe (sig - 79e1046cffe9d2b8999e264259fcfe83b03196e2f2727ea64c7f1fa965e62081)
    - Full source + docs + binary tarball (sig - 87b806416aa7aef3d8f4ad5d32c6ead95a3e6acc4bf740fa2b4a34a5462e0562) + Windows exe (sig - 88535f3cd174a8fb74fbaee6fe5cb671f86152703ed7486a7573b8e36bcf8e94)
    + Full source + docs + binary tarball (sig - 96c707d32bd95de83cba5f8abdac9b6e642070758d32a1a09aac3a96e43ee05c)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.06/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.01.06.1/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.01.06/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.01.06.1/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.01.06/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.01.06.1/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/update/LATEST_VERSION b/update/LATEST_VERSION index 9e49a43d4..3a1aa9d7d 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.06 \ No newline at end of file +2014.01.06.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 4d5955b4b..1092b5a85 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-01-06T17:50:12.094344Z + 2014-01-06T19:29:37.912904Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -2690,4 +2690,19 @@ 2014-01-06T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.06.1 + New version 2014.01.06.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.01.06.1/ +
    +
    + + The youtube-dl maintainers + + 2014-01-06T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 6de754fb9..35186070d 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.06", - "signature": "70c9adb9c15922a51a06df0cb20963e039980e49d48ef56f4de8cdfca4958107cc0d16711a23ab4229b4ac654ccc26f211078d635b8d9c9276264849bd49ecba03eda22d646efdb06c4c5811df3154d63232189efaa3b5c74143e06966560195a566a816732244bbcfaf4b2e227da3c8e869f9ebd9bd8040daddeada321b33c2", + "latest": "2014.01.06.1", + "signature": "5be5e1b339a26c36a6a72effb8ae7c36c586f77c9b72a74eade370353da82706224e4045b09d8badab5a23c3902dcb3c9371cf9738fd52a0b256444655b4a1bbee4896313be66dbbb58a83c8cae722b4dbdcad0de2cb4c91e8741c776d1984c34b1010a0046d827527f2e07beed3a8e544ae7201e8a359e0b3e42bbfb3910e38", "versions": { "2012.02.22": { "bin": [ @@ -2513,6 +2513,20 @@ "https://yt-dl.org/downloads/2014.01.06/youtube-dl-2014.01.06.tar.gz", "87b806416aa7aef3d8f4ad5d32c6ead95a3e6acc4bf740fa2b4a34a5462e0562" ] + }, + "2014.01.06.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.06.1/youtube-dl", + "a4efb33d0e9f8a8cbaaae7654e866f420308b4c390a7f31fa55e2c338fe3eca9" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.06.1/youtube-dl.exe", + "88535f3cd174a8fb74fbaee6fe5cb671f86152703ed7486a7573b8e36bcf8e94" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.06.1/youtube-dl-2014.01.06.1.tar.gz", + "96c707d32bd95de83cba5f8abdac9b6e642070758d32a1a09aac3a96e43ee05c" + ] } } } \ No newline at end of file From 7cdf324189bf86d417135ac47e47919c99a40294 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 7 Jan 2014 05:37:53 +0100 Subject: [PATCH 124/129] release 2014.01.07 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 0f2f37c95..90df8fbb2 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.01.06.1 (sig)

    +

    2014.01.07 (sig)

      -
    • MD5: 171d174366b43aa8fbab7aba37c64eb1
    • -
    • SHA1: 0822ab9cd794f43dc81d55ce7078f83842ce597b
    • -
    • SHA256: a4efb33d0e9f8a8cbaaae7654e866f420308b4c390a7f31fa55e2c338fe3eca9
    • +
    • MD5: 03bd06dadfaf120259fc767249b08590
    • +
    • SHA1: cd0547cf46efdb14e311cbdd8119f441ff78a8d2
    • +
    • SHA256: 9b73bd3e428386193f8c11339937a3dd87b951d512f0673871b2eca5215da8c8

    - Windows exe (sig - 88535f3cd174a8fb74fbaee6fe5cb671f86152703ed7486a7573b8e36bcf8e94)
    - Full source + docs + binary tarball (sig - 96c707d32bd95de83cba5f8abdac9b6e642070758d32a1a09aac3a96e43ee05c) + Windows exe (sig - e0f52c960e811857599520c0fab8a9831061e5b0278710b6504b72f8e2b4c221)
    + Full source + docs + binary tarball (sig - 8becb11ef4f8359bc4e2a9df02bd10d4d6903c9566558710217bb5b7c1b4728f)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.06.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.01.07/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.01.06.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.01.07/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.01.06.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.01.07/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/update/LATEST_VERSION b/update/LATEST_VERSION index 3a1aa9d7d..bd9802c49 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.06.1 \ No newline at end of file +2014.01.07 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 1092b5a85..2dcefb764 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-01-06T19:29:37.912904Z + 2014-01-07T05:37:52.495848Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -2705,4 +2705,19 @@ 2014-01-06T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.07 + New version 2014.01.07 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.01.07/ +
    +
    + + The youtube-dl maintainers + + 2014-01-07T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 35186070d..cc0703609 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.06.1", - "signature": "5be5e1b339a26c36a6a72effb8ae7c36c586f77c9b72a74eade370353da82706224e4045b09d8badab5a23c3902dcb3c9371cf9738fd52a0b256444655b4a1bbee4896313be66dbbb58a83c8cae722b4dbdcad0de2cb4c91e8741c776d1984c34b1010a0046d827527f2e07beed3a8e544ae7201e8a359e0b3e42bbfb3910e38", + "latest": "2014.01.07", + "signature": "88fdc4dfa074c64a8d2470306836c5341a2683fe79144c1c916a41d4f413dce8e5b65a469b70619a6ab1a80f62a19cff8333f5961549b14a1c157fe26a8c6120ad8e0d02592e6c0563ca24e3bc89e80c0ed47b345f71967faa825e65573393c6eaf4ae5c6358ebac76beb4cd3fdf51a83292598c72d930772ac6ab95259ebcea", "versions": { "2012.02.22": { "bin": [ @@ -2527,6 +2527,20 @@ "https://yt-dl.org/downloads/2014.01.06.1/youtube-dl-2014.01.06.1.tar.gz", "96c707d32bd95de83cba5f8abdac9b6e642070758d32a1a09aac3a96e43ee05c" ] + }, + "2014.01.07": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.07/youtube-dl", + "9b73bd3e428386193f8c11339937a3dd87b951d512f0673871b2eca5215da8c8" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.07/youtube-dl.exe", + "e0f52c960e811857599520c0fab8a9831061e5b0278710b6504b72f8e2b4c221" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.07/youtube-dl-2014.01.07.tar.gz", + "8becb11ef4f8359bc4e2a9df02bd10d4d6903c9566558710217bb5b7c1b4728f" + ] } } } \ No newline at end of file From 604543e9a1ae521116feafae68259b018417b655 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 7 Jan 2014 08:18:36 +0100 Subject: [PATCH 125/129] release 2014.01.07.1 --- download.html | 18 +++++++++--------- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 90df8fbb2..62633f1ea 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.01.07 (sig)

    +

    2014.01.07.1 (sig)

      -
    • MD5: 03bd06dadfaf120259fc767249b08590
    • -
    • SHA1: cd0547cf46efdb14e311cbdd8119f441ff78a8d2
    • -
    • SHA256: 9b73bd3e428386193f8c11339937a3dd87b951d512f0673871b2eca5215da8c8
    • +
    • MD5: 634364f4ab0ee4863eb06e1ab991a0bd
    • +
    • SHA1: 1366362ffe7f73757ad1505f531d20cdb9d26a97
    • +
    • SHA256: b54936ff255000cd7aaa392279efcb42a4cf45bf85c73c7287a5f6155e40fedb

    - Windows exe (sig - e0f52c960e811857599520c0fab8a9831061e5b0278710b6504b72f8e2b4c221)
    - Full source + docs + binary tarball (sig - 8becb11ef4f8359bc4e2a9df02bd10d4d6903c9566558710217bb5b7c1b4728f) + Windows exe (sig - 160b084ec937d8634bf932d1d883f147ef2267359aff57aa44b7e94d88d4e4f7)
    + Full source + docs + binary tarball (sig - 2c4526f3ca6a8cbd27301539bc55c9b1450d45ab9377d14ff0994f681729204b)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.07/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.01.07.1/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.01.07/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.01.07.1/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.01.07/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.01.07.1/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 f9f364cca..886efd6dd 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -119,6 +119,7 @@
  • Metacritic
  • mixcloud
  • Mofosex
  • +
  • Mpora
  • MTV
  • muzu.tv
  • MySpace
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index bd9802c49..60e66ba9f 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.07 \ No newline at end of file +2014.01.07.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 2dcefb764..b4614691d 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-01-07T05:37:52.495848Z + 2014-01-07T08:18:35.071448Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -2720,4 +2720,19 @@ 2014-01-07T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.07.1 + New version 2014.01.07.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.01.07.1/ +
    +
    + + The youtube-dl maintainers + + 2014-01-07T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index cc0703609..e1ea7100f 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.07", - "signature": "88fdc4dfa074c64a8d2470306836c5341a2683fe79144c1c916a41d4f413dce8e5b65a469b70619a6ab1a80f62a19cff8333f5961549b14a1c157fe26a8c6120ad8e0d02592e6c0563ca24e3bc89e80c0ed47b345f71967faa825e65573393c6eaf4ae5c6358ebac76beb4cd3fdf51a83292598c72d930772ac6ab95259ebcea", + "latest": "2014.01.07.1", + "signature": "66bcdc3f7a7bc7675501267f060133e2da098f9b5fb89f712b5ad81e0b2ef703d63ac78d8634964b302283cf1fcef6c7b9659b79d9c744be77255d87df64f1253afbc0ec5c31194e6cee3c43f74fd8d2469ddd7eb776f2903fb307481a91a5578480f3c7cbe41787d5d4fba406a4e598168f3c21b90bc471217226386c02c8e7", "versions": { "2012.02.22": { "bin": [ @@ -2541,6 +2541,20 @@ "https://yt-dl.org/downloads/2014.01.07/youtube-dl-2014.01.07.tar.gz", "8becb11ef4f8359bc4e2a9df02bd10d4d6903c9566558710217bb5b7c1b4728f" ] + }, + "2014.01.07.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.07.1/youtube-dl", + "b54936ff255000cd7aaa392279efcb42a4cf45bf85c73c7287a5f6155e40fedb" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.07.1/youtube-dl.exe", + "160b084ec937d8634bf932d1d883f147ef2267359aff57aa44b7e94d88d4e4f7" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.07.1/youtube-dl-2014.01.07.1.tar.gz", + "2c4526f3ca6a8cbd27301539bc55c9b1450d45ab9377d14ff0994f681729204b" + ] } } } \ No newline at end of file From fadea0241bd43fa564e125c54822bcc7f6c74cca Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 7 Jan 2014 08:34:43 +0100 Subject: [PATCH 126/129] release 2014.01.07.3 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 62633f1ea..dd7dcf281 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.01.07.1 (sig)

    +

    2014.01.07.3 (sig)

      -
    • MD5: 634364f4ab0ee4863eb06e1ab991a0bd
    • -
    • SHA1: 1366362ffe7f73757ad1505f531d20cdb9d26a97
    • -
    • SHA256: b54936ff255000cd7aaa392279efcb42a4cf45bf85c73c7287a5f6155e40fedb
    • +
    • MD5: 36d173567b5832fa82f11b702f159f9e
    • +
    • SHA1: 4b0f0865dd50e2ff231d8af693851321d13cdb7d
    • +
    • SHA256: 4de1d19bf2dbec5b8d5607fc8dd0567c0374a12d39d5e7c4ac33adbda43ea1da

    - Windows exe (sig - 160b084ec937d8634bf932d1d883f147ef2267359aff57aa44b7e94d88d4e4f7)
    - Full source + docs + binary tarball (sig - 2c4526f3ca6a8cbd27301539bc55c9b1450d45ab9377d14ff0994f681729204b) + Windows exe (sig - 4b085f781260c1e9d67520f86aa50574c4ddbd81cd18ec81dad40ae96b307da7)
    + Full source + docs + binary tarball (sig - e6cee62afab02a6e6ef7bdaeea4da672dfe2c79a12319de8d353d4fd1d6badb2)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.07.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.01.07.3/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.01.07.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.01.07.3/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.01.07.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.01.07.3/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/update/LATEST_VERSION b/update/LATEST_VERSION index 60e66ba9f..29083924b 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.07.1 \ No newline at end of file +2014.01.07.3 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b4614691d..57f9b26ce 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-01-07T08:18:35.071448Z + 2014-01-07T08:33:39.141133Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -2735,4 +2735,19 @@ 2014-01-07T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.07.3 + New version 2014.01.07.3 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.01.07.3/ +
    +
    + + The youtube-dl maintainers + + 2014-01-07T00:00:03Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index e1ea7100f..abb93b838 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.07.1", - "signature": "66bcdc3f7a7bc7675501267f060133e2da098f9b5fb89f712b5ad81e0b2ef703d63ac78d8634964b302283cf1fcef6c7b9659b79d9c744be77255d87df64f1253afbc0ec5c31194e6cee3c43f74fd8d2469ddd7eb776f2903fb307481a91a5578480f3c7cbe41787d5d4fba406a4e598168f3c21b90bc471217226386c02c8e7", + "latest": "2014.01.07.3", + "signature": "920d88a50270ad779e59efa2056896e8dfefe4cb331ab07d2eb6402710f29c21e1898cd54487a4a761df270928fdbf1a00ac653f86d885dde5499d9b84a5a24e37c6f6326114bef6b7396e3f59adb3a3cff29844c2ed1fb8d124eb63a51891d3deef882ff44a9f06a8f59b4aa232745922a23e9612a93fd1e44bc26546f93b45", "versions": { "2012.02.22": { "bin": [ @@ -2555,6 +2555,20 @@ "https://yt-dl.org/downloads/2014.01.07.1/youtube-dl-2014.01.07.1.tar.gz", "2c4526f3ca6a8cbd27301539bc55c9b1450d45ab9377d14ff0994f681729204b" ] + }, + "2014.01.07.3": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.07.3/youtube-dl", + "4de1d19bf2dbec5b8d5607fc8dd0567c0374a12d39d5e7c4ac33adbda43ea1da" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.07.3/youtube-dl.exe", + "4b085f781260c1e9d67520f86aa50574c4ddbd81cd18ec81dad40ae96b307da7" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.07.3/youtube-dl-2014.01.07.3.tar.gz", + "e6cee62afab02a6e6ef7bdaeea4da672dfe2c79a12319de8d353d4fd1d6badb2" + ] } } } \ No newline at end of file From 831eb2bee7539adc1864b6298cb2f3229e1465e8 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 7 Jan 2014 10:13:29 +0100 Subject: [PATCH 127/129] release 2014.01.07.5 --- download.html | 18 +++++++++--------- supportedsites.html | 7 ++++--- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 46 insertions(+), 16 deletions(-) diff --git a/download.html b/download.html index dd7dcf281..91d30550c 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.01.07.3 (sig)

    +

    2014.01.07.5 (sig)

      -
    • MD5: 36d173567b5832fa82f11b702f159f9e
    • -
    • SHA1: 4b0f0865dd50e2ff231d8af693851321d13cdb7d
    • -
    • SHA256: 4de1d19bf2dbec5b8d5607fc8dd0567c0374a12d39d5e7c4ac33adbda43ea1da
    • +
    • MD5: fb4f519ffe9d2c2042c0b8213751ac0a
    • +
    • SHA1: 72b992e76a090d36dc54a0b5a1aad86a90ce1fb8
    • +
    • SHA256: 3b5ad311b9d494a86e47937224566f0fe78b01b70f8ca28dca9df4cabfa3e477

    - Windows exe (sig - 4b085f781260c1e9d67520f86aa50574c4ddbd81cd18ec81dad40ae96b307da7)
    - Full source + docs + binary tarball (sig - e6cee62afab02a6e6ef7bdaeea4da672dfe2c79a12319de8d353d4fd1d6badb2) + Windows exe (sig - 17e88e405d576c2b77cd233f4ed5d2a62845a183d56c8e23914ba20c3842b277)
    + Full source + docs + binary tarball (sig - 15fc68b7d8cdfa19596eded078ba1d8d736bcae40c69ff4382a1e7082c2f6011)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.07.3/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.01.07.5/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.01.07.3/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.01.07.5/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.01.07.3/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.01.07.5/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 886efd6dd..139f8d258 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -37,7 +37,7 @@
  • bambuser:channel
  • Bandcamp
  • Bandcamp:album
  • -
  • Blinkx
  • +
  • blinkx
  • blip.tv:user
  • BlipTV
  • Bloomberg
  • @@ -64,7 +64,7 @@
  • dailymotion:playlist
  • dailymotion:user
  • daum.net
  • -
  • DefenseGouvFr
  • +
  • defense.gouv.fr
  • DepositFiles
  • Dotsub
  • EbaumsWorld
  • @@ -107,6 +107,7 @@
  • Kankan
  • keek
  • KeezMovies
  • +
  • KhanAcademy
  • KickStarter
  • liveleak
  • livestream
  • @@ -119,7 +120,7 @@
  • Metacritic
  • mixcloud
  • Mofosex
  • -
  • Mpora
  • +
  • MPORA
  • MTV
  • muzu.tv
  • MySpace
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 29083924b..05b50f385 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.07.3 \ No newline at end of file +2014.01.07.5 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 57f9b26ce..92f165177 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-01-07T08:33:39.141133Z + 2014-01-07T10:13:27.447895Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -2750,4 +2750,19 @@ 2014-01-07T00:00:03Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.07.5 + New version 2014.01.07.5 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.01.07.5/ +
    +
    + + The youtube-dl maintainers + + 2014-01-07T00:00:05Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index abb93b838..9c73fc18c 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.07.3", - "signature": "920d88a50270ad779e59efa2056896e8dfefe4cb331ab07d2eb6402710f29c21e1898cd54487a4a761df270928fdbf1a00ac653f86d885dde5499d9b84a5a24e37c6f6326114bef6b7396e3f59adb3a3cff29844c2ed1fb8d124eb63a51891d3deef882ff44a9f06a8f59b4aa232745922a23e9612a93fd1e44bc26546f93b45", + "latest": "2014.01.07.5", + "signature": "50b8176e8ee6e3b8de2312d9e26fb5913f576fb67bebc2b332e9bccf818fb403c86b3e7cb75ea543c8a9b75dcac3b3633314a6a732329da57f4e8e1d0fe9a25a24d3b82ae7557966fdd7d5dc1399fc39fe9d7bcdc03de51e2fcf1679219286422d01a9ac7c70319b93e07079476fe93240bfeb8741b487403beb711e4ab4433c", "versions": { "2012.02.22": { "bin": [ @@ -2569,6 +2569,20 @@ "https://yt-dl.org/downloads/2014.01.07.3/youtube-dl-2014.01.07.3.tar.gz", "e6cee62afab02a6e6ef7bdaeea4da672dfe2c79a12319de8d353d4fd1d6badb2" ] + }, + "2014.01.07.5": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.07.5/youtube-dl", + "3b5ad311b9d494a86e47937224566f0fe78b01b70f8ca28dca9df4cabfa3e477" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.07.5/youtube-dl.exe", + "17e88e405d576c2b77cd233f4ed5d2a62845a183d56c8e23914ba20c3842b277" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.07.5/youtube-dl-2014.01.07.5.tar.gz", + "15fc68b7d8cdfa19596eded078ba1d8d736bcae40c69ff4382a1e7082c2f6011" + ] } } } \ No newline at end of file From aeeca4fa5c86a80e0f567a3236cacf3fca0f1d25 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 8 Jan 2014 23:47:26 +0100 Subject: [PATCH 128/129] release 2014.01.08 --- download.html | 18 +++++++++--------- supportedsites.html | 2 ++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 44 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 91d30550c..d6ce3a9b4 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.01.07.5 (sig)

    +

    2014.01.08 (sig)

      -
    • MD5: fb4f519ffe9d2c2042c0b8213751ac0a
    • -
    • SHA1: 72b992e76a090d36dc54a0b5a1aad86a90ce1fb8
    • -
    • SHA256: 3b5ad311b9d494a86e47937224566f0fe78b01b70f8ca28dca9df4cabfa3e477
    • +
    • MD5: 755d0333639fb11e65cb6eb8dea994eb
    • +
    • SHA1: 80d94a9361199ef721b5219004f5ecfefe3e89c3
    • +
    • SHA256: d2e44d9d0c767f5c58517535eebe498847874f501c3cd454f6db61d73d44e457

    - Windows exe (sig - 17e88e405d576c2b77cd233f4ed5d2a62845a183d56c8e23914ba20c3842b277)
    - Full source + docs + binary tarball (sig - 15fc68b7d8cdfa19596eded078ba1d8d736bcae40c69ff4382a1e7082c2f6011) + Windows exe (sig - c8268e0273d3bc283ee68e5c2b2a467536d14b0b8eb82a21600034abd768e7e2)
    + Full source + docs + binary tarball (sig - 9b33c9d034d1fb50234719e5ffff948707944dfe406f376e6fae4cc185910329)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.07.5/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.01.08/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.01.07.5/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.01.08/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.01.07.5/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.01.08/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 139f8d258..2979054ef 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -59,6 +59,7 @@
  • Criterion
  • Crunchyroll
  • CSpan: C-SPAN
  • +
  • culturebox.francetvinfo.fr
  • d8.tv
  • dailymotion
  • dailymotion:playlist
  • @@ -134,6 +135,7 @@
  • nhl.com
  • nhl.com:videocenter: NHL videocenter category
  • niconico: ニコニコ動画
  • +
  • Novamov
  • NowVideo
  • Ooyala
  • ORF
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 05b50f385..55f775f78 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.07.5 \ No newline at end of file +2014.01.08 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 92f165177..6f06d977b 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-01-07T10:13:27.447895Z + 2014-01-08T23:47:24.591519Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -2765,4 +2765,19 @@ 2014-01-07T00:00:05Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.08 + New version 2014.01.08 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.01.08/ +
    +
    + + The youtube-dl maintainers + + 2014-01-08T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 9c73fc18c..6e5601f7b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.07.5", - "signature": "50b8176e8ee6e3b8de2312d9e26fb5913f576fb67bebc2b332e9bccf818fb403c86b3e7cb75ea543c8a9b75dcac3b3633314a6a732329da57f4e8e1d0fe9a25a24d3b82ae7557966fdd7d5dc1399fc39fe9d7bcdc03de51e2fcf1679219286422d01a9ac7c70319b93e07079476fe93240bfeb8741b487403beb711e4ab4433c", + "latest": "2014.01.08", + "signature": "46e6a1e55984f60f5d072e3d1b467dc8bffe35c510b54f205b290b535c9de2a26a3e76a5234cb2ed815a39ea4354c3391cce2d87a830944987669aa98d86909ce992c14b33893bc0999068f7e04f230cc33549c1bdac8ca7da9ba705ab2874aad99b7d302182f97f8f24c403580e34dacf92d6d92860a8f349fc9730aa2240b5", "versions": { "2012.02.22": { "bin": [ @@ -2583,6 +2583,20 @@ "https://yt-dl.org/downloads/2014.01.07.5/youtube-dl-2014.01.07.5.tar.gz", "15fc68b7d8cdfa19596eded078ba1d8d736bcae40c69ff4382a1e7082c2f6011" ] + }, + "2014.01.08": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.08/youtube-dl", + "d2e44d9d0c767f5c58517535eebe498847874f501c3cd454f6db61d73d44e457" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.08/youtube-dl.exe", + "c8268e0273d3bc283ee68e5c2b2a467536d14b0b8eb82a21600034abd768e7e2" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.08/youtube-dl-2014.01.08.tar.gz", + "9b33c9d034d1fb50234719e5ffff948707944dfe406f376e6fae4cc185910329" + ] } } } \ No newline at end of file From c70dcf272155fb15f22215365d4daa3c33bb3cc6 Mon Sep 17 00:00:00 2001 From: blha303 Date: Thu, 16 Jan 2014 09:40:48 +0800 Subject: [PATCH 129/129] Added YouTube format codes --- documentation.html | 23 ++++++++++++++++++++++- style.css | 4 ++++ 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/documentation.html b/documentation.html index 36baae646..f01beae38 100644 --- a/documentation.html +++ b/documentation.html @@ -62,7 +62,28 @@ For a complete list, see the Supported sites p

    YouTube formats

    -

    Using the -f option and other related options, you can specify the video format to be downloaded from YouTube. If you have an order of preference, specify the formats separating them with slashes: -f 22/17/18. Instead of keeping a video format table here, I will refer you to the list of YouTube formats on Wikipedia.

    +

    Using the -f option and other related options, you can specify the video format to be downloaded from YouTube. If you have an order of preference, specify the formats separating them with slashes: -f 22/17/18. The current video format codes are as follows, with thanks to the list of YouTube formats on Wikipedia:

    + +

    Standard formats

    + + + + + + + + +
    itag valueExtensionVideo resolutionVideo encodingVideo bitrate (Mbit/s)Audio encodingAudio bitrate (kbit/s)
    5FLV240pSorenson H.2630.25MP364
    173GP144pMPEG-4 Visual0.5AAC24
    18MP4270p/360pH.2640.5AAC96
    22MP4720pH.2642-3AAC192
    363GP240pMPEG-4 Visual0.175AAC36
    43WebM360pVP80.5Vorbis128
    + +

    3D formats

    + + + + + + + +
    itag valueExtensionVideo resolutionVideo encodingVideo bitrate (Mbit/s)Audio encodingAudio bitrate (kbit/s)
    82MP4360pH.2640.5AAC96
    83MP4240pH.2640.5AAC96
    84MP4720pH.2642-3AAC192
    85MP41080pH.2643-4AAC192
    100WebM360pVP8N/AVorbis128

    Output template

    diff --git a/style.css b/style.css index a76ccffe3..49ce13b10 100644 --- a/style.css +++ b/style.css @@ -90,6 +90,10 @@ p { margin-left: 5%; margin-right: 5%; } +table { + margin-left: 5%; + margin-right: 5%; +} ul { margin-left: 5%; margin-right: 5%;