From d429f1174a3d91a7f60b0edddb155b7e21f01377 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 18 Apr 2013 06:42:52 +0200 Subject: [PATCH 01/18] release 2013.04.18 --- download.html | 24 ++++++++++++++++-------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 49 insertions(+), 12 deletions(-) diff --git a/download.html b/download.html index 39cc46f07..a436947ad 100644 --- a/download.html +++ b/download.html @@ -16,25 +16,33 @@

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

-

2013.04.11 (sig)

+

2013.04.18 (sig)

- Windows exe (sig - 7676aa04bb2a480c63c7821ac99f5fb02b315607779542797b9b75a7e65814cd)
- Full source + docs + binary tarball (sig - c777532107cf70f16bdf1682dba1eca9dab562bb8fbd2603e3b50460e24ff098) + Windows exe (sig - 012b627885af69a32add0e024cbc6add592add669ca88855d43461c3aa7a2830)
+ Full source + docs + binary tarball (sig - f01aaac1fb65da4e47500d473ce5eca6c6e157c7eb84c81219d7bba1eff489af)

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

+ +

You can also use pip: +sudo pip install --upgrade youtube_dl +

+

+This command will update youtube-dl if you have already installed it. +See the pypi page for more information.

To check the signature, type: -sudo wget http://youtube-dl.org/downloads/2013.04.11/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.04.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 b522ccff9..6654bc1bb 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.04.11 \ No newline at end of file +2013.04.18 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 01c012605..21f797bfb 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-04-11T18:49:36.299790 + 2013-04-18T06:42:52.058203 youtube-dl-2012.02.22 @@ -259,4 +259,19 @@ 2013-04-11 + + youtube-dl-2013.04.18 + New version 2013.04.18 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.04.18/ +
+
+ + The youtube-dl maintainers + + 2013-04-18 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 08236a3de..919540342 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.04.11", - "signature": "0d49ff21d32ae27f10e98b7d418c883f47ba83a90fe7fc36c120d22d3a8fa187c792cf5d6d5b6ce0acc6e1842e4bfbd6287ac592f8f6278a305b4931a9cc84354c7158fa18d25d829366ba17900907b80100d9c96686d94be5d62fb624cdb1f2fb0c45d98ebe6d7fb46001e0f8b824d67a55c86e1a5e24abce75af86ef12b4bd", + "latest": "2013.04.18", + "signature": "178e297b3d82a8a06aacf23424ffe20b3a21b8d036ecaa80c109097133b946a7a13a39ec421b05827563da35b0883f51196c0bc349f22f8b51b9db2062657ed8df832eeb11ea362f112739bf7dce3b61423ffc194f6c81c120357da57c8b0f4eb081b52c9620cadf3bca9e0d8c5c46814b0b23eec7de829760d3126a1d5b1aa4", "versions": { "2012.02.22": { "bin": [ @@ -242,6 +242,20 @@ "http://youtube-dl.org/downloads/2013.04.11/youtube-dl-2013.04.11.tar.gz", "c777532107cf70f16bdf1682dba1eca9dab562bb8fbd2603e3b50460e24ff098" ] + }, + "2013.04.18": { + "bin": [ + "http://youtube-dl.org/downloads/2013.04.18/youtube-dl", + "485171b55114981a89137022dbbdc122d358f087d670eab680718fa468ae488d" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.04.18/youtube-dl.exe", + "012b627885af69a32add0e024cbc6add592add669ca88855d43461c3aa7a2830" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.04.18/youtube-dl-2013.04.18.tar.gz", + "f01aaac1fb65da4e47500d473ce5eca6c6e157c7eb84c81219d7bba1eff489af" + ] } } } \ No newline at end of file From d8330e5a1dad5ffff2b2413a8fc31a710bab66dd Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 21 Apr 2013 13:00:36 +0200 Subject: [PATCH 02/18] release 2013.04.21 --- 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 a436947ad..86820d38b 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.04.18 (sig)

+

2013.04.21 (sig)

- Windows exe (sig - 012b627885af69a32add0e024cbc6add592add669ca88855d43461c3aa7a2830)
- Full source + docs + binary tarball (sig - f01aaac1fb65da4e47500d473ce5eca6c6e157c7eb84c81219d7bba1eff489af) + Windows exe (sig - 6d92c0574fc0421aebd47e784bf513a14d52d92e72a285da08a614911c8e6d83)
+ Full source + docs + binary tarball (sig - 2b69325eb06fec89acb9d82dab87ceb4d97ab5b3d1e98ebd16aae241b78fa100)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.04.18/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.04.21/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.04.18/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.04.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/update/LATEST_VERSION b/update/LATEST_VERSION index 6654bc1bb..bff5d78fb 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.04.18 \ No newline at end of file +2013.04.21 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 21f797bfb..d79f99a1b 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-04-18T06:42:52.058203 + 2013-04-21T13:00:36.142600 youtube-dl-2012.02.22 @@ -274,4 +274,19 @@ 2013-04-18 + + youtube-dl-2013.04.21 + New version 2013.04.21 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.04.21/ +
+
+ + The youtube-dl maintainers + + 2013-04-21 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 919540342..0c9acd0fd 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.04.18", - "signature": "178e297b3d82a8a06aacf23424ffe20b3a21b8d036ecaa80c109097133b946a7a13a39ec421b05827563da35b0883f51196c0bc349f22f8b51b9db2062657ed8df832eeb11ea362f112739bf7dce3b61423ffc194f6c81c120357da57c8b0f4eb081b52c9620cadf3bca9e0d8c5c46814b0b23eec7de829760d3126a1d5b1aa4", + "latest": "2013.04.21", + "signature": "617fa225a4350d8e04a339f260e50c3d6390a9d1731b7b67e43e8c35207f8a00f3d6aaf77b1060fd923ec13f1901bf1f21815feacc6991fcdb7144ead1041ab5f43a54a61181bdfd9237b1fb552975cc0cf6711a5643add4533c9e4bee652f9388f2e882a8c014c7dfb884c1039c55f3ba2f6fd5e7befe426fbcc1e57ab139db", "versions": { "2012.02.22": { "bin": [ @@ -256,6 +256,20 @@ "http://youtube-dl.org/downloads/2013.04.18/youtube-dl-2013.04.18.tar.gz", "f01aaac1fb65da4e47500d473ce5eca6c6e157c7eb84c81219d7bba1eff489af" ] + }, + "2013.04.21": { + "bin": [ + "http://youtube-dl.org/downloads/2013.04.21/youtube-dl", + "1068a46d67b745b46f1f64d46cc976216b4c117eeb1959be656bcb8f85af91bb" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.04.21/youtube-dl.exe", + "6d92c0574fc0421aebd47e784bf513a14d52d92e72a285da08a614911c8e6d83" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.04.21/youtube-dl-2013.04.21.tar.gz", + "2b69325eb06fec89acb9d82dab87ceb4d97ab5b3d1e98ebd16aae241b78fa100" + ] } } } \ No newline at end of file From fa6bc20e2322905a6303fb1848865f095ef02887 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 22 Apr 2013 20:37:04 +0200 Subject: [PATCH 03/18] release 2013.04.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 86820d38b..1962f0034 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.04.21 (sig)

+

