diff --git a/download.html b/download.html index 8d9a5d7d8..75162e005 100644 --- a/download.html +++ b/download.html @@ -14,15 +14,15 @@

Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work except for Windows exe.

-

Windows exe requires Microsoft Visual C++ 2010 Redistributable Package (x86) and does not require Python that is already embedded into the binary.

+

Windows exe requires Microsoft Visual C++ 2010 Redistributable Package (x86) and does not require Python that is already embedded into the binary.

-

2016.09.04 (sig)

+

2016.09.04.1 (sig)

-

SHA256: 98bae2c4389bc30e6dd20245f22c66ef6c180de1a36152303a5de030a62ae956

+

SHA256: 51f946c7b411667e5834a19410a663ce5eae3beebac616796f923085347c1a95

- Windows exe (sig - SHA256 83adc2786142cc5b5ae94883d9c31b8fb6377e37396385de699db57d69c7868e)
- Full source + docs + binary tarball (sig - SHA256 53428e3eb86081c668c4a3a87165fa24d3410266265f9734ee85525c7fea6a31) + Windows exe (sig - SHA256 5b0344ed1a6ba0f030202229bb7881e1262a43ca000c602381a3174fd709f9ec)
+ Full source + docs + binary tarball (sig - SHA256 3a84cab74d89f3dbe28f24cc8a012a6f7845ffb1b9d7131cd1e58fefaef035dd)

To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 71f3338dd..a677747a7 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.09.04 \ No newline at end of file +2016.09.04.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 5fb5b985c..e0ce7c58b 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2016-09-04T20:53:55.349442Z + 2016-09-04T21:00:12.401234Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -10355,4 +10355,19 @@ 2016-09-04T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.09.04.1 + New version 2016.09.04.1 + + +

+ Downloads available at https://yt-dl.org/downloads/2016.09.04.1/ +
+ + + The youtube-dl maintainers + + 2016-09-04T00:00:01Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 6e441459e..49535b3de 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.09.04", - "signature": "734edbcd8be2b5a60a3fb3127832ff26513d35de1d6333aa35ee70d7fe357894e7de7e286bfc1430bc8e83be0149566352376b8ce03db9cc6aa744e0a6737da764b8ba48e7976290496ce15c962506faf32aa247b50d27128bf1740fc50c44314763832ed48952e126d8700cf8be9544d8b7ce2c7c94cb221b8ba8c5a9be0ed8", + "latest": "2016.09.04.1", + "signature": "1734c00bcef28b442207702b4d4044c554755c3651ab7b15516758b57da2a9db273be6ad1f081ef9783cae2973e54f1698a08c5aeaee2723588f2b5cc10aaacd8cdd05e81ee81a65c5d57e0e33565cb26ea686886079e5c23e33d1e4aa8e700e06e50ccc0c2199884cea749a028802213ec97b4ac12b5e2a9df4090578d1f8e6", "versions": { "2012.02.22": { "bin": [ @@ -9667,6 +9667,20 @@ "https://yt-dl.org/downloads/2016.09.04/youtube-dl-2016.09.04.tar.gz", "53428e3eb86081c668c4a3a87165fa24d3410266265f9734ee85525c7fea6a31" ] + }, + "2016.09.04.1": { + "bin": [ + "https://yt-dl.org/downloads/2016.09.04.1/youtube-dl", + "51f946c7b411667e5834a19410a663ce5eae3beebac616796f923085347c1a95" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.09.04.1/youtube-dl.exe", + "5b0344ed1a6ba0f030202229bb7881e1262a43ca000c602381a3174fd709f9ec" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.09.04.1/youtube-dl-2016.09.04.1.tar.gz", + "3a84cab74d89f3dbe28f24cc8a012a6f7845ffb1b9d7131cd1e58fefaef035dd" + ] } } } \ No newline at end of file