From aa26b834bbe67d31f5005236772201f9e3f2c956 Mon Sep 17 00:00:00 2001
From: Philipp Hagemeister
Date: Sun, 27 Jan 2013 19:10:13 +0100
Subject: [PATCH 01/20] release 2013.01.28
---
download.html | 16 ++++++++--------
update/LATEST_VERSION | 2 +-
update/versions.json | 18 ++++++++++++++++--
3 files changed, 25 insertions(+), 11 deletions(-)
diff --git a/download.html b/download.html
index 1118d0a13..9ba8b86dc 100644
--- a/download.html
+++ b/download.html
@@ -16,25 +16,25 @@
Remember youtube-dl requires Python version 2.6, 2.7, or 3.3+ to work.
-
+
-- MD5: 3c382c6d4258030f273bc257e7dd72d2
-- SHA1: 098c5d25a65a76c076782b074d03f323492d3732
-- SHA256: 0d811048a744df92647dfc29685b29e4910d310203db710d0a43b183349d38f0
+- MD5: 2eaf57b962ebe9d7af69420e00058bc4
+- SHA1: 8de9a51fb2f14a84bc9edf4b6b3bf288dfe2a218
+- SHA256: d3f365e8fd7d89e0afb389be0e96713f4c572590d478fc2b2e675b1017aea5c8
- Windows exe (sig - f608dfef514221dc10d41a301a369289411ccd688e42f13d4c78db0486c8b5b4)
- Full source + docs + binary tarball (sig - 13cc8cffb4206a63be033dfbebcfa637bd489d58d9f54858d9552021aa8f0dd5)
+ Windows exe (sig - a7c225dd73c724504105ccf11e43e7c6f77653b0644a3e8804a295a48f8dda95)
+ Full source + docs + binary tarball (sig - 92298669ebf5337987735a1b44c20d3a022f8424321487ac3c72891003f34cf9)
To install it right away for all UNIX users (Linux, OS X, etc.), type:
-sudo wget http://youtube-dl.org/downloads/2013.01.13/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.01.28/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl
To check the signature, type:
-sudo wget http://youtube-dl.org/downloads/2013.01.13/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.01.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 7b5996117..5e476fc43 100644
--- a/update/LATEST_VERSION
+++ b/update/LATEST_VERSION
@@ -1 +1 @@
-2013.01.13
\ No newline at end of file
+2013.01.28
\ No newline at end of file
diff --git a/update/versions.json b/update/versions.json
index 165c4722a..adcb59cf4 100644
--- a/update/versions.json
+++ b/update/versions.json
@@ -1,6 +1,6 @@
{
- "latest": "2013.01.13",
- "signature": "8b84dd1d0c185a012ffcdb77e6f2f23af349b6717ff76f4ce6fbf3dd843a498b7c2d925d2bfff6bd5a9bb8e30c86ec3f530b848c5041b34bf17e9fa834e53c632a667285b473c9054e354c1f30cf3a77eb322e9cfe76313dc778e79664b9e3c233108c7fc4695275301daddb37e63ff1d98e5639107a9cd11f006da299b64958",
+ "latest": "2013.01.28",
+ "signature": "9538d1352617854ae5a5d6cc560745dfcc6ce369e5269051b45172be1428a3e2de6c85654eb4cb867712f7dc3043e0ff8dac0502ca660b2355772a3bf63680f5fb2ff58560c9d3b556b1edd775996680491c54f6790bf7c0a1e8e1ededc8ebbabda3dce084f9d4f2a475bb0dd4d927e1fcd38c6e8e57e8510114d20db659d6c3",
"versions": {
"2013.01.02": {
"bin": [
@@ -85,6 +85,20 @@
"http://youtube-dl.org/downloads/2013.01.13/youtube-dl-2013.01.13.tar.gz",
"13cc8cffb4206a63be033dfbebcfa637bd489d58d9f54858d9552021aa8f0dd5"
]
+ },
+ "2013.01.28": {
+ "bin": [
+ "http://youtube-dl.org/downloads/2013.01.28/youtube-dl",
+ "d3f365e8fd7d89e0afb389be0e96713f4c572590d478fc2b2e675b1017aea5c8"
+ ],
+ "exe": [
+ "http://youtube-dl.org/downloads/2013.01.28/youtube-dl.exe",
+ "a7c225dd73c724504105ccf11e43e7c6f77653b0644a3e8804a295a48f8dda95"
+ ],
+ "tar": [
+ "http://youtube-dl.org/downloads/2013.01.28/youtube-dl-2013.01.28.tar.gz",
+ "92298669ebf5337987735a1b44c20d3a022f8424321487ac3c72891003f34cf9"
+ ]
}
}
}
\ No newline at end of file
From 99c81cae131afc807db0a82fdc7bf28c404245dd Mon Sep 17 00:00:00 2001
From: Philipp Hagemeister
Date: Fri, 1 Feb 2013 18:00:15 +0100
Subject: [PATCH 02/20] release 2013.02.01
---
download.html | 16 ++++++++--------
update/LATEST_VERSION | 2 +-
update/versions.json | 18 ++++++++++++++++--
3 files changed, 25 insertions(+), 11 deletions(-)
diff --git a/download.html b/download.html
index 9ba8b86dc..a7ca54b35 100644
--- a/download.html
+++ b/download.html
@@ -16,25 +16,25 @@
Remember youtube-dl requires Python version 2.6, 2.7, or 3.3+ to work.
-
+
-- MD5: 2eaf57b962ebe9d7af69420e00058bc4
-- SHA1: 8de9a51fb2f14a84bc9edf4b6b3bf288dfe2a218
-- SHA256: d3f365e8fd7d89e0afb389be0e96713f4c572590d478fc2b2e675b1017aea5c8
+- MD5: 19b73261f8adfc1576d00c48fe3ef194
+- SHA1: eaa8e7d69f84fe86c082b00be1094552c7e08808
+- SHA256: 7fbdc97d9427acda2e56a215ee36c30fb31f58e081ce9300dd71ccfaa2907276
- Windows exe (sig - a7c225dd73c724504105ccf11e43e7c6f77653b0644a3e8804a295a48f8dda95)
- Full source + docs + binary tarball (sig - 92298669ebf5337987735a1b44c20d3a022f8424321487ac3c72891003f34cf9)
+ Windows exe (sig - c68bac75baeb2a10f3d0900e1434258b9e080d1853f53830b215774c0b40440c)
+ Full source + docs + binary tarball (sig - bf2e834ae0ba63c82f7ec8a21ba8f30ff9d742725ea04a9617c5d1cbdba8208c)
To install it right away for all UNIX users (Linux, OS X, etc.), type:
-sudo wget http://youtube-dl.org/downloads/2013.01.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.02.01/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl
To check the signature, type:
-sudo wget http://youtube-dl.org/downloads/2013.01.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.02.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 5e476fc43..45046295f 100644
--- a/update/LATEST_VERSION
+++ b/update/LATEST_VERSION
@@ -1 +1 @@
-2013.01.28
\ No newline at end of file
+2013.02.01
\ No newline at end of file
diff --git a/update/versions.json b/update/versions.json
index adcb59cf4..5566264bf 100644
--- a/update/versions.json
+++ b/update/versions.json
@@ -1,6 +1,6 @@
{
- "latest": "2013.01.28",
- "signature": "9538d1352617854ae5a5d6cc560745dfcc6ce369e5269051b45172be1428a3e2de6c85654eb4cb867712f7dc3043e0ff8dac0502ca660b2355772a3bf63680f5fb2ff58560c9d3b556b1edd775996680491c54f6790bf7c0a1e8e1ededc8ebbabda3dce084f9d4f2a475bb0dd4d927e1fcd38c6e8e57e8510114d20db659d6c3",
+ "latest": "2013.02.01",
+ "signature": "416654e91c63def0bd0cf42bc63ffcb5ba60ede7909547d73a48de950aaba6ca33fc1f096b2f472146dcbbabbb607e7702012e4966094ccd5187e9c3c8e99fca24096e64e89597010f9edd683d35935551635b42c22001fbc3bc30105949793e52d8b30575d0e63d7622c096092a8d049a5c0595c15febab39bcd59d72677809",
"versions": {
"2013.01.02": {
"bin": [
@@ -99,6 +99,20 @@
"http://youtube-dl.org/downloads/2013.01.28/youtube-dl-2013.01.28.tar.gz",
"92298669ebf5337987735a1b44c20d3a022f8424321487ac3c72891003f34cf9"
]
+ },
+ "2013.02.01": {
+ "bin": [
+ "http://youtube-dl.org/downloads/2013.02.01/youtube-dl",
+ "7fbdc97d9427acda2e56a215ee36c30fb31f58e081ce9300dd71ccfaa2907276"
+ ],
+ "exe": [
+ "http://youtube-dl.org/downloads/2013.02.01/youtube-dl.exe",
+ "c68bac75baeb2a10f3d0900e1434258b9e080d1853f53830b215774c0b40440c"
+ ],
+ "tar": [
+ "http://youtube-dl.org/downloads/2013.02.01/youtube-dl-2013.02.01.tar.gz",
+ "bf2e834ae0ba63c82f7ec8a21ba8f30ff9d742725ea04a9617c5d1cbdba8208c"
+ ]
}
}
}
\ No newline at end of file
From 566a15f553333aed8b67c1ab402eb2c556435ae3 Mon Sep 17 00:00:00 2001
From: Philipp Hagemeister
Date: Sat, 2 Feb 2013 14:51:42 +0100
Subject: [PATCH 03/20] release 2013.02.02
---
download.html | 16 ++++++++--------
update/LATEST_VERSION | 2 +-
update/versions.json | 18 ++++++++++++++++--
3 files changed, 25 insertions(+), 11 deletions(-)
diff --git a/download.html b/download.html
index a7ca54b35..fc9f20fb7 100644
--- a/download.html
+++ b/download.html
@@ -16,25 +16,25 @@
Remember youtube-dl requires Python version 2.6, 2.7, or 3.3+ to work.
-
+
-- MD5: 19b73261f8adfc1576d00c48fe3ef194
-- SHA1: eaa8e7d69f84fe86c082b00be1094552c7e08808
-- SHA256: 7fbdc97d9427acda2e56a215ee36c30fb31f58e081ce9300dd71ccfaa2907276
+- MD5: 29f1a8571e737172f1ce6534c7dee83a
+- SHA1: e0907524600d6af1edbd57fec6fcaf73425056cc
+- SHA256: 44d02ce29c800f5d5fe5049c9212e6913d0d5b36bff5cc716074f6bb11a2ef30
- Windows exe (sig - c68bac75baeb2a10f3d0900e1434258b9e080d1853f53830b215774c0b40440c)
- Full source + docs + binary tarball (sig - bf2e834ae0ba63c82f7ec8a21ba8f30ff9d742725ea04a9617c5d1cbdba8208c)
+ Windows exe (sig - d24581124366c4b19064d70e8f377c0f0f11395767a4873fc918b863400e1406)
+ Full source + docs + binary tarball (sig - c062ab5636f443c776d617dd9aa3c9045926f16954fc333660b5aae45f15686f)
To install it right away for all UNIX users (Linux, OS X, etc.), type:
-sudo wget http://youtube-dl.org/downloads/2013.02.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.02.02/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl
To check the signature, type:
-sudo wget http://youtube-dl.org/downloads/2013.02.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.02.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 45046295f..989b9f443 100644
--- a/update/LATEST_VERSION
+++ b/update/LATEST_VERSION
@@ -1 +1 @@
-2013.02.01
\ No newline at end of file
+2013.02.02
\ No newline at end of file
diff --git a/update/versions.json b/update/versions.json
index 5566264bf..1c5f6f56e 100644
--- a/update/versions.json
+++ b/update/versions.json
@@ -1,6 +1,6 @@
{
- "latest": "2013.02.01",
- "signature": "416654e91c63def0bd0cf42bc63ffcb5ba60ede7909547d73a48de950aaba6ca33fc1f096b2f472146dcbbabbb607e7702012e4966094ccd5187e9c3c8e99fca24096e64e89597010f9edd683d35935551635b42c22001fbc3bc30105949793e52d8b30575d0e63d7622c096092a8d049a5c0595c15febab39bcd59d72677809",
+ "latest": "2013.02.02",
+ "signature": "53386e502b913be729aacad04bd36187bcf393c9fbdde2eeb7d434c1fe01ffaf23222e2e76a38e0b5122dc7cd299717818b8d68ae4a296c3b3d1aa01ed6d67268596266a8b54fe843dee6e55ef36fa7fd7641cb43fe3e0930bdffe6c38131facd87b5d8e596b45c41bf83a682be6e273ad1aa314af6d35fe0eeeb696d83573b9",
"versions": {
"2013.01.02": {
"bin": [
@@ -113,6 +113,20 @@
"http://youtube-dl.org/downloads/2013.02.01/youtube-dl-2013.02.01.tar.gz",
"bf2e834ae0ba63c82f7ec8a21ba8f30ff9d742725ea04a9617c5d1cbdba8208c"
]
+ },
+ "2013.02.02": {
+ "bin": [
+ "http://youtube-dl.org/downloads/2013.02.02/youtube-dl",
+ "44d02ce29c800f5d5fe5049c9212e6913d0d5b36bff5cc716074f6bb11a2ef30"
+ ],
+ "exe": [
+ "http://youtube-dl.org/downloads/2013.02.02/youtube-dl.exe",
+ "d24581124366c4b19064d70e8f377c0f0f11395767a4873fc918b863400e1406"
+ ],
+ "tar": [
+ "http://youtube-dl.org/downloads/2013.02.02/youtube-dl-2013.02.02.tar.gz",
+ "c062ab5636f443c776d617dd9aa3c9045926f16954fc333660b5aae45f15686f"
+ ]
}
}
}
\ No newline at end of file
From 1726ff8b2e79cb48011d7ada72f71bb5b79dbf63 Mon Sep 17 00:00:00 2001
From: Philipp Hagemeister
Date: Mon, 18 Feb 2013 23:40:33 +0100
Subject: [PATCH 04/20] release 2013.02.18
---
download.html | 16 ++++++++--------
update/LATEST_VERSION | 2 +-
update/versions.json | 18 ++++++++++++++++--
3 files changed, 25 insertions(+), 11 deletions(-)
diff --git a/download.html b/download.html
index fc9f20fb7..fec4f76e8 100644
--- a/download.html
+++ b/download.html
@@ -16,25 +16,25 @@
Remember youtube-dl requires Python version 2.6, 2.7, or 3.3+ to work.
-
+
-- MD5: 29f1a8571e737172f1ce6534c7dee83a
-- SHA1: e0907524600d6af1edbd57fec6fcaf73425056cc
-- SHA256: 44d02ce29c800f5d5fe5049c9212e6913d0d5b36bff5cc716074f6bb11a2ef30
+- MD5: 0e25073db26d34d805f533f5f5c969a8
+- SHA1: c1bc49a83f9ee628c596116962c7bb50764e8c20
+- SHA256: 2f432de79cecfdcbc145cb089fb93fd6fd607578ac583d1a0b212bf610da70d1
- Windows exe (sig - d24581124366c4b19064d70e8f377c0f0f11395767a4873fc918b863400e1406)
- Full source + docs + binary tarball (sig - c062ab5636f443c776d617dd9aa3c9045926f16954fc333660b5aae45f15686f)
+ Windows exe (sig - e2c75094dc7b4f3ad1044c219aa6a3f871852e17ef47066eab88254fef9aac20)
+ Full source + docs + binary tarball (sig - 9bdf7376e3c3beea57c0299dc2ab415a7a8015f7c7e5e93b882e2ac3d3a4f106)
To install it right away for all UNIX users (Linux, OS X, etc.), type:
-sudo wget http://youtube-dl.org/downloads/2013.02.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.02.18/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl
To check the signature, type:
-sudo wget http://youtube-dl.org/downloads/2013.02.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.02.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 989b9f443..f4e583cdc 100644
--- a/update/LATEST_VERSION
+++ b/update/LATEST_VERSION
@@ -1 +1 @@
-2013.02.02
\ No newline at end of file
+2013.02.18
\ No newline at end of file
diff --git a/update/versions.json b/update/versions.json
index 1c5f6f56e..570fa3f3c 100644
--- a/update/versions.json
+++ b/update/versions.json
@@ -1,6 +1,6 @@
{
- "latest": "2013.02.02",
- "signature": "53386e502b913be729aacad04bd36187bcf393c9fbdde2eeb7d434c1fe01ffaf23222e2e76a38e0b5122dc7cd299717818b8d68ae4a296c3b3d1aa01ed6d67268596266a8b54fe843dee6e55ef36fa7fd7641cb43fe3e0930bdffe6c38131facd87b5d8e596b45c41bf83a682be6e273ad1aa314af6d35fe0eeeb696d83573b9",
+ "latest": "2013.02.18",
+ "signature": "9d362ee610b3c0b7bc5c4c070a48ef267ba16bdc708b243a20c7b93303a616b3ddab5af7ed08da6f0559322e7a00bc8b5c5a4fefb19d95a8282bfa01f945a70a1626422cf380bd3bd91788cc5c9190496b63e62d99cda47baa2d19a00657a8ff7ceed9369e4d6f78041d4b2b98287ccdd496a0e551dc5cadbb47b9de6560e64a",
"versions": {
"2013.01.02": {
"bin": [
@@ -127,6 +127,20 @@
"http://youtube-dl.org/downloads/2013.02.02/youtube-dl-2013.02.02.tar.gz",
"c062ab5636f443c776d617dd9aa3c9045926f16954fc333660b5aae45f15686f"
]
+ },
+ "2013.02.18": {
+ "bin": [
+ "http://youtube-dl.org/downloads/2013.02.18/youtube-dl",
+ "2f432de79cecfdcbc145cb089fb93fd6fd607578ac583d1a0b212bf610da70d1"
+ ],
+ "exe": [
+ "http://youtube-dl.org/downloads/2013.02.18/youtube-dl.exe",
+ "e2c75094dc7b4f3ad1044c219aa6a3f871852e17ef47066eab88254fef9aac20"
+ ],
+ "tar": [
+ "http://youtube-dl.org/downloads/2013.02.18/youtube-dl-2013.02.18.tar.gz",
+ "9bdf7376e3c3beea57c0299dc2ab415a7a8015f7c7e5e93b882e2ac3d3a4f106"
+ ]
}
}
}
\ No newline at end of file
From e06c1be12dbc2f3f6a159241ae5cf482ee45688e Mon Sep 17 00:00:00 2001
From: Philipp Hagemeister
Date: Tue, 19 Feb 2013 00:09:58 +0100
Subject: [PATCH 05/20] release 2013.02.19
---
download.html | 16 ++++++++--------
update/LATEST_VERSION | 2 +-
update/versions.json | 18 ++++++++++++++++--
3 files changed, 25 insertions(+), 11 deletions(-)
diff --git a/download.html b/download.html
index fec4f76e8..3873ac967 100644
--- a/download.html
+++ b/download.html
@@ -16,25 +16,25 @@
Remember youtube-dl requires Python version 2.6, 2.7, or 3.3+ to work.
-
+
-- MD5: 0e25073db26d34d805f533f5f5c969a8
-- SHA1: c1bc49a83f9ee628c596116962c7bb50764e8c20
-- SHA256: 2f432de79cecfdcbc145cb089fb93fd6fd607578ac583d1a0b212bf610da70d1
+- MD5: b1c114b9fb98075514f1e07d4acd79d8
+- SHA1: 60017ab5dd442c4f4559b327f6b378fe01ce0e22
+- SHA256: 039b5e5e19277406d74de1e5d7b1cb4d634c722f2b32e222a23bc1b7dda2035d
- Windows exe (sig - e2c75094dc7b4f3ad1044c219aa6a3f871852e17ef47066eab88254fef9aac20)
- Full source + docs + binary tarball (sig - 9bdf7376e3c3beea57c0299dc2ab415a7a8015f7c7e5e93b882e2ac3d3a4f106)
+ Windows exe (sig - b363c026411fe0beb837489fbcdf67cad46cde0330470f8456174dcc463f4c00)
+ Full source + docs + binary tarball (sig - d95505e9856d944655b1e2a8dd515fd43ff4d7e18cd07bd4016cb186feec62bb)
To install it right away for all UNIX users (Linux, OS X, etc.), type:
-sudo wget http://youtube-dl.org/downloads/2013.02.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.02.19/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl
To check the signature, type:
-sudo wget http://youtube-dl.org/downloads/2013.02.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.02.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 f4e583cdc..ccff9bb69 100644
--- a/update/LATEST_VERSION
+++ b/update/LATEST_VERSION
@@ -1 +1 @@
-2013.02.18
\ No newline at end of file
+2013.02.19
\ No newline at end of file
diff --git a/update/versions.json b/update/versions.json
index 570fa3f3c..d184b904f 100644
--- a/update/versions.json
+++ b/update/versions.json
@@ -1,6 +1,6 @@
{
- "latest": "2013.02.18",
- "signature": "9d362ee610b3c0b7bc5c4c070a48ef267ba16bdc708b243a20c7b93303a616b3ddab5af7ed08da6f0559322e7a00bc8b5c5a4fefb19d95a8282bfa01f945a70a1626422cf380bd3bd91788cc5c9190496b63e62d99cda47baa2d19a00657a8ff7ceed9369e4d6f78041d4b2b98287ccdd496a0e551dc5cadbb47b9de6560e64a",
+ "latest": "2013.02.19",
+ "signature": "6099e2a9fbeaf3b5421629bb4c01232196fd864c286de1bda772b1aced8001532f5bfd5a5c886d99245cb149b957424ba92efaffdf00dc3afeaf30cd7951d9e8bc8562643c0419439745a0d52d6c9289a29634cbd3f827a903d81593e14c3e39a15e9aa4bb20b57cda017c5079f0dadc09922ce57b76df0f5a268ae9e33a068b",
"versions": {
"2013.01.02": {
"bin": [
@@ -141,6 +141,20 @@
"http://youtube-dl.org/downloads/2013.02.18/youtube-dl-2013.02.18.tar.gz",
"9bdf7376e3c3beea57c0299dc2ab415a7a8015f7c7e5e93b882e2ac3d3a4f106"
]
+ },
+ "2013.02.19": {
+ "bin": [
+ "http://youtube-dl.org/downloads/2013.02.19/youtube-dl",
+ "039b5e5e19277406d74de1e5d7b1cb4d634c722f2b32e222a23bc1b7dda2035d"
+ ],
+ "exe": [
+ "http://youtube-dl.org/downloads/2013.02.19/youtube-dl.exe",
+ "b363c026411fe0beb837489fbcdf67cad46cde0330470f8456174dcc463f4c00"
+ ],
+ "tar": [
+ "http://youtube-dl.org/downloads/2013.02.19/youtube-dl-2013.02.19.tar.gz",
+ "d95505e9856d944655b1e2a8dd515fd43ff4d7e18cd07bd4016cb186feec62bb"
+ ]
}
}
}
\ No newline at end of file
From 30b8dbc74ffb8dd90ea13d709461a7cd0bd7c727 Mon Sep 17 00:00:00 2001
From: Philipp Hagemeister
Date: Fri, 22 Feb 2013 16:39:03 +0100
Subject: [PATCH 06/20] Add note
---
update/versions.json | 3 +++
1 file changed, 3 insertions(+)
diff --git a/update/versions.json b/update/versions.json
index d184b904f..388ccec35 100644
--- a/update/versions.json
+++ b/update/versions.json
@@ -154,6 +154,9 @@
"tar": [
"http://youtube-dl.org/downloads/2013.02.19/youtube-dl-2013.02.19.tar.gz",
"d95505e9856d944655b1e2a8dd515fd43ff4d7e18cd07bd4016cb186feec62bb"
+ ],
+ "notes": [
+ "We will change the default filename template in one of the next releases. If you want the old behavior (\"9bZkp7q19f0.mp4\" instead of \"PSY - Gangnam Style.mp4\"), pass in the --id switch."
]
}
}
From 4d8623ed73adf0b61293790c27eea7df18701017 Mon Sep 17 00:00:00 2001
From: Philipp Hagemeister
Date: Fri, 22 Feb 2013 16:46:14 +0100
Subject: [PATCH 07/20] release 2012.02.22
---
download.html | 16 ++++++++--------
update/LATEST_VERSION | 2 +-
update/versions.json | 24 +++++++++++++++++++-----
3 files changed, 28 insertions(+), 14 deletions(-)
diff --git a/download.html b/download.html
index 3873ac967..3f42a517f 100644
--- a/download.html
+++ b/download.html
@@ -16,25 +16,25 @@
Remember youtube-dl requires Python version 2.6, 2.7, or 3.3+ to work.
-
+
-- MD5: b1c114b9fb98075514f1e07d4acd79d8
-- SHA1: 60017ab5dd442c4f4559b327f6b378fe01ce0e22
-- SHA256: 039b5e5e19277406d74de1e5d7b1cb4d634c722f2b32e222a23bc1b7dda2035d
+- MD5: fe8fb8cd688b98a5a1e68476682232e2
+- SHA1: 7a08f94e48be09d19e99b9c6afd033644d608d53
+- SHA256: 3a1d4065b84ae1f1b86d384de145c9d6c0adcaa5e11210c20024bfa63b7cfba7
- Windows exe (sig - b363c026411fe0beb837489fbcdf67cad46cde0330470f8456174dcc463f4c00)
- Full source + docs + binary tarball (sig - d95505e9856d944655b1e2a8dd515fd43ff4d7e18cd07bd4016cb186feec62bb)
+ Windows exe (sig - f99f9b1f55a91353dfb3a643342256d6b28150a81613b10a5c4f55e1a193b03b)
+ Full source + docs + binary tarball (sig - a61d978aca6552aa5c3ea0de0e3c3671ff62cc8474059181aafd36c025baba42)
To install it right away for all UNIX users (Linux, OS X, etc.), type:
-sudo wget http://youtube-dl.org/downloads/2013.02.19/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl
+sudo wget http://youtube-dl.org/downloads/2012.02.22/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl
To check the signature, type:
-sudo wget http://youtube-dl.org/downloads/2013.02.19/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/2012.02.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 ccff9bb69..5fb6da445 100644
--- a/update/LATEST_VERSION
+++ b/update/LATEST_VERSION
@@ -1 +1 @@
-2013.02.19
\ No newline at end of file
+2012.02.22
\ No newline at end of file
diff --git a/update/versions.json b/update/versions.json
index 388ccec35..0193393a2 100644
--- a/update/versions.json
+++ b/update/versions.json
@@ -1,7 +1,21 @@
{
- "latest": "2013.02.19",
- "signature": "6099e2a9fbeaf3b5421629bb4c01232196fd864c286de1bda772b1aced8001532f5bfd5a5c886d99245cb149b957424ba92efaffdf00dc3afeaf30cd7951d9e8bc8562643c0419439745a0d52d6c9289a29634cbd3f827a903d81593e14c3e39a15e9aa4bb20b57cda017c5079f0dadc09922ce57b76df0f5a268ae9e33a068b",
+ "latest": "2012.02.22",
+ "signature": "720f66b2023f9a2b5e2a0eda6bdaa238ac4289fa3371eaf69a495de0081f5c2a799482f6fd79ab967fcd644f1cdaf853b61b78631e3fe2c8dd2bc30b1a6737f18505220adffce2d6e4212c2fffae5523cff8414e741ef27c82dd9ae769507ca363d74ca0b20ce92616115c15e6d65077c7ebb8647b093ca5a0c47db5c991d142",
"versions": {
+ "2012.02.22": {
+ "bin": [
+ "http://youtube-dl.org/downloads/2012.02.22/youtube-dl",
+ "3a1d4065b84ae1f1b86d384de145c9d6c0adcaa5e11210c20024bfa63b7cfba7"
+ ],
+ "exe": [
+ "http://youtube-dl.org/downloads/2012.02.22/youtube-dl.exe",
+ "f99f9b1f55a91353dfb3a643342256d6b28150a81613b10a5c4f55e1a193b03b"
+ ],
+ "tar": [
+ "http://youtube-dl.org/downloads/2012.02.22/youtube-dl-2012.02.22.tar.gz",
+ "a61d978aca6552aa5c3ea0de0e3c3671ff62cc8474059181aafd36c025baba42"
+ ]
+ },
"2013.01.02": {
"bin": [
"http://youtube-dl.org/downloads/2013.01.02/youtube-dl",
@@ -151,12 +165,12 @@
"http://youtube-dl.org/downloads/2013.02.19/youtube-dl.exe",
"b363c026411fe0beb837489fbcdf67cad46cde0330470f8456174dcc463f4c00"
],
+ "notes": [
+ "We will change the default filename template in one of the next releases. If you want the old behavior (\"9bZkp7q19f0.mp4\" instead of \"PSY - Gangnam Style.mp4\"), pass in the --id switch."
+ ],
"tar": [
"http://youtube-dl.org/downloads/2013.02.19/youtube-dl-2013.02.19.tar.gz",
"d95505e9856d944655b1e2a8dd515fd43ff4d7e18cd07bd4016cb186feec62bb"
- ],
- "notes": [
- "We will change the default filename template in one of the next releases. If you want the old behavior (\"9bZkp7q19f0.mp4\" instead of \"PSY - Gangnam Style.mp4\"), pass in the --id switch."
]
}
}
From a908b7b81620e6d83c0621ab3138815aef948618 Mon Sep 17 00:00:00 2001
From: Philipp Hagemeister
Date: Sun, 24 Feb 2013 00:55:16 +0100
Subject: [PATCH 08/20] release 2013.02.22
---
download.html | 16 ++++++++--------
update/LATEST_VERSION | 2 +-
update/versions.json | 18 ++++++++++++++++--
3 files changed, 25 insertions(+), 11 deletions(-)
diff --git a/download.html b/download.html
index 3f42a517f..db8fc0aca 100644
--- a/download.html
+++ b/download.html
@@ -16,25 +16,25 @@
Remember youtube-dl requires Python version 2.6, 2.7, or 3.3+ to work.
-
+
-- MD5: fe8fb8cd688b98a5a1e68476682232e2
-- SHA1: 7a08f94e48be09d19e99b9c6afd033644d608d53
-- SHA256: 3a1d4065b84ae1f1b86d384de145c9d6c0adcaa5e11210c20024bfa63b7cfba7
+- MD5: 0941e3c4655004498b80a27413e022d9
+- SHA1: 695f275decb58f5f1781a2ab882bef07fdc6abec
+- SHA256: 29e979de75d47c1d7c55adb5eaf0f84ed5fe91f369e6b2ee295adf1d7f28f05b
- Windows exe (sig - f99f9b1f55a91353dfb3a643342256d6b28150a81613b10a5c4f55e1a193b03b)
- Full source + docs + binary tarball (sig - a61d978aca6552aa5c3ea0de0e3c3671ff62cc8474059181aafd36c025baba42)
+ Windows exe (sig - 7c15abbeba405e79651f2633ead268dacf22da339f8c7d846047f79f179b533c)
+ Full source + docs + binary tarball (sig - 822aa93448aa8a72ff9639299d4d6f282246c0cecbedf2aacf22f254eef99bac)
To install it right away for all UNIX users (Linux, OS X, etc.), type:
-sudo wget http://youtube-dl.org/downloads/2012.02.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.02.22/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl
To check the signature, type:
-sudo wget http://youtube-dl.org/downloads/2012.02.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.02.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 5fb6da445..6e1799d45 100644
--- a/update/LATEST_VERSION
+++ b/update/LATEST_VERSION
@@ -1 +1 @@
-2012.02.22
\ No newline at end of file
+2013.02.22
\ No newline at end of file
diff --git a/update/versions.json b/update/versions.json
index 0193393a2..0209b6a3c 100644
--- a/update/versions.json
+++ b/update/versions.json
@@ -1,6 +1,6 @@
{
- "latest": "2012.02.22",
- "signature": "720f66b2023f9a2b5e2a0eda6bdaa238ac4289fa3371eaf69a495de0081f5c2a799482f6fd79ab967fcd644f1cdaf853b61b78631e3fe2c8dd2bc30b1a6737f18505220adffce2d6e4212c2fffae5523cff8414e741ef27c82dd9ae769507ca363d74ca0b20ce92616115c15e6d65077c7ebb8647b093ca5a0c47db5c991d142",
+ "latest": "2013.02.22",
+ "signature": "1748900747aff04ec3cde00522fe34c82f314360751ec47de74d239e09aa6040eb83ed507769555956b5cb0077769c30659338bd45b4643a8e2faafc535071669642c5bb93d842db3d165375cfc34421a46650d4bef62875c8dcb07bc99bb08836533f5a7ff062d8a3327790f077ab6743ee3cf6d0161e922f58fa6dff6f2258",
"versions": {
"2012.02.22": {
"bin": [
@@ -172,6 +172,20 @@
"http://youtube-dl.org/downloads/2013.02.19/youtube-dl-2013.02.19.tar.gz",
"d95505e9856d944655b1e2a8dd515fd43ff4d7e18cd07bd4016cb186feec62bb"
]
+ },
+ "2013.02.22": {
+ "bin": [
+ "http://youtube-dl.org/downloads/2013.02.22/youtube-dl",
+ "29e979de75d47c1d7c55adb5eaf0f84ed5fe91f369e6b2ee295adf1d7f28f05b"
+ ],
+ "exe": [
+ "http://youtube-dl.org/downloads/2013.02.22/youtube-dl.exe",
+ "7c15abbeba405e79651f2633ead268dacf22da339f8c7d846047f79f179b533c"
+ ],
+ "tar": [
+ "http://youtube-dl.org/downloads/2013.02.22/youtube-dl-2013.02.22.tar.gz",
+ "822aa93448aa8a72ff9639299d4d6f282246c0cecbedf2aacf22f254eef99bac"
+ ]
}
}
}
\ No newline at end of file
From ad8385f1fcc98f89b30fa37a4618f9534f5e5d15 Mon Sep 17 00:00:00 2001
From: Philipp Hagemeister
Date: Mon, 25 Feb 2013 00:34:21 +0100
Subject: [PATCH 09/20] release 2013.02.25
---
download.html | 16 ++++++++--------
update/LATEST_VERSION | 2 +-
update/versions.json | 18 ++++++++++++++++--
3 files changed, 25 insertions(+), 11 deletions(-)
diff --git a/download.html b/download.html
index db8fc0aca..8ac516781 100644
--- a/download.html
+++ b/download.html
@@ -16,25 +16,25 @@
Remember youtube-dl requires Python version 2.6, 2.7, or 3.3+ to work.
-
+
-- MD5: 0941e3c4655004498b80a27413e022d9
-- SHA1: 695f275decb58f5f1781a2ab882bef07fdc6abec
-- SHA256: 29e979de75d47c1d7c55adb5eaf0f84ed5fe91f369e6b2ee295adf1d7f28f05b
+- MD5: abd34edf0e15a08845655be55b64aea9
+- SHA1: f840510a8ea323e6646f870ae7be08564114e943
+- SHA256: 06a9cc6e8219a941511ba9ccd905eca34d77c5d4c61f43038dd1b38ae1469726
- Windows exe (sig - 7c15abbeba405e79651f2633ead268dacf22da339f8c7d846047f79f179b533c)
- Full source + docs + binary tarball (sig - 822aa93448aa8a72ff9639299d4d6f282246c0cecbedf2aacf22f254eef99bac)
+ Windows exe (sig - d764f49dfaaba8841b7ae757645b4dc1fc2c78e87433b6b95414774db9e4214c)
+ Full source + docs + binary tarball (sig - b7e2803f9a7f05f282bacc015b2a4f44c658587e19be076329c7f346093c2008)
To install it right away for all UNIX users (Linux, OS X, etc.), type:
-sudo wget http://youtube-dl.org/downloads/2013.02.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.02.25/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl
To check the signature, type:
-sudo wget http://youtube-dl.org/downloads/2013.02.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.02.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/update/LATEST_VERSION b/update/LATEST_VERSION
index 6e1799d45..b8099adba 100644
--- a/update/LATEST_VERSION
+++ b/update/LATEST_VERSION
@@ -1 +1 @@
-2013.02.22
\ No newline at end of file
+2013.02.25
\ No newline at end of file
diff --git a/update/versions.json b/update/versions.json
index 0209b6a3c..91001b4ae 100644
--- a/update/versions.json
+++ b/update/versions.json
@@ -1,6 +1,6 @@
{
- "latest": "2013.02.22",
- "signature": "1748900747aff04ec3cde00522fe34c82f314360751ec47de74d239e09aa6040eb83ed507769555956b5cb0077769c30659338bd45b4643a8e2faafc535071669642c5bb93d842db3d165375cfc34421a46650d4bef62875c8dcb07bc99bb08836533f5a7ff062d8a3327790f077ab6743ee3cf6d0161e922f58fa6dff6f2258",
+ "latest": "2013.02.25",
+ "signature": "0ad43c69830eba74da28191f214c0b884ab863adfad0763c58dedd32f5fc4976ae5a8bb7a6194b0b9a30703f208252f85a81a1c91c4f37fff26f1d13b5e8f22c34f4338a2a6834cf9be46dc7b2201a21410d20ac135290337d1e2b336070511ad0a3e5335c34dd30da817e4a6d6d0f747b6849c13f357922288fd68064906b13",
"versions": {
"2012.02.22": {
"bin": [
@@ -186,6 +186,20 @@
"http://youtube-dl.org/downloads/2013.02.22/youtube-dl-2013.02.22.tar.gz",
"822aa93448aa8a72ff9639299d4d6f282246c0cecbedf2aacf22f254eef99bac"
]
+ },
+ "2013.02.25": {
+ "bin": [
+ "http://youtube-dl.org/downloads/2013.02.25/youtube-dl",
+ "06a9cc6e8219a941511ba9ccd905eca34d77c5d4c61f43038dd1b38ae1469726"
+ ],
+ "exe": [
+ "http://youtube-dl.org/downloads/2013.02.25/youtube-dl.exe",
+ "d764f49dfaaba8841b7ae757645b4dc1fc2c78e87433b6b95414774db9e4214c"
+ ],
+ "tar": [
+ "http://youtube-dl.org/downloads/2013.02.25/youtube-dl-2013.02.25.tar.gz",
+ "b7e2803f9a7f05f282bacc015b2a4f44c658587e19be076329c7f346093c2008"
+ ]
}
}
}
\ No newline at end of file
From cd0b44fd5e6f91f9d855084dc239c41333e8016c Mon Sep 17 00:00:00 2001
From: Philipp Hagemeister
Date: Fri, 29 Mar 2013 21:18:48 +0100
Subject: [PATCH 10/20] Add link to RSS feed (#758)
---
index.html | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
index 904b4d4d4..92bcfd945 100644
--- a/index.html
+++ b/index.html
@@ -1,9 +1,10 @@
-
+
youtube-dl
-
+
+
From 2386b04c2477aaaf18db96b673ba10af23b1eb10 Mon Sep 17 00:00:00 2001
From: Philipp Hagemeister
Date: Fri, 29 Mar 2013 21:19:05 +0100
Subject: [PATCH 11/20] Ignore egg-info
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index 543b00e04..6cefb93ce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ youtube-dl.exe
youtube-dl.tar.gz
.coverage
cover/
+youtube_dl.egg-info/
From 7d8127b4b88a6d7e40faf725d03789f9fbb454c1 Mon Sep 17 00:00:00 2001
From: Philipp Hagemeister
Date: Fri, 29 Mar 2013 21:29:41 +0100
Subject: [PATCH 12/20] release 2013.03.29
---
download.html | 16 +--
update/LATEST_VERSION | 2 +-
update/atom.atom | 232 ++++++++++++++++++++++++++++++++++++++++++
update/versions.json | 18 +++-
4 files changed, 257 insertions(+), 11 deletions(-)
create mode 100644 update/atom.atom
diff --git a/download.html b/download.html
index 8ac516781..35fe534bb 100644
--- a/download.html
+++ b/download.html
@@ -16,25 +16,25 @@
Remember youtube-dl requires Python version 2.6, 2.7, or 3.3+ to work.
-
+
-- MD5: abd34edf0e15a08845655be55b64aea9
-- SHA1: f840510a8ea323e6646f870ae7be08564114e943
-- SHA256: 06a9cc6e8219a941511ba9ccd905eca34d77c5d4c61f43038dd1b38ae1469726
+- MD5: 7f7b297838928d4f4135f4a6a1ee7f3a
+- SHA1: 1af48dbe0e0ef6129fa02afa7094a858dd11fd2c
+- SHA256: d99205257e5ae0e96da78e2cf46f8aba93ce739388f866fb3f976ffdd892f312
- Windows exe (sig - d764f49dfaaba8841b7ae757645b4dc1fc2c78e87433b6b95414774db9e4214c)
- Full source + docs + binary tarball (sig - b7e2803f9a7f05f282bacc015b2a4f44c658587e19be076329c7f346093c2008)
+ Windows exe (sig - 4fd949775d7e6118b6233dbb8996d87e1a852b1d6ecccf9e5665ac3870150192)
+ Full source + docs + binary tarball (sig - 763d612906b039abb969f9ed320f47cca1a6bed7cce08ba4751529826663002a)
To install it right away for all UNIX users (Linux, OS X, etc.), type:
-sudo wget http://youtube-dl.org/downloads/2013.02.25/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.03.29/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl
To check the signature, type:
-sudo wget http://youtube-dl.org/downloads/2013.02.25/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.03.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 b8099adba..5d307dd55 100644
--- a/update/LATEST_VERSION
+++ b/update/LATEST_VERSION
@@ -1 +1 @@
-2013.02.25
\ No newline at end of file
+2013.03.29
\ No newline at end of file
diff --git a/update/atom.atom b/update/atom.atom
new file mode 100644
index 000000000..fa1e14aa2
--- /dev/null
+++ b/update/atom.atom
@@ -0,0 +1,232 @@
+
+
+ Updates feed.
+ youtube-dl-updates-feed
+ 2013-03-29T21:29:40.712649
+
+
+ youtube-dl-2012.02.22
+ New version 2012.02.22
+
+
+
+
+
+ The youtube-dl maintainers
+
+ 2012-02-22
+
+
+
+ youtube-dl-2013.01.02
+ New version 2013.01.02
+
+
+
+
+
+ The youtube-dl maintainers
+
+ 2013-01-02
+
+
+
+ youtube-dl-2013.01.06
+ New version 2013.01.06
+
+
+
+
+
+ The youtube-dl maintainers
+
+ 2013-01-06
+
+
+
+ youtube-dl-2013.01.08
+ New version 2013.01.08
+
+
+
+
+
+ The youtube-dl maintainers
+
+ 2013-01-08
+
+
+
+ youtube-dl-2013.01.11
+ New version 2013.01.11
+
+
+
+
+
+ The youtube-dl maintainers
+
+ 2013-01-11
+
+
+
+ youtube-dl-2013.01.12
+ New version 2013.01.12
+
+
+
+
+
+ The youtube-dl maintainers
+
+ 2013-01-12
+
+
+
+ youtube-dl-2013.01.13
+ New version 2013.01.13
+
+
+
+
+
+ The youtube-dl maintainers
+
+ 2013-01-13
+
+
+
+ youtube-dl-2013.01.28
+ New version 2013.01.28
+
+
+
+
+
+ The youtube-dl maintainers
+
+ 2013-01-28
+
+
+
+ youtube-dl-2013.02.01
+ New version 2013.02.01
+
+
+
+
+
+ The youtube-dl maintainers
+
+ 2013-02-01
+
+
+
+ youtube-dl-2013.02.02
+ New version 2013.02.02
+
+
+
+
+
+ The youtube-dl maintainers
+
+ 2013-02-02
+
+
+
+ youtube-dl-2013.02.18
+ New version 2013.02.18
+
+
+
+
+
+ The youtube-dl maintainers
+
+ 2013-02-18
+
+
+
+ youtube-dl-2013.02.19
+ New version 2013.02.19
+
+
+
+
+
+ The youtube-dl maintainers
+
+ 2013-02-19
+
+
+
+ youtube-dl-2013.02.22
+ New version 2013.02.22
+
+
+
+
+
+ The youtube-dl maintainers
+
+ 2013-02-22
+
+
+
+ youtube-dl-2013.02.25
+ New version 2013.02.25
+
+
+
+
+
+ The youtube-dl maintainers
+
+ 2013-02-25
+
+
+
+ youtube-dl-2013.03.29
+ New version 2013.03.29
+
+
+
+
+
+ The youtube-dl maintainers
+
+ 2013-03-29
+
+
+
\ No newline at end of file
diff --git a/update/versions.json b/update/versions.json
index 91001b4ae..dde537dd0 100644
--- a/update/versions.json
+++ b/update/versions.json
@@ -1,6 +1,6 @@
{
- "latest": "2013.02.25",
- "signature": "0ad43c69830eba74da28191f214c0b884ab863adfad0763c58dedd32f5fc4976ae5a8bb7a6194b0b9a30703f208252f85a81a1c91c4f37fff26f1d13b5e8f22c34f4338a2a6834cf9be46dc7b2201a21410d20ac135290337d1e2b336070511ad0a3e5335c34dd30da817e4a6d6d0f747b6849c13f357922288fd68064906b13",
+ "latest": "2013.03.29",
+ "signature": "3f27d6f2092d56b38459df4439b446c26a05986592a1114de50151b7272756c2a066332a182070cd38606ddc61fb30bdc98739a4ececd52d363dd55269b4746d4fb9448a53ab9e40395667343ef72bce8c2d8d1671d4e93c94dbcf2458ee09009a06aed7714fedec9e62333741b164ab9d1e50e98381cf8f52dffd892b124f9d",
"versions": {
"2012.02.22": {
"bin": [
@@ -200,6 +200,20 @@
"http://youtube-dl.org/downloads/2013.02.25/youtube-dl-2013.02.25.tar.gz",
"b7e2803f9a7f05f282bacc015b2a4f44c658587e19be076329c7f346093c2008"
]
+ },
+ "2013.03.29": {
+ "bin": [
+ "http://youtube-dl.org/downloads/2013.03.29/youtube-dl",
+ "d99205257e5ae0e96da78e2cf46f8aba93ce739388f866fb3f976ffdd892f312"
+ ],
+ "exe": [
+ "http://youtube-dl.org/downloads/2013.03.29/youtube-dl.exe",
+ "4fd949775d7e6118b6233dbb8996d87e1a852b1d6ecccf9e5665ac3870150192"
+ ],
+ "tar": [
+ "http://youtube-dl.org/downloads/2013.03.29/youtube-dl-2013.03.29.tar.gz",
+ "763d612906b039abb969f9ed320f47cca1a6bed7cce08ba4751529826663002a"
+ ]
}
}
}
\ No newline at end of file
From 18aab9843ee92c2e974211330f37ffcf194619c4 Mon Sep 17 00:00:00 2001
From: Philipp Hagemeister
Date: Fri, 29 Mar 2013 21:37:51 +0100
Subject: [PATCH 13/20] Correct feed URL
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 92bcfd945..8eabd4073 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
youtube-dl
-
+
From 8dfa0b76e61879a2a9c45dc530e73ff94d31d5e2 Mon Sep 17 00:00:00 2001
From: Philipp Hagemeister
Date: Fri, 29 Mar 2013 21:43:48 +0100
Subject: [PATCH 14/20] minor feed improvements
---
index.html | 2 +-
update/{atom.atom => releases.atom} | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
rename update/{atom.atom => releases.atom} (97%)
diff --git a/index.html b/index.html
index 8eabd4073..b4b20f54d 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
youtube-dl
-
+
diff --git a/update/atom.atom b/update/releases.atom
similarity index 97%
rename from update/atom.atom
rename to update/releases.atom
index fa1e14aa2..62ea44d42 100644
--- a/update/atom.atom
+++ b/update/releases.atom
@@ -1,8 +1,8 @@
-
- Updates feed.
+
+ youtube-dl releases
youtube-dl-updates-feed
- 2013-03-29T21:29:40.712649
+ 2013-03-29T21:42:13.665836
youtube-dl-2012.02.22
From a87558dc124dbcf7126ff4b78152639f9ada234d Mon Sep 17 00:00:00 2001
From: Ricardo Garcia
Date: Wed, 3 Apr 2013 20:09:38 +0200
Subject: [PATCH 15/20] Documentation license change (fixes #768)
---
about.html | 4 ++--
documentation.html | 4 ++--
download.html | 4 ++--
download.html.in | 4 ++--
faq.html | 4 ++--
index.html | 4 ++--
6 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/about.html b/about.html
index 685bef9e5..c404f2fb7 100644
--- a/about.html
+++ b/about.html
@@ -33,9 +33,9 @@
-
+
![Creative Commons License]()
+src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png" />
Copyright © 2006-2013 Ricardo Garcia Gonzalez
diff --git a/documentation.html b/documentation.html
index ca7f9efbd..97eb9f8ba 100644
--- a/documentation.html
+++ b/documentation.html
@@ -129,9 +129,9 @@ You can configure youtube-dl by placing default arguments (such as --extra
-
+
![Creative Commons License]()
+src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png" />
Copyright © 2006-2013 Ricardo Garcia Gonzalez