2013.04.22 (sig)

    -
  • MD5: 30eb469c9d574847fd6f7d69a122bb1c
  • -
  • SHA1: fe0f39dc096456a0d3ba14bfcbc9b56fdc4f3a23
  • -
  • SHA256: 1068a46d67b745b46f1f64d46cc976216b4c117eeb1959be656bcb8f85af91bb
  • +
  • MD5: 6b02ae808dc95993900e020feb5bc580
  • +
  • SHA1: d56e98982eca97bc51529c9fdc101c9e7b3b4de5
  • +
  • SHA256: 3ce523ffa87337b7d5641c85fcc5d569ae665648c5364ddddfb7d313e13df735

- Windows exe (sig - 6d92c0574fc0421aebd47e784bf513a14d52d92e72a285da08a614911c8e6d83)
- Full source + docs + binary tarball (sig - 2b69325eb06fec89acb9d82dab87ceb4d97ab5b3d1e98ebd16aae241b78fa100) + Windows exe (sig - 434c20531f513fddfb969268df9a912d4dbc3ee5978dc91031d43696258c327c)
+ Full source + docs + binary tarball (sig - 51456555c8b8f116bf738e60fdf2eb3cf75e441e3150195ab3a0182eab4c29d3)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.04.21/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.04.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.04.21/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.04.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 bff5d78fb..1fa36448a 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.04.21 \ No newline at end of file +2013.04.22 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index d79f99a1b..15d181d84 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-04-21T13:00:36.142600 + 2013-04-22T20:37:04.422238 youtube-dl-2012.02.22 @@ -289,4 +289,19 @@ 2013-04-21 + + youtube-dl-2013.04.22 + New version 2013.04.22 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.04.22/ +
+
+ + The youtube-dl maintainers + + 2013-04-22 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 0c9acd0fd..684935477 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.04.21", - "signature": "617fa225a4350d8e04a339f260e50c3d6390a9d1731b7b67e43e8c35207f8a00f3d6aaf77b1060fd923ec13f1901bf1f21815feacc6991fcdb7144ead1041ab5f43a54a61181bdfd9237b1fb552975cc0cf6711a5643add4533c9e4bee652f9388f2e882a8c014c7dfb884c1039c55f3ba2f6fd5e7befe426fbcc1e57ab139db", + "latest": "2013.04.22", + "signature": "36e5f5ab5b78987174bf75180aee9c33111b7b759791c4eb789473511f6b97823e9045e6ec16508f90bf057f74ef7601c2fe062ada24b182203ac5513d318e6ca0773dbdaffa0abf0fc80983f32b358fb3744fdeb9dcbb9b259a1adb1e75bf06412cdf87630c2eaf4469a0697d52a350ba828a8b3ecd7171ad179a0e5a64cd08", "versions": { "2012.02.22": { "bin": [ @@ -270,6 +270,20 @@ "http://youtube-dl.org/downloads/2013.04.21/youtube-dl-2013.04.21.tar.gz", "2b69325eb06fec89acb9d82dab87ceb4d97ab5b3d1e98ebd16aae241b78fa100" ] + }, + "2013.04.22": { + "bin": [ + "http://youtube-dl.org/downloads/2013.04.22/youtube-dl", + "3ce523ffa87337b7d5641c85fcc5d569ae665648c5364ddddfb7d313e13df735" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.04.22/youtube-dl.exe", + "434c20531f513fddfb969268df9a912d4dbc3ee5978dc91031d43696258c327c" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.04.22/youtube-dl-2013.04.22.tar.gz", + "51456555c8b8f116bf738e60fdf2eb3cf75e441e3150195ab3a0182eab4c29d3" + ] } } } \ No newline at end of file From 3bd90071be3843404d30dc4b5730dc4a33856607 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Marqui=CC=81nez=20Ferra=CC=81ndiz?= Date: Tue, 23 Apr 2013 10:29:39 +0200 Subject: [PATCH 04/18] Document order of preference for format selection (related #798) --- documentation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation.html b/documentation.html index 97eb9f8ba..44ba80aa1 100644 --- a/documentation.html +++ b/documentation.html @@ -96,7 +96,7 @@ For a complete list, execute youtube-dl --list-extractors.

YouTube formats

-

Using the -f option and other related options, you can specify the video format to be downloaded from YouTube. 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. Instead of keeping a video format table here, I will refer you to the list of YouTube formats on Wikipedia.

Output template

From bb6dfb95532a37471cc2572b11ce043563fcfda4 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sat, 27 Apr 2013 21:59:15 +0200 Subject: [PATCH 05/18] Add note about -t by default --- update/versions.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update/versions.json b/update/versions.json index 684935477..d15e66653 100644 --- a/update/versions.json +++ b/update/versions.json @@ -283,7 +283,8 @@ "tar": [ "http://youtube-dl.org/downloads/2013.04.22/youtube-dl-2013.04.22.tar.gz", "51456555c8b8f116bf738e60fdf2eb3cf75e441e3150195ab3a0182eab4c29d3" - ] + ], + "notes": ["Starting with youtube-dl 2013.4.28, --title is the default. Pass in --id to get the old behavior."] } } } \ No newline at end of file From 81c8e577ae77747d325f4ed733a6d5d4ff561426 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 28 Apr 2013 16:15:14 +0200 Subject: [PATCH 06/18] release 2013.04.27 --- download.html | 16 ++++++++-------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 24 ++++++++++++++++++++---- 4 files changed, 45 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index 1962f0034..ab0737a77 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.04.22 (sig)

+

2013.04.27 (sig)

    -
  • MD5: 6b02ae808dc95993900e020feb5bc580
  • -
  • SHA1: d56e98982eca97bc51529c9fdc101c9e7b3b4de5
  • -
  • SHA256: 3ce523ffa87337b7d5641c85fcc5d569ae665648c5364ddddfb7d313e13df735
  • +
  • MD5: 0a1fba6011f0b9f732a56bff8f6c4673
  • +
  • SHA1: c1ea000a173828de04992bc3d05eff109438b14d
  • +
  • SHA256: de8dfd2194a3c0d9a5cc5bdf2b6afcdec0070d76ac7507774ea4d30ea568177d

