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.
-
+
-- 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
+
+
+
+
+
+ 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