- Windows exe (sig - 434c20531f513fddfb969268df9a912d4dbc3ee5978dc91031d43696258c327c)
- Full source + docs + binary tarball (sig - 51456555c8b8f116bf738e60fdf2eb3cf75e441e3150195ab3a0182eab4c29d3) + Windows exe (sig - 6e51da3256378c855d6fc7c16b53529b7a203e0a31235e3fca488bb61af01454)
+ Full source + docs + binary tarball (sig - 4f925fe414cb6fbfbd20557f768355c0c4d3de2d51136b424be98bf61dbb36b3)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.04.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.04.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.04.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.04.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 1fa36448a..5cf7f8e72 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.04.22 \ No newline at end of file +2013.04.27 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 15d181d84..441e75c0c 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-04-22T20:37:04.422238 + 2013-04-28T16:15:13.492882 youtube-dl-2012.02.22 @@ -304,4 +304,19 @@ 2013-04-22 + + youtube-dl-2013.04.27 + New version 2013.04.27 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.04.27/ +
+
+ + The youtube-dl maintainers + + 2013-04-27 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index d15e66653..1a5050a88 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.04.22", - "signature": "36e5f5ab5b78987174bf75180aee9c33111b7b759791c4eb789473511f6b97823e9045e6ec16508f90bf057f74ef7601c2fe062ada24b182203ac5513d318e6ca0773dbdaffa0abf0fc80983f32b358fb3744fdeb9dcbb9b259a1adb1e75bf06412cdf87630c2eaf4469a0697d52a350ba828a8b3ecd7171ad179a0e5a64cd08", + "latest": "2013.04.27", + "signature": "010427dd8d0a478cb730730b09f01aa5b4c2597c8dcd33af2906fe1a6bfa4b393e2d173d798ffb594598fcfe39b7e3d6bb4d8900a44c8d3bcf76d3f338eaad441195427dfdbf80778344b8a9b110ff0b8eb2072a542ff2c543b8a723490dbee1738147972225359bd698741af02bcb162660b3af3ea3fa9c6ed121a0c8c73c82", "versions": { "2012.02.22": { "bin": [ @@ -280,11 +280,27 @@ "http://youtube-dl.org/downloads/2013.04.22/youtube-dl.exe", "434c20531f513fddfb969268df9a912d4dbc3ee5978dc91031d43696258c327c" ], + "notes": [ + "Starting with youtube-dl 2013.4.28, --title is the default. Pass in --id to get the old behavior." + ], "tar": [ "http://youtube-dl.org/downloads/2013.04.22/youtube-dl-2013.04.22.tar.gz", "51456555c8b8f116bf738e60fdf2eb3cf75e441e3150195ab3a0182eab4c29d3" - ], - "notes": ["Starting with youtube-dl 2013.4.28, --title is the default. Pass in --id to get the old behavior."] + ] + }, + "2013.04.27": { + "bin": [ + "http://youtube-dl.org/downloads/2013.04.27/youtube-dl", + "de8dfd2194a3c0d9a5cc5bdf2b6afcdec0070d76ac7507774ea4d30ea568177d" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.04.27/youtube-dl.exe", + "6e51da3256378c855d6fc7c16b53529b7a203e0a31235e3fca488bb61af01454" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.04.27/youtube-dl-2013.04.27.tar.gz", + "4f925fe414cb6fbfbd20557f768355c0c4d3de2d51136b424be98bf61dbb36b3" + ] } } } \ No newline at end of file From 4fd463e86cb74e6b3a93656ed5907801b990048e Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 28 Apr 2013 16:22:55 +0200 Subject: [PATCH 07/18] Disable notes --- update/versions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update/versions.json b/update/versions.json index 1a5050a88..d70e69ea8 100644 --- a/update/versions.json +++ b/update/versions.json @@ -280,7 +280,7 @@ "http://youtube-dl.org/downloads/2013.04.22/youtube-dl.exe", "434c20531f513fddfb969268df9a912d4dbc3ee5978dc91031d43696258c327c" ], - "notes": [ + "notes_disabled_see_46a127eecbd3aac52b063ff11813cc7994160e27": [ "Starting with youtube-dl 2013.4.28, --title is the default. Pass in --id to get the old behavior." ], "tar": [ From abcefe99a161758e86792bf57712615885c00a65 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 28 Apr 2013 16:35:35 +0200 Subject: [PATCH 08/18] release 2013.04.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 ab0737a77..30fa17543 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.04.27 (sig)

+

2013.04.28 (sig)

    -
  • MD5: 0a1fba6011f0b9f732a56bff8f6c4673
  • -
  • SHA1: c1ea000a173828de04992bc3d05eff109438b14d
  • -
  • SHA256: de8dfd2194a3c0d9a5cc5bdf2b6afcdec0070d76ac7507774ea4d30ea568177d
  • +
  • MD5: 0ba241fef4e7e3bc2f5ab80f16c8896e
  • +
  • SHA1: bca2dd79e818ac60b4dabe817ebecd2b65d7bd1d
  • +
  • SHA256: eb91097ae41fe21d7190dccaaf5d86f72b19c35f9d752f1d8988d308426abcce

- Windows exe (sig - 6e51da3256378c855d6fc7c16b53529b7a203e0a31235e3fca488bb61af01454)
- Full source + docs + binary tarball (sig - 4f925fe414cb6fbfbd20557f768355c0c4d3de2d51136b424be98bf61dbb36b3) + Windows exe (sig - 5483c8038c86b4dbe8c1de876f8bfd5f3ebfa77be7d4c87fd8a00780057c8a01)
+ Full source + docs + binary tarball (sig - c5e160c18bb6bd95168535873f89139e4b1098f73bf158f8b9886075d3f6507d)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.04.27/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.04.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 http://youtube-dl.org/downloads/2013.04.27/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.04.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 5cf7f8e72..ddc3ec7a9 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.04.27 \ No newline at end of file +2013.04.28 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 441e75c0c..4e65993ad 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-04-28T16:15:13.492882 + 2013-04-28T16:35:34.503144 youtube-dl-2012.02.22 @@ -319,4 +319,19 @@ 2013-04-27 + + youtube-dl-2013.04.28 + New version 2013.04.28 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.04.28/ +
+
+ + The youtube-dl maintainers + + 2013-04-28 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index d70e69ea8..7bac56b84 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.04.27", - "signature": "010427dd8d0a478cb730730b09f01aa5b4c2597c8dcd33af2906fe1a6bfa4b393e2d173d798ffb594598fcfe39b7e3d6bb4d8900a44c8d3bcf76d3f338eaad441195427dfdbf80778344b8a9b110ff0b8eb2072a542ff2c543b8a723490dbee1738147972225359bd698741af02bcb162660b3af3ea3fa9c6ed121a0c8c73c82", + "latest": "2013.04.28", + "signature": "748cbe6c41b46fdd728851036b2c2070f25aa1a9dfd047f0bfbe5896c527b370d291da9262ee4217be41cdf6635a404bac50675dc3e3ff71e3ea71f73adf98036af87229dde1d166793603b38b79b5d229f4676c461fe4758b8c3c10c42f538c93844240185cab9fd3fedc92bc0ca36d258fa964ece939262d2753c5c207aa51", "versions": { "2012.02.22": { "bin": [ @@ -301,6 +301,20 @@ "http://youtube-dl.org/downloads/2013.04.27/youtube-dl-2013.04.27.tar.gz", "4f925fe414cb6fbfbd20557f768355c0c4d3de2d51136b424be98bf61dbb36b3" ] + }, + "2013.04.28": { + "bin": [ + "http://youtube-dl.org/downloads/2013.04.28/youtube-dl", + "eb91097ae41fe21d7190dccaaf5d86f72b19c35f9d752f1d8988d308426abcce" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.04.28/youtube-dl.exe", + "5483c8038c86b4dbe8c1de876f8bfd5f3ebfa77be7d4c87fd8a00780057c8a01" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.04.28/youtube-dl-2013.04.28.tar.gz", + "c5e160c18bb6bd95168535873f89139e4b1098f73bf158f8b9886075d3f6507d" + ] } } } \ No newline at end of file From 532122da0f13461d88e0a46a97a1c415305df079 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 30 Apr 2013 18:27:06 +0200 Subject: [PATCH 09/18] release 2013.04.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 30fa17543..b43c95c58 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.04.28 (sig)

+

2013.04.30 (sig)

    -
  • MD5: 0ba241fef4e7e3bc2f5ab80f16c8896e
  • -
  • SHA1: bca2dd79e818ac60b4dabe817ebecd2b65d7bd1d
  • -
  • SHA256: eb91097ae41fe21d7190dccaaf5d86f72b19c35f9d752f1d8988d308426abcce
  • +
  • MD5: 4f619fc75d3bc9a5ea7c878a72dbc3c5
  • +
  • SHA1: 5dcef23923f5783b0bf4aec22d97af01bb89166b
  • +
  • SHA256: 0a6c666d521ee301ed660070a1e96519e61626abc4ec70f364d1e570c52fed66

- Windows exe (sig - 5483c8038c86b4dbe8c1de876f8bfd5f3ebfa77be7d4c87fd8a00780057c8a01)
- Full source + docs + binary tarball (sig - c5e160c18bb6bd95168535873f89139e4b1098f73bf158f8b9886075d3f6507d) + Windows exe (sig - 78c2e7f5f131eca131894891b3527eb0a2a0bddb55d247d73ce77e070231390a)
+ Full source + docs + binary tarball (sig - bb09c66acfc837fdae0d2b7be2d4b952edb3abdc08947d7396f01edeb9e9da48)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.04.28/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.04.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 http://youtube-dl.org/downloads/2013.04.28/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.04.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 ddc3ec7a9..a78c0804f 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.04.28 \ No newline at end of file +2013.04.30 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 4e65993ad..90fc00e58 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-04-28T16:35:34.503144 + 2013-04-30T18:27:05.782724 youtube-dl-2012.02.22 @@ -334,4 +334,19 @@ 2013-04-28 + + youtube-dl-2013.04.30 + New version 2013.04.30 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.04.30/ +
+
+ + The youtube-dl maintainers + + 2013-04-30 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 7bac56b84..635695d2c 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.04.28", - "signature": "748cbe6c41b46fdd728851036b2c2070f25aa1a9dfd047f0bfbe5896c527b370d291da9262ee4217be41cdf6635a404bac50675dc3e3ff71e3ea71f73adf98036af87229dde1d166793603b38b79b5d229f4676c461fe4758b8c3c10c42f538c93844240185cab9fd3fedc92bc0ca36d258fa964ece939262d2753c5c207aa51", + "latest": "2013.04.30", + "signature": "1be7bf995d46a3de722ced32e4566d8a1b0d7159d9646ab46fcf885f1cde317e9853c43474fc336a2e4d0b6926f9194670d1bfd2adb1947693351b4a02febdb740adc15eda9be6463be18860ebed8ffd678e218f17030e5e14002bb403ab52904d559c59df74619268f1ea4e8be2aab1492451938e9b872d76a69d546c679141", "versions": { "2012.02.22": { "bin": [ @@ -315,6 +315,20 @@ "http://youtube-dl.org/downloads/2013.04.28/youtube-dl-2013.04.28.tar.gz", "c5e160c18bb6bd95168535873f89139e4b1098f73bf158f8b9886075d3f6507d" ] + }, + "2013.04.30": { + "bin": [ + "http://youtube-dl.org/downloads/2013.04.30/youtube-dl", + "0a6c666d521ee301ed660070a1e96519e61626abc4ec70f364d1e570c52fed66" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.04.30/youtube-dl.exe", + "78c2e7f5f131eca131894891b3527eb0a2a0bddb55d247d73ce77e070231390a" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.04.30/youtube-dl-2013.04.30.tar.gz", + "bb09c66acfc837fdae0d2b7be2d4b952edb3abdc08947d7396f01edeb9e9da48" + ] } } } \ No newline at end of file From ff99565e9b30357259e557efd2f22bcbc40ca116 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 30 Apr 2013 19:56:24 +0200 Subject: [PATCH 10/18] release 2013.04.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 b43c95c58..7af5dc63d 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.04.30 (sig)

+

2013.04.31 (sig)

    -
  • MD5: 4f619fc75d3bc9a5ea7c878a72dbc3c5
  • -
  • SHA1: 5dcef23923f5783b0bf4aec22d97af01bb89166b
  • -
  • SHA256: 0a6c666d521ee301ed660070a1e96519e61626abc4ec70f364d1e570c52fed66
  • +
  • MD5: bc18802496893a40dbdebcb0d20d590e
  • +
  • SHA1: bddf8a86f70bdc36513d3fe960b14a9693ee5907
  • +
  • SHA256: 0f7a69460db9f1384d974bd2fc0a232ed089b0a6b0de4a8a45b241aef36b9936

- Windows exe (sig - 78c2e7f5f131eca131894891b3527eb0a2a0bddb55d247d73ce77e070231390a)
- Full source + docs + binary tarball (sig - bb09c66acfc837fdae0d2b7be2d4b952edb3abdc08947d7396f01edeb9e9da48) + Windows exe (sig - 676641b9fb3896f764c69253f6c7435cc0169274dff6e41237722b6389948eab)
+ Full source + docs + binary tarball (sig - 42c2e7689f0efc7c9e35d2377ea49dcf572601efe41bc0d6a639488585bbbb50)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.04.30/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.04.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.04.30/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.04.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 a78c0804f..c8481c79b 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.04.30 \ No newline at end of file +2013.04.31 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 90fc00e58..76b0ce270 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-04-30T18:27:05.782724 + 2013-04-30T19:56:24.081643 youtube-dl-2012.02.22 @@ -349,4 +349,19 @@ 2013-04-30 + + youtube-dl-2013.04.31 + New version 2013.04.31 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.04.31/ +
+
+ + The youtube-dl maintainers + + 2013-04-31 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 635695d2c..4fe2ba611 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.04.30", - "signature": "1be7bf995d46a3de722ced32e4566d8a1b0d7159d9646ab46fcf885f1cde317e9853c43474fc336a2e4d0b6926f9194670d1bfd2adb1947693351b4a02febdb740adc15eda9be6463be18860ebed8ffd678e218f17030e5e14002bb403ab52904d559c59df74619268f1ea4e8be2aab1492451938e9b872d76a69d546c679141", + "latest": "2013.04.31", + "signature": "5af915abad8ad40b6e5f1275aab26ab66058f83f8d0fa42aeb5fef0040659e12a852b8cb4121be73925e4df0ea956011a25ea2d7ca712f9fe97a652f100560571cf9fdd2c7edbf8f0e2ce246cd2eb54e46159730612746074955a5c23ce2e9e406e45704b368e4f245f3079a3aae0e8b7b79ef30bfaf0d9585ca9646e3f62ff7", "versions": { "2012.02.22": { "bin": [ @@ -329,6 +329,20 @@ "http://youtube-dl.org/downloads/2013.04.30/youtube-dl-2013.04.30.tar.gz", "bb09c66acfc837fdae0d2b7be2d4b952edb3abdc08947d7396f01edeb9e9da48" ] + }, + "2013.04.31": { + "bin": [ + "http://youtube-dl.org/downloads/2013.04.31/youtube-dl", + "0f7a69460db9f1384d974bd2fc0a232ed089b0a6b0de4a8a45b241aef36b9936" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.04.31/youtube-dl.exe", + "676641b9fb3896f764c69253f6c7435cc0169274dff6e41237722b6389948eab" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.04.31/youtube-dl-2013.04.31.tar.gz", + "42c2e7689f0efc7c9e35d2377ea49dcf572601efe41bc0d6a639488585bbbb50" + ] } } } \ No newline at end of file From bb224c7c7855f9b002f7e72ef5823293ea20c9cf Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 1 May 2013 14:11:35 +0200 Subject: [PATCH 11/18] release 2013.05.01 --- 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 7af5dc63d..5d3c6a060 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.04.31 (sig)

+

2013.05.01 (sig)

    -
  • MD5: bc18802496893a40dbdebcb0d20d590e
  • -
  • SHA1: bddf8a86f70bdc36513d3fe960b14a9693ee5907
  • -
  • SHA256: 0f7a69460db9f1384d974bd2fc0a232ed089b0a6b0de4a8a45b241aef36b9936
  • +
  • MD5: e6bf1c3bf72d0ba8e4f9a4e3acb3ed35
  • +
  • SHA1: b6e0925e38eb222e3778f755f31f51e79512f938
  • +
  • SHA256: 6ade090ffdfe057d09e1a0b62075fb8924a20738035e78818f8c679cdae5cdcf

- Windows exe (sig - 676641b9fb3896f764c69253f6c7435cc0169274dff6e41237722b6389948eab)
- Full source + docs + binary tarball (sig - 42c2e7689f0efc7c9e35d2377ea49dcf572601efe41bc0d6a639488585bbbb50) + Windows exe (sig - 9f30264f99a298a1e40af3c64679228507a8a58ccecbe498801002e4bd60134c)
+ Full source + docs + binary tarball (sig - 6e4f9e74fa8a1c5924a393150e0ee7013851450cd7f08c474ee17de2a19f762d)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.04.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.05.01/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.04.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.05.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 c8481c79b..b6c9f82f7 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.04.31 \ No newline at end of file +2013.05.01 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 76b0ce270..c34fcd648 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-04-30T19:56:24.081643 + 2013-05-01T14:11:34.933645 youtube-dl-2012.02.22 @@ -364,4 +364,19 @@ 2013-04-31 + + youtube-dl-2013.05.01 + New version 2013.05.01 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.05.01/ +
+
+ + The youtube-dl maintainers + + 2013-05-01 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 4fe2ba611..9660d2d48 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.04.31", - "signature": "5af915abad8ad40b6e5f1275aab26ab66058f83f8d0fa42aeb5fef0040659e12a852b8cb4121be73925e4df0ea956011a25ea2d7ca712f9fe97a652f100560571cf9fdd2c7edbf8f0e2ce246cd2eb54e46159730612746074955a5c23ce2e9e406e45704b368e4f245f3079a3aae0e8b7b79ef30bfaf0d9585ca9646e3f62ff7", + "latest": "2013.05.01", + "signature": "16f00b0f1551345d445b4df57e018409e2e2ff9686e88485cadae794322b97d8a911b928bb99d36a7d51ea9488c875991f2d46bdfa745f14d711ad629d62621c329f7a73323a53b481b836c4df3e949a6fbc8909aa2a660c1729461261ebbd998efc42cdffcd43ec351bc45495022ce678f667308f002d6ef38e172d3472a210", "versions": { "2012.02.22": { "bin": [ @@ -343,6 +343,20 @@ "http://youtube-dl.org/downloads/2013.04.31/youtube-dl-2013.04.31.tar.gz", "42c2e7689f0efc7c9e35d2377ea49dcf572601efe41bc0d6a639488585bbbb50" ] + }, + "2013.05.01": { + "bin": [ + "http://youtube-dl.org/downloads/2013.05.01/youtube-dl", + "6ade090ffdfe057d09e1a0b62075fb8924a20738035e78818f8c679cdae5cdcf" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.05.01/youtube-dl.exe", + "9f30264f99a298a1e40af3c64679228507a8a58ccecbe498801002e4bd60134c" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.05.01/youtube-dl-2013.05.01.tar.gz", + "6e4f9e74fa8a1c5924a393150e0ee7013851450cd7f08c474ee17de2a19f762d" + ] } } } \ No newline at end of file From 8a42178a6a6b4841979453a61fbf142f031f19ad Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sat, 4 May 2013 07:17:52 +0200 Subject: [PATCH 12/18] release 2013.05.04 --- 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 5d3c6a060..7f807c856 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.05.01 (sig)

+

2013.05.04 (sig)

    -
  • MD5: e6bf1c3bf72d0ba8e4f9a4e3acb3ed35
  • -
  • SHA1: b6e0925e38eb222e3778f755f31f51e79512f938
  • -
  • SHA256: 6ade090ffdfe057d09e1a0b62075fb8924a20738035e78818f8c679cdae5cdcf
  • +
  • MD5: c3e157e327ac7a7d380c705fa0f3e7ad
  • +
  • SHA1: a406fec1a8e4c92591f6f499ba02b65ff15659d7
  • +
  • SHA256: 5787541723eedeae5e5bf3bad6b54065a676f6ead9adac700b59eae898f92995

- Windows exe (sig - 9f30264f99a298a1e40af3c64679228507a8a58ccecbe498801002e4bd60134c)
- Full source + docs + binary tarball (sig - 6e4f9e74fa8a1c5924a393150e0ee7013851450cd7f08c474ee17de2a19f762d) + Windows exe (sig - 7523fdbbf262e58635c35f8bc905b5cfd4877cbcb7e40367e06ad3f85656b1ea)
+ Full source + docs + binary tarball (sig - bdd61463b9ba7820fa97fd2b4c4bc57b7191261bb2f3ff31cf61b6b53e389894)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.05.01/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.05.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 http://youtube-dl.org/downloads/2013.05.01/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.05.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 b6c9f82f7..523cd1e6c 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.05.01 \ No newline at end of file +2013.05.04 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index c34fcd648..06f2034d1 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-05-01T14:11:34.933645 + 2013-05-04T07:17:51.992097 youtube-dl-2012.02.22 @@ -379,4 +379,19 @@ 2013-05-01 + + youtube-dl-2013.05.04 + New version 2013.05.04 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.05.04/ +
+
+ + The youtube-dl maintainers + + 2013-05-04 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 9660d2d48..fc532bac1 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.05.01", - "signature": "16f00b0f1551345d445b4df57e018409e2e2ff9686e88485cadae794322b97d8a911b928bb99d36a7d51ea9488c875991f2d46bdfa745f14d711ad629d62621c329f7a73323a53b481b836c4df3e949a6fbc8909aa2a660c1729461261ebbd998efc42cdffcd43ec351bc45495022ce678f667308f002d6ef38e172d3472a210", + "latest": "2013.05.04", + "signature": "04197a94703acca5a8f6839ebb647731afd63b8ecb77da3f6c6c4f79b8c2f41cbc18cde75ac1252f3f5a5a6947a60f687620795787be5bf90a964e76ef418b84a7475fa4ddcabbd9c247e840c8e0be5d1f75eca04d4370c6c802c2afdbf389f0984e7dd67a41c6e2f6e650a9b29723617b3639904ad1844a57c639b2e3de8f6a", "versions": { "2012.02.22": { "bin": [ @@ -357,6 +357,20 @@ "http://youtube-dl.org/downloads/2013.05.01/youtube-dl-2013.05.01.tar.gz", "6e4f9e74fa8a1c5924a393150e0ee7013851450cd7f08c474ee17de2a19f762d" ] + }, + "2013.05.04": { + "bin": [ + "http://youtube-dl.org/downloads/2013.05.04/youtube-dl", + "5787541723eedeae5e5bf3bad6b54065a676f6ead9adac700b59eae898f92995" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.05.04/youtube-dl.exe", + "7523fdbbf262e58635c35f8bc905b5cfd4877cbcb7e40367e06ad3f85656b1ea" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.05.04/youtube-dl-2013.05.04.tar.gz", + "bdd61463b9ba7820fa97fd2b4c4bc57b7191261bb2f3ff31cf61b6b53e389894" + ] } } } \ No newline at end of file From 4fd46f801565ddcae735a2d64b0525e7a5674631 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sat, 4 May 2013 12:34:53 +0200 Subject: [PATCH 13/18] release 2013.05.05 --- 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 7f807c856..ee3c12c87 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.05.04 (sig)

+

2013.05.05 (sig)

    -
  • MD5: c3e157e327ac7a7d380c705fa0f3e7ad
  • -
  • SHA1: a406fec1a8e4c92591f6f499ba02b65ff15659d7
  • -
  • SHA256: 5787541723eedeae5e5bf3bad6b54065a676f6ead9adac700b59eae898f92995
  • +
  • MD5: 2d5032e9dd2e00fdb690f91b44f33916
  • +
  • SHA1: 97264978ffbc0a7afc7a4519d001d4ac19e04c8b
  • +
  • SHA256: 0a27058c5f40f7a119783815d98adc775e063dcf59ad9dcab63234cd54697b1b

- Windows exe (sig - 7523fdbbf262e58635c35f8bc905b5cfd4877cbcb7e40367e06ad3f85656b1ea)
- Full source + docs + binary tarball (sig - bdd61463b9ba7820fa97fd2b4c4bc57b7191261bb2f3ff31cf61b6b53e389894) + Windows exe (sig - 6c10389e6c88fc0516988df8145710ab44e4d63fd5ed2266e1801204b9171003)
+ Full source + docs + binary tarball (sig - ecba30f213505ece6a6fe7862fdc1b69b32911f717d98e5981f5913cfa5b7855)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.05.04/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.05.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 http://youtube-dl.org/downloads/2013.05.04/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.05.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/update/LATEST_VERSION b/update/LATEST_VERSION index 523cd1e6c..fad719a86 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.05.04 \ No newline at end of file +2013.05.05 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 06f2034d1..3d2ca5e69 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-05-04T07:17:51.992097 + 2013-05-04T12:34:52.538866 youtube-dl-2012.02.22 @@ -394,4 +394,19 @@ 2013-05-04 + + youtube-dl-2013.05.05 + New version 2013.05.05 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.05.05/ +
+
+ + The youtube-dl maintainers + + 2013-05-05 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index fc532bac1..ea8dd9d6a 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.05.04", - "signature": "04197a94703acca5a8f6839ebb647731afd63b8ecb77da3f6c6c4f79b8c2f41cbc18cde75ac1252f3f5a5a6947a60f687620795787be5bf90a964e76ef418b84a7475fa4ddcabbd9c247e840c8e0be5d1f75eca04d4370c6c802c2afdbf389f0984e7dd67a41c6e2f6e650a9b29723617b3639904ad1844a57c639b2e3de8f6a", + "latest": "2013.05.05", + "signature": "56ad750a06487ec4845a462a05dc05ed27dff1df2960264c148ccf6056800688757dc8e91ccabfad37b91a73b7648327d097b411d703887928a6aec9e0dba9a2cd02218f539362b555ff983f9e96dc51ee26ee9bba7d9c3bc98607bd72818dca490da2fa9a3010e4fd3c3596ce44a36548b8ad34b5476cb7d8afecd5f809e235", "versions": { "2012.02.22": { "bin": [ @@ -371,6 +371,20 @@ "http://youtube-dl.org/downloads/2013.05.04/youtube-dl-2013.05.04.tar.gz", "bdd61463b9ba7820fa97fd2b4c4bc57b7191261bb2f3ff31cf61b6b53e389894" ] + }, + "2013.05.05": { + "bin": [ + "http://youtube-dl.org/downloads/2013.05.05/youtube-dl", + "0a27058c5f40f7a119783815d98adc775e063dcf59ad9dcab63234cd54697b1b" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.05.05/youtube-dl.exe", + "6c10389e6c88fc0516988df8145710ab44e4d63fd5ed2266e1801204b9171003" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.05.05/youtube-dl-2013.05.05.tar.gz", + "ecba30f213505ece6a6fe7862fdc1b69b32911f717d98e5981f5913cfa5b7855" + ] } } } \ No newline at end of file From 1feb835874b578081ca93b91ec387cd7ce8e6bb8 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 5 May 2013 21:25:13 +0200 Subject: [PATCH 14/18] release 2013.05.07 --- 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 ee3c12c87..7b2c35a63 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.05.05 (sig)

+

2013.05.07 (sig)

    -
  • MD5: 2d5032e9dd2e00fdb690f91b44f33916
  • -
  • SHA1: 97264978ffbc0a7afc7a4519d001d4ac19e04c8b
  • -
  • SHA256: 0a27058c5f40f7a119783815d98adc775e063dcf59ad9dcab63234cd54697b1b
  • +
  • MD5: 02c2043c833bb3d19af53c68b8492bbb
  • +
  • SHA1: e7b17fbf4ae6b56dacfff8fce44cee602af14acc
  • +
  • SHA256: 372e524b09f4a1bb1efb36342c86233dec272fd3b22a8e1ec085947768c7e498

- Windows exe (sig - 6c10389e6c88fc0516988df8145710ab44e4d63fd5ed2266e1801204b9171003)
- Full source + docs + binary tarball (sig - ecba30f213505ece6a6fe7862fdc1b69b32911f717d98e5981f5913cfa5b7855) + Windows exe (sig - e45ed68013d1b8d6f74e275f488a869e7a83a40c5a0a013584d9931ed9c0c1cf)
+ Full source + docs + binary tarball (sig - 7d3f556fea249efdba5a8ab3a43a1743f0622e8229017e5f19a455740d562e45)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.05.05/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.05.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 http://youtube-dl.org/downloads/2013.05.05/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.05.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 fad719a86..42a07fdb3 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.05.05 \ No newline at end of file +2013.05.07 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 3d2ca5e69..54ec91a69 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-05-04T12:34:52.538866 + 2013-05-05T21:25:12.785228 youtube-dl-2012.02.22 @@ -409,4 +409,19 @@ 2013-05-05 + + youtube-dl-2013.05.07 + New version 2013.05.07 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.05.07/ +
+
+ + The youtube-dl maintainers + + 2013-05-07 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index ea8dd9d6a..4f5e2ab63 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.05.05", - "signature": "56ad750a06487ec4845a462a05dc05ed27dff1df2960264c148ccf6056800688757dc8e91ccabfad37b91a73b7648327d097b411d703887928a6aec9e0dba9a2cd02218f539362b555ff983f9e96dc51ee26ee9bba7d9c3bc98607bd72818dca490da2fa9a3010e4fd3c3596ce44a36548b8ad34b5476cb7d8afecd5f809e235", + "latest": "2013.05.07", + "signature": "5c6fde28d9acf12836c372c0a7db4a99e0af276cb52d517f80c6039b49b75fc02b28dd657354c68fe9465477424f0d722f3c4c6c3c083bd6048b892e0e7dc825f3bbbcac0ba89d17dba6f2ff5a811c08c613413c4f20ece5b4c44c222675b04b6712c66b0b51d9257f712ffd6d9661b8b68564c2db6f0a2d17e0f96087c619a7", "versions": { "2012.02.22": { "bin": [ @@ -385,6 +385,20 @@ "http://youtube-dl.org/downloads/2013.05.05/youtube-dl-2013.05.05.tar.gz", "ecba30f213505ece6a6fe7862fdc1b69b32911f717d98e5981f5913cfa5b7855" ] + }, + "2013.05.07": { + "bin": [ + "http://youtube-dl.org/downloads/2013.05.07/youtube-dl", + "372e524b09f4a1bb1efb36342c86233dec272fd3b22a8e1ec085947768c7e498" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.05.07/youtube-dl.exe", + "e45ed68013d1b8d6f74e275f488a869e7a83a40c5a0a013584d9931ed9c0c1cf" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.05.07/youtube-dl-2013.05.07.tar.gz", + "7d3f556fea249efdba5a8ab3a43a1743f0622e8229017e5f19a455740d562e45" + ] } } } \ No newline at end of file From 46d641a918379a33015bd19976ec49346fe7f41b Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 10 May 2013 02:00:07 +0200 Subject: [PATCH 15/18] release 2013.05.10 --- 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 7b2c35a63..ad19e933f 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.05.07 (sig)

+

2013.05.10 (sig)

    -
  • MD5: 02c2043c833bb3d19af53c68b8492bbb
  • -
  • SHA1: e7b17fbf4ae6b56dacfff8fce44cee602af14acc
  • -
  • SHA256: 372e524b09f4a1bb1efb36342c86233dec272fd3b22a8e1ec085947768c7e498
  • +
  • MD5: 99fce1031f66ba5df5701a6547cbc3d9
  • +
  • SHA1: 0b5f5a8941299494cf0ab7722ed138ba2c699563
  • +
  • SHA256: b1000ab4fefa7d85d3031eb6d95ac4e38b7d81cf043a66c175fc74d1a2a56a4a

- Windows exe (sig - e45ed68013d1b8d6f74e275f488a869e7a83a40c5a0a013584d9931ed9c0c1cf)
- Full source + docs + binary tarball (sig - 7d3f556fea249efdba5a8ab3a43a1743f0622e8229017e5f19a455740d562e45) + Windows exe (sig - 85076d15c15c775839a9eba11b2b0e1dee7ffa08edb9886f47b3dd691dafa470)
+ Full source + docs + binary tarball (sig - 0f0c28f0a3d681805ead4c60073e532741a74d588dccfe8451cc38ec1bd306f8)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.05.07/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.05.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 http://youtube-dl.org/downloads/2013.05.07/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.05.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 42a07fdb3..e1b51a31f 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.05.07 \ No newline at end of file +2013.05.10 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 54ec91a69..5bac2e4fc 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-05-05T21:25:12.785228 + 2013-05-10T01:59:48.325603 youtube-dl-2012.02.22 @@ -424,4 +424,19 @@ 2013-05-07 + + youtube-dl-2013.05.10 + New version 2013.05.10 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.05.10/ +
+
+ + The youtube-dl maintainers + + 2013-05-10 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 4f5e2ab63..4f0f2183e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.05.07", - "signature": "5c6fde28d9acf12836c372c0a7db4a99e0af276cb52d517f80c6039b49b75fc02b28dd657354c68fe9465477424f0d722f3c4c6c3c083bd6048b892e0e7dc825f3bbbcac0ba89d17dba6f2ff5a811c08c613413c4f20ece5b4c44c222675b04b6712c66b0b51d9257f712ffd6d9661b8b68564c2db6f0a2d17e0f96087c619a7", + "latest": "2013.05.10", + "signature": "1b5b1cec297f5e208e8b98d0461e07a3dac18f171085a12828043e1b2733f6dd49c445497ddba393d6c729ae98a549b34542c0a79d82d031f526928816c0fbf68005ca5f69e1fcc4fe549d1e6c76c024954efb817c664da07e54f62cb9a22bcba6cafae2eaf0ad9a438dcd7762ae613e11f8f050987de01d564240238e76180f", "versions": { "2012.02.22": { "bin": [ @@ -399,6 +399,20 @@ "http://youtube-dl.org/downloads/2013.05.07/youtube-dl-2013.05.07.tar.gz", "7d3f556fea249efdba5a8ab3a43a1743f0622e8229017e5f19a455740d562e45" ] + }, + "2013.05.10": { + "bin": [ + "http://youtube-dl.org/downloads/2013.05.10/youtube-dl", + "b1000ab4fefa7d85d3031eb6d95ac4e38b7d81cf043a66c175fc74d1a2a56a4a" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.05.10/youtube-dl.exe", + "85076d15c15c775839a9eba11b2b0e1dee7ffa08edb9886f47b3dd691dafa470" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.05.10/youtube-dl-2013.05.10.tar.gz", + "0f0c28f0a3d681805ead4c60073e532741a74d588dccfe8451cc38ec1bd306f8" + ] } } } \ No newline at end of file From dadcaecdfa0c52f470d74254861b783ec71bea96 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 13 May 2013 14:55:23 +0200 Subject: [PATCH 16/18] release 2013.05.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 ad19e933f..dec799609 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.05.10 (sig)

+

2013.05.14 (sig)

    -
  • MD5: 99fce1031f66ba5df5701a6547cbc3d9
  • -
  • SHA1: 0b5f5a8941299494cf0ab7722ed138ba2c699563
  • -
  • SHA256: b1000ab4fefa7d85d3031eb6d95ac4e38b7d81cf043a66c175fc74d1a2a56a4a
  • +
  • MD5: 4f1cec9c28904ee8ff66dbaccabf35b0
  • +
  • SHA1: 8620f61ca09d010b7db3dad4aab784061222c164
  • +
  • SHA256: 6b27f6fc0139430860e75d069fb400716e5d43f3dd7ba64e83eeb846179c55f6

- Windows exe (sig - 85076d15c15c775839a9eba11b2b0e1dee7ffa08edb9886f47b3dd691dafa470)
- Full source + docs + binary tarball (sig - 0f0c28f0a3d681805ead4c60073e532741a74d588dccfe8451cc38ec1bd306f8) + Windows exe (sig - 6098448959ee207c847ced8231a4905c0ab72f5ceb5f861ce61a74b552890707)
+ Full source + docs + binary tarball (sig - d697981eb21362427a6cd1a217019b8549fc723dbe06583672e4e9e202369980)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.05.10/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.05.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.05.10/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.05.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 e1b51a31f..195ea0719 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.05.10 \ No newline at end of file +2013.05.14 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 5bac2e4fc..09cf3cf69 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-05-10T01:59:48.325603 + 2013-05-13T14:55:22.867146 youtube-dl-2012.02.22 @@ -439,4 +439,19 @@ 2013-05-10 + + youtube-dl-2013.05.14 + New version 2013.05.14 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.05.14/ +
+
+ + The youtube-dl maintainers + + 2013-05-14 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 4f0f2183e..4b8cdde4e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.05.10", - "signature": "1b5b1cec297f5e208e8b98d0461e07a3dac18f171085a12828043e1b2733f6dd49c445497ddba393d6c729ae98a549b34542c0a79d82d031f526928816c0fbf68005ca5f69e1fcc4fe549d1e6c76c024954efb817c664da07e54f62cb9a22bcba6cafae2eaf0ad9a438dcd7762ae613e11f8f050987de01d564240238e76180f", + "latest": "2013.05.14", + "signature": "3edf24d5749c8c4ec9777d371075cf15b0bc8ee015dfe708fbaa5b932b446d856974363d17414a4fe9fc6de4fe45d78f7f6517519051a07aa4bb4e2f5050648dd2ef8caa419ee64cf28fd7fb17abcd64765b4486272d4a73bf818ddbca0a3f4ebb285bb18e7d7eff4845ec09cfc042a8cef800bc77cd3ba7bffd1c69c0da4183", "versions": { "2012.02.22": { "bin": [ @@ -413,6 +413,20 @@ "http://youtube-dl.org/downloads/2013.05.10/youtube-dl-2013.05.10.tar.gz", "0f0c28f0a3d681805ead4c60073e532741a74d588dccfe8451cc38ec1bd306f8" ] + }, + "2013.05.14": { + "bin": [ + "http://youtube-dl.org/downloads/2013.05.14/youtube-dl", + "6b27f6fc0139430860e75d069fb400716e5d43f3dd7ba64e83eeb846179c55f6" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.05.14/youtube-dl.exe", + "6098448959ee207c847ced8231a4905c0ab72f5ceb5f861ce61a74b552890707" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.05.14/youtube-dl-2013.05.14.tar.gz", + "d697981eb21362427a6cd1a217019b8549fc723dbe06583672e4e9e202369980" + ] } } } \ No newline at end of file From d2b808ce4b0ff46e8abd4f26004e1c3d20afaab3 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 23 May 2013 13:42:54 +0200 Subject: [PATCH 17/18] release 2013.05.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 dec799609..de3cacc7c 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.05.14 (sig)

+

2013.05.23 (sig)

    -
  • MD5: 4f1cec9c28904ee8ff66dbaccabf35b0
  • -
  • SHA1: 8620f61ca09d010b7db3dad4aab784061222c164
  • -
  • SHA256: 6b27f6fc0139430860e75d069fb400716e5d43f3dd7ba64e83eeb846179c55f6
  • +
  • MD5: c52e32387770395629b96d22cede833f
  • +
  • SHA1: 5c800da45720b8db66e13ffd5a8b04ccd0ab51db
  • +
  • SHA256: e18a553b74f4f2e991ed13455744cea3448cf2163684f7aaedbe243f39307fff

- Windows exe (sig - 6098448959ee207c847ced8231a4905c0ab72f5ceb5f861ce61a74b552890707)
- Full source + docs + binary tarball (sig - d697981eb21362427a6cd1a217019b8549fc723dbe06583672e4e9e202369980) + Windows exe (sig - ce36cc0652d354dbbb51c0cfa436be17998bc22b4be314ddb287a5a28a664d79)
+ Full source + docs + binary tarball (sig - 5d31a5f5371dd7852acf68dd49bfb8068fe73a885fdb544ea28a9055369f6392)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.05.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.05.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.05.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.05.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 195ea0719..cdde5ff09 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.05.14 \ No newline at end of file +2013.05.23 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 09cf3cf69..e6dedbea1 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-05-13T14:55:22.867146 + 2013-05-23T13:42:53.967415 youtube-dl-2012.02.22 @@ -454,4 +454,19 @@ 2013-05-14 + + youtube-dl-2013.05.23 + New version 2013.05.23 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.05.23/ +
+
+ + The youtube-dl maintainers + + 2013-05-23 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 4b8cdde4e..028f9969a 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.05.14", - "signature": "3edf24d5749c8c4ec9777d371075cf15b0bc8ee015dfe708fbaa5b932b446d856974363d17414a4fe9fc6de4fe45d78f7f6517519051a07aa4bb4e2f5050648dd2ef8caa419ee64cf28fd7fb17abcd64765b4486272d4a73bf818ddbca0a3f4ebb285bb18e7d7eff4845ec09cfc042a8cef800bc77cd3ba7bffd1c69c0da4183", + "latest": "2013.05.23", + "signature": "3a3d238e4e8937ca9c3ab7803a2dec858e2e9dff238904f20ed0e120a51a72a89b97c36ad19bf26e69b50fc3a7ce0b71ae3312fed8fd7332b6899971ab35564468c8e6bd52c74663bfdf87f6f4a10dc514d38fc2dc25ca88d9db2c2f45e850b89f1e95615efd26f06c0ce672ba06344ab75bbac3fbcde724cf39be65c2297b19", "versions": { "2012.02.22": { "bin": [ @@ -427,6 +427,20 @@ "http://youtube-dl.org/downloads/2013.05.14/youtube-dl-2013.05.14.tar.gz", "d697981eb21362427a6cd1a217019b8549fc723dbe06583672e4e9e202369980" ] + }, + "2013.05.23": { + "bin": [ + "http://youtube-dl.org/downloads/2013.05.23/youtube-dl", + "e18a553b74f4f2e991ed13455744cea3448cf2163684f7aaedbe243f39307fff" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.05.23/youtube-dl.exe", + "ce36cc0652d354dbbb51c0cfa436be17998bc22b4be314ddb287a5a28a664d79" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.05.23/youtube-dl-2013.05.23.tar.gz", + "5d31a5f5371dd7852acf68dd49bfb8068fe73a885fdb544ea28a9055369f6392" + ] } } } \ No newline at end of file From 5ea8a2b4ff2660962995bf73f49c0aa0a9009ee1 Mon Sep 17 00:00:00 2001 From: Alex Peters Date: Mon, 17 Jun 2013 21:55:15 +1000 Subject: [PATCH 18/18] describe permitted .conf file content Determined by inspecting the documentation for the Python `shlex` module: http://docs.python.org/2/library/shlex.html --- documentation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation.html b/documentation.html index 44ba80aa1..7a2f9b07b 100644 --- a/documentation.html +++ b/documentation.html @@ -125,7 +125,7 @@ For a complete list, execute youtube-dl --list-extractors.

Configuration

-You can configure youtube-dl by placing default arguments (such as --extract-audio --no-mtime to always extract the audio and not copy the mtime) into /etc/youtube-dl.conf and/or ~/.config/youtube-dl.conf. +You can configure youtube-dl by placing default arguments (such as --extract-audio --no-mtime to always extract the audio and not copy the mtime) into /etc/youtube-dl.conf and/or ~/.config/youtube-dl.conf. Arguments in these files may be written across multiple lines, and any line beginning with the # character will be treated as a comment.