From b408c2cee995fbd84d818ddc1baa7e3827afd953 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Wed, 19 Oct 2016 23:58:20 +0700 Subject: [PATCH 001/121] release 2016.10.19 --- download.html | 10 +++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 38 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index d456f14da..500801e02 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.10.16 (sig)

+

2016.10.19 (sig)

-

SHA256: c84ae0c46c9123d0fae060d348978a4e215a87ac7b25369c8074fe735bdee985

+

SHA256: 406f74961836d2f40c73f13ad23d785b9a70914d046600437752234de937db93

- Windows exe (sig - SHA256 be2caf88ce5d0f115324a184d8b77e344dac802468cab96f1d491e1dde5be4cd)
- Full source + docs + binary tarball (sig - SHA256 0ff39cbc17b4a73957238ab94ff5f05de2b7d833b0af3e2caf1df51eeeeacc60) + Windows exe (sig - SHA256 4a1aa5203537d94ac354587b8b14ecd74e4f91ddd7efd5f1e34e0af00fc848e3)
+ Full source + docs + binary tarball (sig - SHA256 ed8d4a247c4cfffe2a1171b4f9c20be19e84d96bcf3716f46988c8503b1b7713)

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 a7d77618a..3a0c3f350 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.10.16 \ No newline at end of file +2016.10.19 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 33e891ed3..dc5981b0d 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-10-16T03:25:58.345571Z + 2016-10-19T23:58:06.773965Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -10550,4 +10550,19 @@ 2016-10-16T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.10.19 + New version 2016.10.19 + + +

+ Downloads available at https://yt-dl.org/downloads/2016.10.19/ +
+ + + The youtube-dl maintainers + + 2016-10-19T00:00:00Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 43ae108a8..9bda873e5 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.10.16", - "signature": "478ac8cddcbd935391df6dd7eb6fd4cdd0da7a8fb99039ab00d052128593618e6035020f29525425a8c192cf9ab431ef3a957798164e2c7fa019dd4bed989787ec23c62f94489fb790053a6b3c94ef8c57c287341430b53a4951243b87d6c85384b8749c2204587f285652eeed1b911428711b0d04e21bf5a86b5db7b02548a6", + "latest": "2016.10.19", + "signature": "143a240749b8e7c0d7a2f36d06b5fc9843267f9232d14dfdf238701455cbfab057bcffdb2bf61cf292fbbcef3dbecc74a10c3e06ae956f5efa6830a5af491737bd003331913d214640582aebfc88d8f442f47c8e7e9c9b9a08527da41792da572ce301f67d4130a6586af636f1b21b8a9098e49a0f1b0a4a1c0a50f56c8bf495", "versions": { "2012.02.22": { "bin": [ @@ -9849,6 +9849,20 @@ "https://yt-dl.org/downloads/2016.10.16/youtube-dl-2016.10.16.tar.gz", "0ff39cbc17b4a73957238ab94ff5f05de2b7d833b0af3e2caf1df51eeeeacc60" ] + }, + "2016.10.19": { + "bin": [ + "https://yt-dl.org/downloads/2016.10.19/youtube-dl", + "406f74961836d2f40c73f13ad23d785b9a70914d046600437752234de937db93" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.10.19/youtube-dl.exe", + "4a1aa5203537d94ac354587b8b14ecd74e4f91ddd7efd5f1e34e0af00fc848e3" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.10.19/youtube-dl-2016.10.19.tar.gz", + "ed8d4a247c4cfffe2a1171b4f9c20be19e84d96bcf3716f46988c8503b1b7713" + ] } } } \ No newline at end of file From d979231c90189b3afd6f5f44eb30066ccc7635e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Fri, 21 Oct 2016 03:14:17 +0700 Subject: [PATCH 002/121] release 2016.10.21 --- download.html | 10 +++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 38 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 500801e02..e247f05eb 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.10.19 (sig)

+

2016.10.21 (sig)

-

SHA256: 406f74961836d2f40c73f13ad23d785b9a70914d046600437752234de937db93

+

SHA256: 55ddb6fe51073ddb142dcf34ac082092ad6d3a60bde937f84409359bdad1014c

- Windows exe (sig - SHA256 4a1aa5203537d94ac354587b8b14ecd74e4f91ddd7efd5f1e34e0af00fc848e3)
- Full source + docs + binary tarball (sig - SHA256 ed8d4a247c4cfffe2a1171b4f9c20be19e84d96bcf3716f46988c8503b1b7713) + Windows exe (sig - SHA256 efe31b8b98cd2c21d222f2083ad61f5f7baa68e9dfaded72d38380fa6e2dd4ff)
+ Full source + docs + binary tarball (sig - SHA256 b2c5cd432f5629f3ee0ffaa4e76086992bf14c41f447b454934176bbd24b7987)

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 3a0c3f350..459ea1c39 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.10.19 \ No newline at end of file +2016.10.21 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index dc5981b0d..9aea00f6a 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-10-19T23:58:06.773965Z + 2016-10-21T03:14:05.594130Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -10565,4 +10565,19 @@ 2016-10-19T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.10.21 + New version 2016.10.21 + + +

+ Downloads available at https://yt-dl.org/downloads/2016.10.21/ +
+ + + The youtube-dl maintainers + + 2016-10-21T00:00:00Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 9bda873e5..7dbe8b36d 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.10.19", - "signature": "143a240749b8e7c0d7a2f36d06b5fc9843267f9232d14dfdf238701455cbfab057bcffdb2bf61cf292fbbcef3dbecc74a10c3e06ae956f5efa6830a5af491737bd003331913d214640582aebfc88d8f442f47c8e7e9c9b9a08527da41792da572ce301f67d4130a6586af636f1b21b8a9098e49a0f1b0a4a1c0a50f56c8bf495", + "latest": "2016.10.21", + "signature": "2c20069a570a346aeb12889a00b92c95f3d3131104eee428de4b1dfe72931a17604a83652d76a206a610132aff2a8e05cd1896964df47619cb16f6309afb487e2892cf210c7fddde79df23dfc5b3c976212f653ef0aaf22d41886615e4d4ac56f7f35a81374b13aa1846338ef597b839d645ce27f94e75a614187fc65c52d51b", "versions": { "2012.02.22": { "bin": [ @@ -9863,6 +9863,20 @@ "https://yt-dl.org/downloads/2016.10.19/youtube-dl-2016.10.19.tar.gz", "ed8d4a247c4cfffe2a1171b4f9c20be19e84d96bcf3716f46988c8503b1b7713" ] + }, + "2016.10.21": { + "bin": [ + "https://yt-dl.org/downloads/2016.10.21/youtube-dl", + "55ddb6fe51073ddb142dcf34ac082092ad6d3a60bde937f84409359bdad1014c" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.10.21/youtube-dl.exe", + "efe31b8b98cd2c21d222f2083ad61f5f7baa68e9dfaded72d38380fa6e2dd4ff" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.10.21/youtube-dl-2016.10.21.tar.gz", + "b2c5cd432f5629f3ee0ffaa4e76086992bf14c41f447b454934176bbd24b7987" + ] } } } \ No newline at end of file From f35f2c3054f6de5ea492ec803e9908be5a1a0de1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Fri, 21 Oct 2016 05:01:59 +0700 Subject: [PATCH 003/121] release 2016.10.21.1 --- download.html | 10 +++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 38 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index e247f05eb..d7fbab8ea 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.10.21 (sig)

+

2016.10.21.1 (sig)

-

SHA256: 55ddb6fe51073ddb142dcf34ac082092ad6d3a60bde937f84409359bdad1014c

+

SHA256: 0c4274a1c044dd03840d7ef836236c73c956f98f225a05a503174236c31e5b2c

- Windows exe (sig - SHA256 efe31b8b98cd2c21d222f2083ad61f5f7baa68e9dfaded72d38380fa6e2dd4ff)
- Full source + docs + binary tarball (sig - SHA256 b2c5cd432f5629f3ee0ffaa4e76086992bf14c41f447b454934176bbd24b7987) + Windows exe (sig - SHA256 01096e6a0cada1c79fe6a3dc9dcf6feea8ee0895b7a6f987c10dc35c0f52b135)
+ Full source + docs + binary tarball (sig - SHA256 8b768ad99ecdbc08521171456800515df29df8bceb0f1fe1cb8113dd2500d216)

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 459ea1c39..5edf2fae5 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.10.21 \ No newline at end of file +2016.10.21.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 9aea00f6a..1dec60f28 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-10-21T03:14:05.594130Z + 2016-10-21T05:01:46.770464Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -10580,4 +10580,19 @@ 2016-10-21T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.10.21.1 + New version 2016.10.21.1 + + +

+ Downloads available at https://yt-dl.org/downloads/2016.10.21.1/ +
+ + + The youtube-dl maintainers + + 2016-10-21T00:00:01Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 7dbe8b36d..14e3547d8 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.10.21", - "signature": "2c20069a570a346aeb12889a00b92c95f3d3131104eee428de4b1dfe72931a17604a83652d76a206a610132aff2a8e05cd1896964df47619cb16f6309afb487e2892cf210c7fddde79df23dfc5b3c976212f653ef0aaf22d41886615e4d4ac56f7f35a81374b13aa1846338ef597b839d645ce27f94e75a614187fc65c52d51b", + "latest": "2016.10.21.1", + "signature": "10c28327e8cecbd9e35e3fa9fe50ce78426bffeeacc4f2ac142efb0d73cf2d34cc9a921ebee9d1eea4b8e47db051353f24b5f5f5009b7072b953bb8c4314b234544080a8e2c2647aaa055720f86e594805966c46599b05b0af279570a04fb5e8eadd6535a1e737e9e33bdc44164a2c6e07cf3f611eb9e8ae9824ff6cbbe0a7b6", "versions": { "2012.02.22": { "bin": [ @@ -9877,6 +9877,20 @@ "https://yt-dl.org/downloads/2016.10.21/youtube-dl-2016.10.21.tar.gz", "b2c5cd432f5629f3ee0ffaa4e76086992bf14c41f447b454934176bbd24b7987" ] + }, + "2016.10.21.1": { + "bin": [ + "https://yt-dl.org/downloads/2016.10.21.1/youtube-dl", + "0c4274a1c044dd03840d7ef836236c73c956f98f225a05a503174236c31e5b2c" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.10.21.1/youtube-dl.exe", + "01096e6a0cada1c79fe6a3dc9dcf6feea8ee0895b7a6f987c10dc35c0f52b135" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.10.21.1/youtube-dl-2016.10.21.1.tar.gz", + "8b768ad99ecdbc08521171456800515df29df8bceb0f1fe1cb8113dd2500d216" + ] } } } \ No newline at end of file From 28bfe57d983f15eaec6bcb516b17b3d2d6456cf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Tue, 25 Oct 2016 03:21:27 +0700 Subject: [PATCH 004/121] release 2016.10.25 --- download.html | 10 +++++----- supportedsites.html | 6 +++++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 10 deletions(-) diff --git a/download.html b/download.html index d7fbab8ea..b22f8b4c9 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.10.21.1 (sig)

+

2016.10.25 (sig)

-

SHA256: 0c4274a1c044dd03840d7ef836236c73c956f98f225a05a503174236c31e5b2c

+

SHA256: 2f18bbb4de03ecfcfb65e2c0c53f719275b431bc175d20a7d4ea7441e74bf24b

- Windows exe (sig - SHA256 01096e6a0cada1c79fe6a3dc9dcf6feea8ee0895b7a6f987c10dc35c0f52b135)
- Full source + docs + binary tarball (sig - SHA256 8b768ad99ecdbc08521171456800515df29df8bceb0f1fe1cb8113dd2500d216) + Windows exe (sig - SHA256 2de9fcfb6a1c983367452dbf3a5417ce465eab294058432c3038b428e529669a)
+ Full source + docs + binary tarball (sig - SHA256 920048c6ff2f7f2c4b55c1ba4810e85f76efd814118e59b3568bdc2c38024697)

To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 67c864cd5..30fd82fdc 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -347,6 +347,8 @@

  • ivideon: Ivideon TV
  • Iwara
  • Izlesene
  • +
  • Jamendo
  • +
  • JamendoAlbum
  • JeuxVideo
  • Jove
  • jpopsuki.tv
  • @@ -542,6 +544,7 @@
  • orf:iptv: iptv.ORF.at
  • orf:oe1: Radio Österreich 1
  • orf:tvthek: ORF TVthek
  • +
  • PandaTV: 熊猫TV
  • pandora.tv: 판도라TV
  • parliamentlive.tv: UK parliament videos
  • Patreon
  • @@ -656,7 +659,7 @@
  • ServingSys
  • Sexu
  • Shahid
  • -
  • Shared: shared.sx and vivo.sx
  • +
  • Shared: shared.sx
  • ShareSix
  • Sina
  • SixPlay
  • @@ -863,6 +866,7 @@
  • Vimple: Vimple - one-click video hosting
  • Vine
  • vine:user
  • +
  • Vivo: vivo.sx
  • vk: VK
  • vk:uservideos: VK - User's Videos
  • vk:wallpost
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 5edf2fae5..8aa2f4991 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.10.21.1 \ No newline at end of file +2016.10.25 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 1dec60f28..630859c5b 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-10-21T05:01:46.770464Z + 2016-10-25T03:21:21.231229Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -10595,4 +10595,19 @@ 2016-10-21T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.10.25 + New version 2016.10.25 + + +
    + Downloads available at https://yt-dl.org/downloads/2016.10.25/ +
    +
    + + The youtube-dl maintainers + + 2016-10-25T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 14e3547d8..705a8298f 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.10.21.1", - "signature": "10c28327e8cecbd9e35e3fa9fe50ce78426bffeeacc4f2ac142efb0d73cf2d34cc9a921ebee9d1eea4b8e47db051353f24b5f5f5009b7072b953bb8c4314b234544080a8e2c2647aaa055720f86e594805966c46599b05b0af279570a04fb5e8eadd6535a1e737e9e33bdc44164a2c6e07cf3f611eb9e8ae9824ff6cbbe0a7b6", + "latest": "2016.10.25", + "signature": "73aa56ecafc7a3896c728dba599c3ec41d319139c9ad160fef42347b4ad67fbff9fea6cc5a8f03a82af2cc817f7db9ad7c5a61df219da02e0f0e4867ccbe3a9f30de5abfcb9fa9202107c597ba708bbe3a2f84c031e0e7740d7f8053b6f0390016a69410a477a0b01cd369cdc340437a0bad98875c82ecb9738b6dafe1cf5c4a", "versions": { "2012.02.22": { "bin": [ @@ -9891,6 +9891,20 @@ "https://yt-dl.org/downloads/2016.10.21.1/youtube-dl-2016.10.21.1.tar.gz", "8b768ad99ecdbc08521171456800515df29df8bceb0f1fe1cb8113dd2500d216" ] + }, + "2016.10.25": { + "bin": [ + "https://yt-dl.org/downloads/2016.10.25/youtube-dl", + "2f18bbb4de03ecfcfb65e2c0c53f719275b431bc175d20a7d4ea7441e74bf24b" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.10.25/youtube-dl.exe", + "2de9fcfb6a1c983367452dbf3a5417ce465eab294058432c3038b428e529669a" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.10.25/youtube-dl-2016.10.25.tar.gz", + "920048c6ff2f7f2c4b55c1ba4810e85f76efd814118e59b3568bdc2c38024697" + ] } } } \ No newline at end of file From 078a5ae9307e6ca2f2f4c231f559958b86645dc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Wed, 26 Oct 2016 19:57:26 +0700 Subject: [PATCH 005/121] release 2016.10.26 --- download.html | 10 +++++----- supportedsites.html | 2 ++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 40 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index b22f8b4c9..7b89a6fff 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.10.25 (sig)

    +

    2016.10.26 (sig)

    -

    SHA256: 2f18bbb4de03ecfcfb65e2c0c53f719275b431bc175d20a7d4ea7441e74bf24b

    +

    SHA256: befe1f9fe06f855280a8f87642cb1fbf52d6f0b6e70496e9260fbcdd0409597c

    - Windows exe (sig - SHA256 2de9fcfb6a1c983367452dbf3a5417ce465eab294058432c3038b428e529669a)
    - Full source + docs + binary tarball (sig - SHA256 920048c6ff2f7f2c4b55c1ba4810e85f76efd814118e59b3568bdc2c38024697) + Windows exe (sig - SHA256 69d73a5c7ea4018294ded2bc00979f9f254e2c9178b6b6109dca7a30dd0d0092)
    + Full source + docs + binary tarball (sig - SHA256 df9f9848198ef225bc351db016d54843fb93252704a786e7e34418f60617b1a5)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 30fd82fdc..1da3e52ab 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -604,6 +604,8 @@

  • RDS: RDS.ca
  • RedTube
  • RegioTV
  • +
  • RENTV
  • +
  • RENTVArticle
  • Restudy
  • Reuters
  • ReverbNation
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 8aa2f4991..39c34b4b9 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.10.25 \ No newline at end of file +2016.10.26 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 630859c5b..5d9cf2836 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-10-25T03:21:21.231229Z + 2016-10-26T19:57:21.564037Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -10610,4 +10610,19 @@ 2016-10-25T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.10.26 + New version 2016.10.26 + + +
    + Downloads available at https://yt-dl.org/downloads/2016.10.26/ +
    +
    + + The youtube-dl maintainers + + 2016-10-26T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 705a8298f..023b330c0 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.10.25", - "signature": "73aa56ecafc7a3896c728dba599c3ec41d319139c9ad160fef42347b4ad67fbff9fea6cc5a8f03a82af2cc817f7db9ad7c5a61df219da02e0f0e4867ccbe3a9f30de5abfcb9fa9202107c597ba708bbe3a2f84c031e0e7740d7f8053b6f0390016a69410a477a0b01cd369cdc340437a0bad98875c82ecb9738b6dafe1cf5c4a", + "latest": "2016.10.26", + "signature": "4e87dbb5d369c273edbf4d14b19aa1c31c534e185cc4a5db21a78109039eb66ac49b46de41986bc9465ce9b829dcb95081d4f6e3f55876b6125b7bf308f3980bf51354a8934abb8b2c6a9b1de3d98c9de268461f37a360c60141f661897951311476f750686fb0f0d7c54e27d0f4f4c39b76744bd0af4d92982a70a8fefb8d6a", "versions": { "2012.02.22": { "bin": [ @@ -9905,6 +9905,20 @@ "https://yt-dl.org/downloads/2016.10.25/youtube-dl-2016.10.25.tar.gz", "920048c6ff2f7f2c4b55c1ba4810e85f76efd814118e59b3568bdc2c38024697" ] + }, + "2016.10.26": { + "bin": [ + "https://yt-dl.org/downloads/2016.10.26/youtube-dl", + "befe1f9fe06f855280a8f87642cb1fbf52d6f0b6e70496e9260fbcdd0409597c" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.10.26/youtube-dl.exe", + "69d73a5c7ea4018294ded2bc00979f9f254e2c9178b6b6109dca7a30dd0d0092" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.10.26/youtube-dl-2016.10.26.tar.gz", + "df9f9848198ef225bc351db016d54843fb93252704a786e7e34418f60617b1a5" + ] } } } \ No newline at end of file From 8a4416f19683e4623a4a197fd808315adc2fd395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Mon, 31 Oct 2016 01:38:45 +0700 Subject: [PATCH 006/121] release 2016.10.31 --- download.html | 10 +++++----- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 39 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 7b89a6fff..2f62a030f 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.10.26 (sig)

    +

    2016.10.31 (sig)

    -

    SHA256: befe1f9fe06f855280a8f87642cb1fbf52d6f0b6e70496e9260fbcdd0409597c

    +

    SHA256: f84e1689ceafc60a8cfcceb8290855635923bae021e77465ded76f331f091686

    - Windows exe (sig - SHA256 69d73a5c7ea4018294ded2bc00979f9f254e2c9178b6b6109dca7a30dd0d0092)
    - Full source + docs + binary tarball (sig - SHA256 df9f9848198ef225bc351db016d54843fb93252704a786e7e34418f60617b1a5) + Windows exe (sig - SHA256 1e001aa23d5bac03611a2da2812a12034aa07317c686748d730d0efceec01f7b)
    + Full source + docs + binary tarball (sig - SHA256 b8a0889bf4fed2f54d8ebbc6ea7860feae05b122d1b192417af68159b83f0bb4)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 1da3e52ab..990a78c1a 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -503,6 +503,7 @@

  • Nintendo
  • njoy: N-JOY
  • njoy:embed
  • +
  • NobelPrize
  • Noco
  • Normalboots
  • NosVideo
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 39c34b4b9..cab7ba132 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.10.26 \ No newline at end of file +2016.10.31 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 5d9cf2836..4752fbc0f 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-10-26T19:57:21.564037Z + 2016-10-31T01:38:39.068448Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -10625,4 +10625,19 @@ 2016-10-26T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.10.31 + New version 2016.10.31 + + +
    + Downloads available at https://yt-dl.org/downloads/2016.10.31/ +
    +
    + + The youtube-dl maintainers + + 2016-10-31T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 023b330c0..c7d8d1c1b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.10.26", - "signature": "4e87dbb5d369c273edbf4d14b19aa1c31c534e185cc4a5db21a78109039eb66ac49b46de41986bc9465ce9b829dcb95081d4f6e3f55876b6125b7bf308f3980bf51354a8934abb8b2c6a9b1de3d98c9de268461f37a360c60141f661897951311476f750686fb0f0d7c54e27d0f4f4c39b76744bd0af4d92982a70a8fefb8d6a", + "latest": "2016.10.31", + "signature": "67fad9719f2008067e7e12699df02e35a671f65bfe7671f46f9dcb4a1ceb3b057bc2288ebe9a9a28bcb9b49a510472cd272c46191988ba6e070f66f4100d2e52a16fdc5258224890e19228d37af27c620b7bca1520fd0de6b537bdcc7ab1547d1cc7cccd7e4c2e7543229d65757ca2b6d18a21841b524b4e76b273ab6fc72bd6", "versions": { "2012.02.22": { "bin": [ @@ -9919,6 +9919,20 @@ "https://yt-dl.org/downloads/2016.10.26/youtube-dl-2016.10.26.tar.gz", "df9f9848198ef225bc351db016d54843fb93252704a786e7e34418f60617b1a5" ] + }, + "2016.10.31": { + "bin": [ + "https://yt-dl.org/downloads/2016.10.31/youtube-dl", + "f84e1689ceafc60a8cfcceb8290855635923bae021e77465ded76f331f091686" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.10.31/youtube-dl.exe", + "1e001aa23d5bac03611a2da2812a12034aa07317c686748d730d0efceec01f7b" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.10.31/youtube-dl-2016.10.31.tar.gz", + "b8a0889bf4fed2f54d8ebbc6ea7860feae05b122d1b192417af68159b83f0bb4" + ] } } } \ No newline at end of file From df811195b33b20abf35226addb71ac67c43d5d62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Wed, 2 Nov 2016 02:41:14 +0700 Subject: [PATCH 007/121] release 2016.11.02 --- download.html | 10 +++++----- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 39 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 2f62a030f..1da7a5132 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.10.31 (sig)

    +

    2016.11.02 (sig)

    -

    SHA256: f84e1689ceafc60a8cfcceb8290855635923bae021e77465ded76f331f091686

    +

    SHA256: 7d16f766566c1023cc6f45edaf60de40ddf93565fb847f7bbe5953f3d9ec5ec8

    - Windows exe (sig - SHA256 1e001aa23d5bac03611a2da2812a12034aa07317c686748d730d0efceec01f7b)
    - Full source + docs + binary tarball (sig - SHA256 b8a0889bf4fed2f54d8ebbc6ea7860feae05b122d1b192417af68159b83f0bb4) + Windows exe (sig - SHA256 0ec9326ac86ab56fac8035fa2564b1c99e83b50480f630c6545391d2423ab34b)
    + Full source + docs + binary tarball (sig - SHA256 97777924c3df763d3f2259c9a7f227a01e787ccd452be198191a4a848a7632d7)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 990a78c1a..69bd31e86 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -498,6 +498,7 @@

  • nhl.com:videocenter:category: NHL videocenter category
  • nick.com
  • nick.de
  • +
  • nicknight
  • niconico: ニコニコ動画
  • NiconicoPlaylist
  • Nintendo
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index cab7ba132..3460c3ad5 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.10.31 \ No newline at end of file +2016.11.02 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 4752fbc0f..6689bf430 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-10-31T01:38:39.068448Z + 2016-11-02T02:41:08.169879Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -10640,4 +10640,19 @@ 2016-10-31T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.11.02 + New version 2016.11.02 + + +
    + Downloads available at https://yt-dl.org/downloads/2016.11.02/ +
    +
    + + The youtube-dl maintainers + + 2016-11-02T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index c7d8d1c1b..c9e30b5a5 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.10.31", - "signature": "67fad9719f2008067e7e12699df02e35a671f65bfe7671f46f9dcb4a1ceb3b057bc2288ebe9a9a28bcb9b49a510472cd272c46191988ba6e070f66f4100d2e52a16fdc5258224890e19228d37af27c620b7bca1520fd0de6b537bdcc7ab1547d1cc7cccd7e4c2e7543229d65757ca2b6d18a21841b524b4e76b273ab6fc72bd6", + "latest": "2016.11.02", + "signature": "9c9a455cee08d77eae97235bb8fc8439774f6eb1cf7abe3e7269dbb560af524a1f549a53dc576ef747098e8346ea6f3a769d03f7afe00ee35864bfc42daa287845b8b586c80fcdfb2d8ee7584ae505a8bb934c6604e9ec6769bba84a071ffe61c636deb4f0eb747d14370274fffd72685dc64b201b40c8622cf53ad992701b51", "versions": { "2012.02.22": { "bin": [ @@ -9933,6 +9933,20 @@ "https://yt-dl.org/downloads/2016.10.31/youtube-dl-2016.10.31.tar.gz", "b8a0889bf4fed2f54d8ebbc6ea7860feae05b122d1b192417af68159b83f0bb4" ] + }, + "2016.11.02": { + "bin": [ + "https://yt-dl.org/downloads/2016.11.02/youtube-dl", + "7d16f766566c1023cc6f45edaf60de40ddf93565fb847f7bbe5953f3d9ec5ec8" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.11.02/youtube-dl.exe", + "0ec9326ac86ab56fac8035fa2564b1c99e83b50480f630c6545391d2423ab34b" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.11.02/youtube-dl-2016.11.02.tar.gz", + "97777924c3df763d3f2259c9a7f227a01e787ccd452be198191a4a848a7632d7" + ] } } } \ No newline at end of file From 498a616957c27f1f80c3da593bd8bbaba3ac032a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Fri, 4 Nov 2016 22:10:57 +0700 Subject: [PATCH 008/121] release 2016.11.04 --- download.html | 10 +++++----- supportedsites.html | 2 ++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 40 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 1da7a5132..ac9a091ef 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.11.02 (sig)

    +

    2016.11.04 (sig)

    -

    SHA256: 7d16f766566c1023cc6f45edaf60de40ddf93565fb847f7bbe5953f3d9ec5ec8

    +

    SHA256: 4064f6b99b13fc357dec6da41e6785bf22c76c0f15eed95891a8eaf98cf140e8

    - Windows exe (sig - SHA256 0ec9326ac86ab56fac8035fa2564b1c99e83b50480f630c6545391d2423ab34b)
    - Full source + docs + binary tarball (sig - SHA256 97777924c3df763d3f2259c9a7f227a01e787ccd452be198191a4a848a7632d7) + Windows exe (sig - SHA256 eb1addca86eba5ea6e03687b83e4c5f60a1821893a457ba2846f2f0c7f97ae51)
    + Full source + docs + binary tarball (sig - SHA256 9622b29b81587278a00e39e4206e7c52555d240cbbb44242f237660169e8d531)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 69bd31e86..0705cbb96 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -262,6 +262,7 @@

  • FootyRoom
  • Formula1
  • FOX
  • +
  • FOX9
  • Foxgay
  • foxnews: Fox News and Fox Business Video
  • foxnews:article
  • @@ -885,6 +886,7 @@
  • vube: Vube.com
  • VuClip
  • VyboryMos
  • +
  • Vzaar
  • Walla
  • washingtonpost
  • washingtonpost:article
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 3460c3ad5..02d48ee88 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.11.02 \ No newline at end of file +2016.11.04 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 6689bf430..046e39ce2 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-11-02T02:41:08.169879Z + 2016-11-04T22:10:51.233190Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -10655,4 +10655,19 @@ 2016-11-02T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.11.04 + New version 2016.11.04 + + +
    + Downloads available at https://yt-dl.org/downloads/2016.11.04/ +
    +
    + + The youtube-dl maintainers + + 2016-11-04T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index c9e30b5a5..4211d8130 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.11.02", - "signature": "9c9a455cee08d77eae97235bb8fc8439774f6eb1cf7abe3e7269dbb560af524a1f549a53dc576ef747098e8346ea6f3a769d03f7afe00ee35864bfc42daa287845b8b586c80fcdfb2d8ee7584ae505a8bb934c6604e9ec6769bba84a071ffe61c636deb4f0eb747d14370274fffd72685dc64b201b40c8622cf53ad992701b51", + "latest": "2016.11.04", + "signature": "84431dc5c7e26c299a2eb822a0ca5fddaa5229f9dd7aad7dd91b0cc7c7fbd5b8268e3a6367969eca28fe13086f5e1857268ed9da69f9deb3acfeb1f95fcebfee25d580828eaaef07ddd25fb14a6dd228256207fbff478c0f5b58bdd4446cc73576a62770bcce358eb0021cfd76ff068c2e3030891111140455de4c61c9e0326a", "versions": { "2012.02.22": { "bin": [ @@ -9947,6 +9947,20 @@ "https://yt-dl.org/downloads/2016.11.02/youtube-dl-2016.11.02.tar.gz", "97777924c3df763d3f2259c9a7f227a01e787ccd452be198191a4a848a7632d7" ] + }, + "2016.11.04": { + "bin": [ + "https://yt-dl.org/downloads/2016.11.04/youtube-dl", + "4064f6b99b13fc357dec6da41e6785bf22c76c0f15eed95891a8eaf98cf140e8" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.11.04/youtube-dl.exe", + "eb1addca86eba5ea6e03687b83e4c5f60a1821893a457ba2846f2f0c7f97ae51" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.11.04/youtube-dl-2016.11.04.tar.gz", + "9622b29b81587278a00e39e4206e7c52555d240cbbb44242f237660169e8d531" + ] } } } \ No newline at end of file From 0d64f775fd3877debf9b9e16879200eae0f3d927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Tue, 8 Nov 2016 22:13:07 +0700 Subject: [PATCH 009/121] release 2016.11.08 --- download.html | 10 +++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 38 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index ac9a091ef..6d1778c39 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.11.04 (sig)

    +

    2016.11.08 (sig)

    -

    SHA256: 4064f6b99b13fc357dec6da41e6785bf22c76c0f15eed95891a8eaf98cf140e8

    +

    SHA256: 79d1a68e57ed61c16beaa6c6d67223a34dbfadddaeedca24e9c8175ff57aa885

    - Windows exe (sig - SHA256 eb1addca86eba5ea6e03687b83e4c5f60a1821893a457ba2846f2f0c7f97ae51)
    - Full source + docs + binary tarball (sig - SHA256 9622b29b81587278a00e39e4206e7c52555d240cbbb44242f237660169e8d531) + Windows exe (sig - SHA256 357ad92094b612f1433ca1284ca43f4e963107871e13bdf6c406ce904929c9ff)
    + Full source + docs + binary tarball (sig - SHA256 a7ed637d14167847adf86a6ebed8b529f6cde0d3134a6f38ee21e220d020f760)

    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 02d48ee88..1041cc871 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.11.04 \ No newline at end of file +2016.11.08 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 046e39ce2..b6e9dd73e 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-11-04T22:10:51.233190Z + 2016-11-08T22:13:00.159232Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -10670,4 +10670,19 @@ 2016-11-04T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.11.08 + New version 2016.11.08 + + +

    + Downloads available at https://yt-dl.org/downloads/2016.11.08/ +
    + + + The youtube-dl maintainers + + 2016-11-08T00:00:00Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 4211d8130..4f791c6ad 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.11.04", - "signature": "84431dc5c7e26c299a2eb822a0ca5fddaa5229f9dd7aad7dd91b0cc7c7fbd5b8268e3a6367969eca28fe13086f5e1857268ed9da69f9deb3acfeb1f95fcebfee25d580828eaaef07ddd25fb14a6dd228256207fbff478c0f5b58bdd4446cc73576a62770bcce358eb0021cfd76ff068c2e3030891111140455de4c61c9e0326a", + "latest": "2016.11.08", + "signature": "414931cd8b4e857f19f183b24e614aab1dbd8a0a4fc9a700310d5dee63dea2b6441a1787e4e185e8d1d07c9eecba9cddc409713a516d9cbcc7910d18fd5f8bd02917e825ab23fe244753926dbee76726c48d5ac2e4c7d936fff766e8d74da67380d32b56bdf646026936fe2258c14ad307d0140fe3638e2bdc13f3d4e78ae306", "versions": { "2012.02.22": { "bin": [ @@ -9961,6 +9961,20 @@ "https://yt-dl.org/downloads/2016.11.04/youtube-dl-2016.11.04.tar.gz", "9622b29b81587278a00e39e4206e7c52555d240cbbb44242f237660169e8d531" ] + }, + "2016.11.08": { + "bin": [ + "https://yt-dl.org/downloads/2016.11.08/youtube-dl", + "79d1a68e57ed61c16beaa6c6d67223a34dbfadddaeedca24e9c8175ff57aa885" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.11.08/youtube-dl.exe", + "357ad92094b612f1433ca1284ca43f4e963107871e13bdf6c406ce904929c9ff" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.11.08/youtube-dl-2016.11.08.tar.gz", + "a7ed637d14167847adf86a6ebed8b529f6cde0d3134a6f38ee21e220d020f760" + ] } } } \ No newline at end of file From 5abd12d6db8fa1e5cb9fb6cc5eec4ecd123a9ea9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Tue, 8 Nov 2016 22:32:44 +0700 Subject: [PATCH 010/121] release 2016.11.08.1 --- download.html | 10 +++++----- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 39 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 6d1778c39..8d494481b 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.11.08 (sig)

    +

    2016.11.08.1 (sig)

    -

    SHA256: 79d1a68e57ed61c16beaa6c6d67223a34dbfadddaeedca24e9c8175ff57aa885

    +

    SHA256: a92c1ae2bf5fe7cfbbd6d6054a0b3b06ba3d3cd157fbdc765380931a1c501ca2

    - Windows exe (sig - SHA256 357ad92094b612f1433ca1284ca43f4e963107871e13bdf6c406ce904929c9ff)
    - Full source + docs + binary tarball (sig - SHA256 a7ed637d14167847adf86a6ebed8b529f6cde0d3134a6f38ee21e220d020f760) + Windows exe (sig - SHA256 aaf519d78c8aca2678ccf748458d6e21d559daa9a17ce2ac05d79910b94d8b67)
    + Full source + docs + binary tarball (sig - SHA256 95d45438254c949952127b269451da861682fb06a7ef62b5f5dc75bc40bfaeeb)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 0705cbb96..f497c85b9 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -240,6 +240,7 @@

  • EroProfile
  • Escapist
  • ESPN
  • +
  • ESPNArticle
  • EsriVideo
  • Europa
  • EveryonesMixtape
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 1041cc871..e363e1d88 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.11.08 \ No newline at end of file +2016.11.08.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b6e9dd73e..c6c559920 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-11-08T22:13:00.159232Z + 2016-11-08T22:32:39.744136Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -10685,4 +10685,19 @@ 2016-11-08T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.11.08.1 + New version 2016.11.08.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2016.11.08.1/ +
    +
    + + The youtube-dl maintainers + + 2016-11-08T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 4f791c6ad..ea3722507 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.11.08", - "signature": "414931cd8b4e857f19f183b24e614aab1dbd8a0a4fc9a700310d5dee63dea2b6441a1787e4e185e8d1d07c9eecba9cddc409713a516d9cbcc7910d18fd5f8bd02917e825ab23fe244753926dbee76726c48d5ac2e4c7d936fff766e8d74da67380d32b56bdf646026936fe2258c14ad307d0140fe3638e2bdc13f3d4e78ae306", + "latest": "2016.11.08.1", + "signature": "6c694be0a0cef25f835e32236fe2cfd25d8bd54eba1982b09705ac497878bac3c1666902ce1f931f36d7e5800449a4da3254d57eb2e9c631a616592d8e51891e227e0ec72662d8e67e58bebc065dd7e78a696db4d540ac6892431e70513394a8cd6b02e0996a48f2a60fb8ebf65cca3383cadec70393eacb49c1d159722871bd", "versions": { "2012.02.22": { "bin": [ @@ -9975,6 +9975,20 @@ "https://yt-dl.org/downloads/2016.11.08/youtube-dl-2016.11.08.tar.gz", "a7ed637d14167847adf86a6ebed8b529f6cde0d3134a6f38ee21e220d020f760" ] + }, + "2016.11.08.1": { + "bin": [ + "https://yt-dl.org/downloads/2016.11.08.1/youtube-dl", + "a92c1ae2bf5fe7cfbbd6d6054a0b3b06ba3d3cd157fbdc765380931a1c501ca2" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.11.08.1/youtube-dl.exe", + "aaf519d78c8aca2678ccf748458d6e21d559daa9a17ce2ac05d79910b94d8b67" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.11.08.1/youtube-dl-2016.11.08.1.tar.gz", + "95d45438254c949952127b269451da861682fb06a7ef62b5f5dc75bc40bfaeeb" + ] } } } \ No newline at end of file From b70620141d0ac47af65c4854fdd91c2e5f366e29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Mon, 14 Nov 2016 02:49:51 +0700 Subject: [PATCH 011/121] release 2016.11.14.1 --- download.html | 10 +++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 38 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 8d494481b..7a7cb6f85 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.11.08.1 (sig)

    +

    2016.11.14.1 (sig)

    -

    SHA256: a92c1ae2bf5fe7cfbbd6d6054a0b3b06ba3d3cd157fbdc765380931a1c501ca2

    +

    SHA256: e30c7e103b3c201957dc60bfd0867b15a7fbed8a0e87332bb1a7637b5a9663d2

    - Windows exe (sig - SHA256 aaf519d78c8aca2678ccf748458d6e21d559daa9a17ce2ac05d79910b94d8b67)
    - Full source + docs + binary tarball (sig - SHA256 95d45438254c949952127b269451da861682fb06a7ef62b5f5dc75bc40bfaeeb) + Windows exe (sig - SHA256 ccc1b9230c196af67e27ef7c3f1b1dc8d327e38bbc23e574cbf5f7dfc503d6b3)
    + Full source + docs + binary tarball (sig - SHA256 d96b5e5fe7de67ea01c2be746c00dc78ffbf3f74654aa989db8baaf153243537)

    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 e363e1d88..0a2f43a45 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.11.08.1 \ No newline at end of file +2016.11.14.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index c6c559920..ea0949225 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-11-08T22:32:39.744136Z + 2016-11-14T02:49:34.497827Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -10700,4 +10700,19 @@ 2016-11-08T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.11.14.1 + New version 2016.11.14.1 + + +

    + Downloads available at https://yt-dl.org/downloads/2016.11.14.1/ +
    + + + The youtube-dl maintainers + + 2016-11-14T00:00:01Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index ea3722507..97d2349dc 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.11.08.1", - "signature": "6c694be0a0cef25f835e32236fe2cfd25d8bd54eba1982b09705ac497878bac3c1666902ce1f931f36d7e5800449a4da3254d57eb2e9c631a616592d8e51891e227e0ec72662d8e67e58bebc065dd7e78a696db4d540ac6892431e70513394a8cd6b02e0996a48f2a60fb8ebf65cca3383cadec70393eacb49c1d159722871bd", + "latest": "2016.11.14.1", + "signature": "7d1566e8ed35581c7251e9edfd348a55a3b6a5d55b6c383a64a0340c85d4e6b4a77f595e68c274c4305d703275a3236a63801670279f71123ce07d11d0e1bf57b3b8db2b3229ccda09d44cc2f24f3a7a8e7aa0eac022930e566f3c98804cbe720d6dcff19aafb7cf51dd27e5c7c6d9532689c430103a1db5399400df6bac3fed", "versions": { "2012.02.22": { "bin": [ @@ -9989,6 +9989,20 @@ "https://yt-dl.org/downloads/2016.11.08.1/youtube-dl-2016.11.08.1.tar.gz", "95d45438254c949952127b269451da861682fb06a7ef62b5f5dc75bc40bfaeeb" ] + }, + "2016.11.14.1": { + "bin": [ + "https://yt-dl.org/downloads/2016.11.14.1/youtube-dl", + "e30c7e103b3c201957dc60bfd0867b15a7fbed8a0e87332bb1a7637b5a9663d2" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.11.14.1/youtube-dl.exe", + "ccc1b9230c196af67e27ef7c3f1b1dc8d327e38bbc23e574cbf5f7dfc503d6b3" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.11.14.1/youtube-dl-2016.11.14.1.tar.gz", + "d96b5e5fe7de67ea01c2be746c00dc78ffbf3f74654aa989db8baaf153243537" + ] } } } \ No newline at end of file From 872e22ef7ae9def5bf828cf6d2be44683ca15b60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Fri, 18 Nov 2016 00:27:06 +0700 Subject: [PATCH 012/121] release 2016.11.18 --- download.html | 10 +++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 38 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 7a7cb6f85..93ddd591c 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.11.14.1 (sig)

    +

    2016.11.18 (sig)

    -

    SHA256: e30c7e103b3c201957dc60bfd0867b15a7fbed8a0e87332bb1a7637b5a9663d2

    +

    SHA256: 48ebb083f97a794d9ef28337123dd6ff21a037b1d7d21c17edcee2f1819cb4a6

    - Windows exe (sig - SHA256 ccc1b9230c196af67e27ef7c3f1b1dc8d327e38bbc23e574cbf5f7dfc503d6b3)
    - Full source + docs + binary tarball (sig - SHA256 d96b5e5fe7de67ea01c2be746c00dc78ffbf3f74654aa989db8baaf153243537) + Windows exe (sig - SHA256 abed1e53ca4b6034491f4d6505103fbf2d7f4a0ead3f46a138e9e79eafd0fd4c)
    + Full source + docs + binary tarball (sig - SHA256 8e4bb3ef4f90ed03c822ff0bffce54d298cdf135d57bf4ff1605fc85157c0d3a)

    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 0a2f43a45..a5f9055fe 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.11.14.1 \ No newline at end of file +2016.11.18 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index ea0949225..6088d51d1 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-11-14T02:49:34.497827Z + 2016-11-18T00:26:59.313552Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -10715,4 +10715,19 @@ 2016-11-14T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.11.18 + New version 2016.11.18 + + +

    + Downloads available at https://yt-dl.org/downloads/2016.11.18/ +
    + + + The youtube-dl maintainers + + 2016-11-18T00:00:00Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 97d2349dc..122689f1b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.11.14.1", - "signature": "7d1566e8ed35581c7251e9edfd348a55a3b6a5d55b6c383a64a0340c85d4e6b4a77f595e68c274c4305d703275a3236a63801670279f71123ce07d11d0e1bf57b3b8db2b3229ccda09d44cc2f24f3a7a8e7aa0eac022930e566f3c98804cbe720d6dcff19aafb7cf51dd27e5c7c6d9532689c430103a1db5399400df6bac3fed", + "latest": "2016.11.18", + "signature": "20a78a6f10d56e57f8c940b39cb8df9e0558f99c419d2387284d30827f1fdd5f12d1dbac859392a94f5800742361cdc551dfd87753dedf3489d21215365742a8c78c4d9fb4074d884c3851e5c4d82f6d18c4b69fd2deaea91225d6445f9cd7da34f3e6ae1afc29af921e9553a36ce87ab681114c063f736b0f8a3950106a6829", "versions": { "2012.02.22": { "bin": [ @@ -10003,6 +10003,20 @@ "https://yt-dl.org/downloads/2016.11.14.1/youtube-dl-2016.11.14.1.tar.gz", "d96b5e5fe7de67ea01c2be746c00dc78ffbf3f74654aa989db8baaf153243537" ] + }, + "2016.11.18": { + "bin": [ + "https://yt-dl.org/downloads/2016.11.18/youtube-dl", + "48ebb083f97a794d9ef28337123dd6ff21a037b1d7d21c17edcee2f1819cb4a6" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.11.18/youtube-dl.exe", + "abed1e53ca4b6034491f4d6505103fbf2d7f4a0ead3f46a138e9e79eafd0fd4c" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.11.18/youtube-dl-2016.11.18.tar.gz", + "8e4bb3ef4f90ed03c822ff0bffce54d298cdf135d57bf4ff1605fc85157c0d3a" + ] } } } \ No newline at end of file From 5dd9c9bd8e88d49d6d5c9ae15f850ab446f58f97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Tue, 22 Nov 2016 22:34:14 +0700 Subject: [PATCH 013/121] release 2016.11.22 --- download.html | 10 +++++----- supportedsites.html | 2 ++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 40 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 93ddd591c..1d7cf61f5 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.11.18 (sig)

    +

    2016.11.22 (sig)

    -

    SHA256: 48ebb083f97a794d9ef28337123dd6ff21a037b1d7d21c17edcee2f1819cb4a6

    +

    SHA256: e4eda57345514b970da69560360cbacd808821a4e91b735b773e6170d6668945

    - Windows exe (sig - SHA256 abed1e53ca4b6034491f4d6505103fbf2d7f4a0ead3f46a138e9e79eafd0fd4c)
    - Full source + docs + binary tarball (sig - SHA256 8e4bb3ef4f90ed03c822ff0bffce54d298cdf135d57bf4ff1605fc85157c0d3a) + Windows exe (sig - SHA256 b9e9254fa54b6e423b64173630a6e64291969c412243ed6dc2b272dd5548754c)
    + Full source + docs + binary tarball (sig - SHA256 e8d599c512ce56a6ea46955e2bb8f4471ae8a6f757183212cc49b6dd48d9a282)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index f497c85b9..5f255149a 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -786,6 +786,8 @@

  • TV2Article
  • TV3
  • TV4: tv4.se and tv4play.se
  • +
  • TVANouvelles
  • +
  • TVANouvellesArticle
  • TVC
  • TVCArticle
  • tvigle: Интернет-телевидение Tvigle.ru
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index a5f9055fe..8271df54e 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.11.18 \ No newline at end of file +2016.11.22 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 6088d51d1..501c9ee3e 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-11-18T00:26:59.313552Z + 2016-11-22T22:34:08.677835Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -10730,4 +10730,19 @@ 2016-11-18T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.11.22 + New version 2016.11.22 + + +
    + Downloads available at https://yt-dl.org/downloads/2016.11.22/ +
    +
    + + The youtube-dl maintainers + + 2016-11-22T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 122689f1b..b926db9ea 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.11.18", - "signature": "20a78a6f10d56e57f8c940b39cb8df9e0558f99c419d2387284d30827f1fdd5f12d1dbac859392a94f5800742361cdc551dfd87753dedf3489d21215365742a8c78c4d9fb4074d884c3851e5c4d82f6d18c4b69fd2deaea91225d6445f9cd7da34f3e6ae1afc29af921e9553a36ce87ab681114c063f736b0f8a3950106a6829", + "latest": "2016.11.22", + "signature": "1c5ee7c12aa386af406a77814654647582c372deaa1961c2f94276635bdb0d11abbae8691a1c624bb2e0e8be5f65932f2c133d733e3c749f543e4903b893094b1aee7091889bdfc68984d7a5321e30bec08b793d70ad7a992b61faf25127b7b87971dfa59f0ef3ba81a4ef04940fb13e88dbbe75ba8354cbf6b2728387648e94", "versions": { "2012.02.22": { "bin": [ @@ -10017,6 +10017,20 @@ "https://yt-dl.org/downloads/2016.11.18/youtube-dl-2016.11.18.tar.gz", "8e4bb3ef4f90ed03c822ff0bffce54d298cdf135d57bf4ff1605fc85157c0d3a" ] + }, + "2016.11.22": { + "bin": [ + "https://yt-dl.org/downloads/2016.11.22/youtube-dl", + "e4eda57345514b970da69560360cbacd808821a4e91b735b773e6170d6668945" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.11.22/youtube-dl.exe", + "b9e9254fa54b6e423b64173630a6e64291969c412243ed6dc2b272dd5548754c" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.11.22/youtube-dl-2016.11.22.tar.gz", + "e8d599c512ce56a6ea46955e2bb8f4471ae8a6f757183212cc49b6dd48d9a282" + ] } } } \ No newline at end of file From bbc77dc77b6de21dbe6418ec56f757fe1009d47a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 27 Nov 2016 20:07:45 +0700 Subject: [PATCH 014/121] release 2016.11.27 --- download.html | 10 +++++----- supportedsites.html | 2 ++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 40 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 1d7cf61f5..1e2723bb7 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.11.22 (sig)

    +

    2016.11.27 (sig)

    -

    SHA256: e4eda57345514b970da69560360cbacd808821a4e91b735b773e6170d6668945

    +

    SHA256: 28737b06aaf5ba5ff964cd88657d1d8b18e126944f4f716a41b1d6b5eaefa1b9

    - Windows exe (sig - SHA256 b9e9254fa54b6e423b64173630a6e64291969c412243ed6dc2b272dd5548754c)
    - Full source + docs + binary tarball (sig - SHA256 e8d599c512ce56a6ea46955e2bb8f4471ae8a6f757183212cc49b6dd48d9a282) + Windows exe (sig - SHA256 8c5ef9496c87402e9cffe35dcc48bb7e1403892eca8d1fc16f4386c4f10e1903)
    + Full source + docs + binary tarball (sig - SHA256 6ecc3996e28b6274d159643641a964098549b4cb8b33a3a3481148b88166e2cc)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 5f255149a..430b8ba1b 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -897,6 +897,8 @@

  • WatchIndianPorn: Watch Indian Porn
  • WDR
  • wdr:mobile
  • +
  • Webcaster
  • +
  • WebcasterFeed
  • WebOfStories
  • WebOfStoriesPlaylist
  • WeiqiTV: WQTV
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 8271df54e..8009a17b6 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.11.22 \ No newline at end of file +2016.11.27 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 501c9ee3e..d82b77fc6 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-11-22T22:34:08.677835Z + 2016-11-27T20:07:39.503032Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -10745,4 +10745,19 @@ 2016-11-22T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.11.27 + New version 2016.11.27 + + +
    + Downloads available at https://yt-dl.org/downloads/2016.11.27/ +
    +
    + + The youtube-dl maintainers + + 2016-11-27T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index b926db9ea..0b44600ff 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.11.22", - "signature": "1c5ee7c12aa386af406a77814654647582c372deaa1961c2f94276635bdb0d11abbae8691a1c624bb2e0e8be5f65932f2c133d733e3c749f543e4903b893094b1aee7091889bdfc68984d7a5321e30bec08b793d70ad7a992b61faf25127b7b87971dfa59f0ef3ba81a4ef04940fb13e88dbbe75ba8354cbf6b2728387648e94", + "latest": "2016.11.27", + "signature": "33b97ed196068ad463d8bd3e7702314318ada1c62651d282bc87353eff93f2f248e68abf38f9689a9e4251639e68ec2518001175241192188a9aa89c2685d3a09475e8c11bae1f0eda0efc8bda140e418c15a1e0cb9471871146fc83248b1eac0bb5edfb58361f3dd55502b6ec0d8265ac679c22e020cf337dc1832d553860bf", "versions": { "2012.02.22": { "bin": [ @@ -10031,6 +10031,20 @@ "https://yt-dl.org/downloads/2016.11.22/youtube-dl-2016.11.22.tar.gz", "e8d599c512ce56a6ea46955e2bb8f4471ae8a6f757183212cc49b6dd48d9a282" ] + }, + "2016.11.27": { + "bin": [ + "https://yt-dl.org/downloads/2016.11.27/youtube-dl", + "28737b06aaf5ba5ff964cd88657d1d8b18e126944f4f716a41b1d6b5eaefa1b9" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.11.27/youtube-dl.exe", + "8c5ef9496c87402e9cffe35dcc48bb7e1403892eca8d1fc16f4386c4f10e1903" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.11.27/youtube-dl-2016.11.27.tar.gz", + "6ecc3996e28b6274d159643641a964098549b4cb8b33a3a3481148b88166e2cc" + ] } } } \ No newline at end of file From b3fce8f4b0eb60774d6eddfca4adb98f3ba188b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Thu, 1 Dec 2016 00:16:55 +0700 Subject: [PATCH 015/121] release 2016.12.01 --- download.html | 10 +++++----- supportedsites.html | 4 ++-- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 40 insertions(+), 11 deletions(-) diff --git a/download.html b/download.html index 1e2723bb7..101df37db 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.11.27 (sig)

    +

    2016.12.01 (sig)

    -

    SHA256: 28737b06aaf5ba5ff964cd88657d1d8b18e126944f4f716a41b1d6b5eaefa1b9

    +

    SHA256: ac17e72276444d33ec3bbb9a9f92d3fc68884da2f7c8b39e989eda1a5a403160

    - Windows exe (sig - SHA256 8c5ef9496c87402e9cffe35dcc48bb7e1403892eca8d1fc16f4386c4f10e1903)
    - Full source + docs + binary tarball (sig - SHA256 6ecc3996e28b6274d159643641a964098549b4cb8b33a3a3481148b88166e2cc) + Windows exe (sig - SHA256 eddcf218d70c36812452a8cb9d247b613bc0fc4aaa79b810dfe5eb3ffb5a8e34)
    + Full source + docs + binary tarball (sig - SHA256 ddff281a251c7a40bf8c28afa1df63e9a64ff61b6b8097535fbbe587e8ccaef7)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 430b8ba1b..386e87978 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -173,6 +173,7 @@

  • CollegeRama
  • ComCarCoff
  • ComedyCentral
  • +
  • ComedyCentralFullEpisodes
  • ComedyCentralShortname
  • ComedyCentralTV
  • CondeNast: Condé Nast media group: Allure, Architectural Digest, Ars Technica, Bon Appétit, Brides, Condé Nast, Condé Nast Traveler, Details, Epicurious, GQ, Glamour, Golf Digest, SELF, Teen Vogue, The New Yorker, Vanity Fair, Vogue, W Magazine, WIRED
  • @@ -658,7 +659,6 @@
  • Screencast
  • ScreencastOMatic
  • ScreenJunkies
  • -
  • ScreenwaveMedia
  • Seeker
  • SenateISVP
  • SendtoNews
  • @@ -730,7 +730,7 @@
  • teachertube:user:collection: teachertube.com user and collection videos
  • TeachingChannel
  • Teamcoco
  • -
  • TeamFour
  • +
  • TeamFourStar
  • TechTalks
  • techtv.mit.edu
  • ted
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 8009a17b6..4cd75dfb8 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.11.27 \ No newline at end of file +2016.12.01 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index d82b77fc6..7bbf435e0 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-11-27T20:07:39.503032Z + 2016-12-01T00:16:50.254290Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -10760,4 +10760,19 @@ 2016-11-27T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.12.01 + New version 2016.12.01 + + +
    + Downloads available at https://yt-dl.org/downloads/2016.12.01/ +
    +
    + + The youtube-dl maintainers + + 2016-12-01T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 0b44600ff..401e325e1 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.11.27", - "signature": "33b97ed196068ad463d8bd3e7702314318ada1c62651d282bc87353eff93f2f248e68abf38f9689a9e4251639e68ec2518001175241192188a9aa89c2685d3a09475e8c11bae1f0eda0efc8bda140e418c15a1e0cb9471871146fc83248b1eac0bb5edfb58361f3dd55502b6ec0d8265ac679c22e020cf337dc1832d553860bf", + "latest": "2016.12.01", + "signature": "83ea3c76a4bad7bc4bb3dae6fb241706f54351f11173622c7b272ea82bd5628dcfedd05a136c48531bbbda765a615003ac7f7e00319dbba512d9b151d5f8f9c381924165b13b7dabf536c3282b3afd0b7393896eacbf01308b62f369cde030d93847323f84da1a7aa33e2976e56d440f98d2695112b94f906e93592869bafd93", "versions": { "2012.02.22": { "bin": [ @@ -10045,6 +10045,20 @@ "https://yt-dl.org/downloads/2016.11.27/youtube-dl-2016.11.27.tar.gz", "6ecc3996e28b6274d159643641a964098549b4cb8b33a3a3481148b88166e2cc" ] + }, + "2016.12.01": { + "bin": [ + "https://yt-dl.org/downloads/2016.12.01/youtube-dl", + "ac17e72276444d33ec3bbb9a9f92d3fc68884da2f7c8b39e989eda1a5a403160" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.12.01/youtube-dl.exe", + "eddcf218d70c36812452a8cb9d247b613bc0fc4aaa79b810dfe5eb3ffb5a8e34" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.12.01/youtube-dl-2016.12.01.tar.gz", + "ddff281a251c7a40bf8c28afa1df63e9a64ff61b6b8097535fbbe587e8ccaef7" + ] } } } \ No newline at end of file From e58db47e88bb28b74b864dff32182e1e22a462d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Fri, 9 Dec 2016 02:48:10 +0700 Subject: [PATCH 016/121] release 2016.12.09 --- download.html | 10 +++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 38 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 101df37db..07f487d2e 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.12.01 (sig)

    +

    2016.12.09 (sig)

    -

    SHA256: ac17e72276444d33ec3bbb9a9f92d3fc68884da2f7c8b39e989eda1a5a403160

    +

    SHA256: b8f3578d648572c1bd52f01a86f2451f7fe26f7e07aab75d6291b0316d232ac5

    - Windows exe (sig - SHA256 eddcf218d70c36812452a8cb9d247b613bc0fc4aaa79b810dfe5eb3ffb5a8e34)
    - Full source + docs + binary tarball (sig - SHA256 ddff281a251c7a40bf8c28afa1df63e9a64ff61b6b8097535fbbe587e8ccaef7) + Windows exe (sig - SHA256 b7c2211fbf44d3558cf5f7d086ae42ac8fabef5c5f8678a7e6f749456b1d3dea)
    + Full source + docs + binary tarball (sig - SHA256 f5493b49d428e7f0358b6643e044d2cae26384f1d53a79ebf0d6b66f8b40494b)

    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 4cd75dfb8..f82b54433 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.12.01 \ No newline at end of file +2016.12.09 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 7bbf435e0..57222efbc 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-12-01T00:16:50.254290Z + 2016-12-09T02:48:03.573081Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -10775,4 +10775,19 @@ 2016-12-01T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.12.09 + New version 2016.12.09 + + +

    + Downloads available at https://yt-dl.org/downloads/2016.12.09/ +
    + + + The youtube-dl maintainers + + 2016-12-09T00:00:00Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 401e325e1..05d495d92 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.12.01", - "signature": "83ea3c76a4bad7bc4bb3dae6fb241706f54351f11173622c7b272ea82bd5628dcfedd05a136c48531bbbda765a615003ac7f7e00319dbba512d9b151d5f8f9c381924165b13b7dabf536c3282b3afd0b7393896eacbf01308b62f369cde030d93847323f84da1a7aa33e2976e56d440f98d2695112b94f906e93592869bafd93", + "latest": "2016.12.09", + "signature": "618c62d044d4c5f651802186b88d002a40763f673002535ceea47c2ac3000a7603c12551a5292733f5cffd32c1e5e0bf043d8fb78455d9dc71a8a574bcb10e3cb107e3c4f259bdabc65a251acf347ba5c3acd823053b2c67db85b0adbdfd052a443b34c57fde052b560f442ee1ed87aa1dbb59c6df273c38c5f0bd7c0d6b445e", "versions": { "2012.02.22": { "bin": [ @@ -10059,6 +10059,20 @@ "https://yt-dl.org/downloads/2016.12.01/youtube-dl-2016.12.01.tar.gz", "ddff281a251c7a40bf8c28afa1df63e9a64ff61b6b8097535fbbe587e8ccaef7" ] + }, + "2016.12.09": { + "bin": [ + "https://yt-dl.org/downloads/2016.12.09/youtube-dl", + "b8f3578d648572c1bd52f01a86f2451f7fe26f7e07aab75d6291b0316d232ac5" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.12.09/youtube-dl.exe", + "b7c2211fbf44d3558cf5f7d086ae42ac8fabef5c5f8678a7e6f749456b1d3dea" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.12.09/youtube-dl-2016.12.09.tar.gz", + "f5493b49d428e7f0358b6643e044d2cae26384f1d53a79ebf0d6b66f8b40494b" + ] } } } \ No newline at end of file From 9afe56446ecc71be8535aaeee83b27f4053211df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Mon, 12 Dec 2016 01:46:48 +0700 Subject: [PATCH 017/121] release 2016.12.12 --- download.html | 10 +++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 38 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 07f487d2e..980e3fb3a 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.12.09 (sig)

    +

    2016.12.12 (sig)

    -

    SHA256: b8f3578d648572c1bd52f01a86f2451f7fe26f7e07aab75d6291b0316d232ac5

    +

    SHA256: 476a0c279f8fe122fda2d97ddedc46db27e3f0d8510831dda4d3397ae09fd3ba

    - Windows exe (sig - SHA256 b7c2211fbf44d3558cf5f7d086ae42ac8fabef5c5f8678a7e6f749456b1d3dea)
    - Full source + docs + binary tarball (sig - SHA256 f5493b49d428e7f0358b6643e044d2cae26384f1d53a79ebf0d6b66f8b40494b) + Windows exe (sig - SHA256 9936dcaa7680435cc047a5a4851c10285190d779075a5c52f2a4ece5cbdcb6d5)
    + Full source + docs + binary tarball (sig - SHA256 643efa7755ac4aa03a241f106d8923dfd5dbaf8d3c14e56b696048c4f2fab430)

    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 f82b54433..a0c595ed1 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.12.09 \ No newline at end of file +2016.12.12 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 57222efbc..9f226b1dc 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-12-09T02:48:03.573081Z + 2016-12-12T01:46:41.315438Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -10790,4 +10790,19 @@ 2016-12-09T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.12.12 + New version 2016.12.12 + + +

    + Downloads available at https://yt-dl.org/downloads/2016.12.12/ +
    + + + The youtube-dl maintainers + + 2016-12-12T00:00:00Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 05d495d92..484670616 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.12.09", - "signature": "618c62d044d4c5f651802186b88d002a40763f673002535ceea47c2ac3000a7603c12551a5292733f5cffd32c1e5e0bf043d8fb78455d9dc71a8a574bcb10e3cb107e3c4f259bdabc65a251acf347ba5c3acd823053b2c67db85b0adbdfd052a443b34c57fde052b560f442ee1ed87aa1dbb59c6df273c38c5f0bd7c0d6b445e", + "latest": "2016.12.12", + "signature": "78d13fec44f0d7c7cfe295c13c2372bd75f4194d6d4af6412690275740c609c4c2790255e6e7159f268afee019162e1f83a8e7f898887e2b290589693ce1b12d4d9ef8c0a182e587260bbdf15bbbcaeda740b6bfc37ce5e9a7d72f6d5111f0f189fe09b0bee38522c1096fd20530575f368e21f3fcf3537e9b918f9c6c11db4f", "versions": { "2012.02.22": { "bin": [ @@ -10073,6 +10073,20 @@ "https://yt-dl.org/downloads/2016.12.09/youtube-dl-2016.12.09.tar.gz", "f5493b49d428e7f0358b6643e044d2cae26384f1d53a79ebf0d6b66f8b40494b" ] + }, + "2016.12.12": { + "bin": [ + "https://yt-dl.org/downloads/2016.12.12/youtube-dl", + "476a0c279f8fe122fda2d97ddedc46db27e3f0d8510831dda4d3397ae09fd3ba" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.12.12/youtube-dl.exe", + "9936dcaa7680435cc047a5a4851c10285190d779075a5c52f2a4ece5cbdcb6d5" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.12.12/youtube-dl-2016.12.12.tar.gz", + "643efa7755ac4aa03a241f106d8923dfd5dbaf8d3c14e56b696048c4f2fab430" + ] } } } \ No newline at end of file From 64368043c2e2e93fc0c86d93ea224aacc0cc8f03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Thu, 15 Dec 2016 21:18:40 +0700 Subject: [PATCH 018/121] release 2016.12.15 --- download.html | 10 +++++----- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 39 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 980e3fb3a..ae073d8a0 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.12.12 (sig)

    +

    2016.12.15 (sig)

    -

    SHA256: 476a0c279f8fe122fda2d97ddedc46db27e3f0d8510831dda4d3397ae09fd3ba

    +

    SHA256: 49c3f928bad4570472391084309c9957d71bce0c973ed16afb9a8d3ae0a94abc

    - Windows exe (sig - SHA256 9936dcaa7680435cc047a5a4851c10285190d779075a5c52f2a4ece5cbdcb6d5)
    - Full source + docs + binary tarball (sig - SHA256 643efa7755ac4aa03a241f106d8923dfd5dbaf8d3c14e56b696048c4f2fab430) + Windows exe (sig - SHA256 fdd88584920c7037c0383d09abe96414c8afe0463296f8e383a34ed56e472580)
    + Full source + docs + binary tarball (sig - SHA256 85d937a6edb8c14f8eac1b17d2e5d45574c7ec3f2cb792781ac1d8fb6a6ca39e)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 386e87978..7ebb0fe88 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -417,6 +417,7 @@

  • MatchTV
  • MDR: MDR.DE and KiKA
  • media.ccc.de
  • +
  • MelonVOD
  • META
  • metacafe
  • Metacritic
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index a0c595ed1..9d1feb28b 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.12.12 \ No newline at end of file +2016.12.15 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 9f226b1dc..68eae06d5 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-12-12T01:46:41.315438Z + 2016-12-15T21:18:35.300650Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -10805,4 +10805,19 @@ 2016-12-12T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.12.15 + New version 2016.12.15 + + +
    + Downloads available at https://yt-dl.org/downloads/2016.12.15/ +
    +
    + + The youtube-dl maintainers + + 2016-12-15T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 484670616..f1160c821 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.12.12", - "signature": "78d13fec44f0d7c7cfe295c13c2372bd75f4194d6d4af6412690275740c609c4c2790255e6e7159f268afee019162e1f83a8e7f898887e2b290589693ce1b12d4d9ef8c0a182e587260bbdf15bbbcaeda740b6bfc37ce5e9a7d72f6d5111f0f189fe09b0bee38522c1096fd20530575f368e21f3fcf3537e9b918f9c6c11db4f", + "latest": "2016.12.15", + "signature": "3ef011df787fad79c094d63e08d42236a6f962b9c2dde51155155bb6fbb80c556f6c96dabfb3c3b255029e2530d8f6c34208d62f07e3303ba5fbf583571604fcdb2f4313e78f916e91b72a4d8483325a37ea70f325657d59da426cca539c66e1b3deb1fcd8ef01836fd56b691029073f55c761c78d9b139b627837b5abcba073", "versions": { "2012.02.22": { "bin": [ @@ -10087,6 +10087,20 @@ "https://yt-dl.org/downloads/2016.12.12/youtube-dl-2016.12.12.tar.gz", "643efa7755ac4aa03a241f106d8923dfd5dbaf8d3c14e56b696048c4f2fab430" ] + }, + "2016.12.15": { + "bin": [ + "https://yt-dl.org/downloads/2016.12.15/youtube-dl", + "49c3f928bad4570472391084309c9957d71bce0c973ed16afb9a8d3ae0a94abc" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.12.15/youtube-dl.exe", + "fdd88584920c7037c0383d09abe96414c8afe0463296f8e383a34ed56e472580" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.12.15/youtube-dl-2016.12.15.tar.gz", + "85d937a6edb8c14f8eac1b17d2e5d45574c7ec3f2cb792781ac1d8fb6a6ca39e" + ] } } } \ No newline at end of file From d6210cc56700328c43747473c5f4619964c806f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 18 Dec 2016 19:52:37 +0700 Subject: [PATCH 019/121] release 2016.12.18 --- download.html | 10 +++++----- supportedsites.html | 10 +++++++++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 47 insertions(+), 10 deletions(-) diff --git a/download.html b/download.html index ae073d8a0..1d79341b2 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.12.15 (sig)

    +

    2016.12.18 (sig)

    -

    SHA256: 49c3f928bad4570472391084309c9957d71bce0c973ed16afb9a8d3ae0a94abc

    +

    SHA256: 4b8fdcdf88c19fe7dee49f2a6abaf9e9a1580272deb813a1247b8cadcf6af1be

    - Windows exe (sig - SHA256 fdd88584920c7037c0383d09abe96414c8afe0463296f8e383a34ed56e472580)
    - Full source + docs + binary tarball (sig - SHA256 85d937a6edb8c14f8eac1b17d2e5d45574c7ec3f2cb792781ac1d8fb6a6ca39e) + Windows exe (sig - SHA256 92f9c78733cd43866937057ec15e23752fee71b57ec39ca28cfa2cfb5e68e11e)
    + Full source + docs + binary tarball (sig - SHA256 66b2a5773a8cb4384607d03fd3b625d6ebf49cd014984b9173b5ea114ba4f783)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 7ebb0fe88..51e424355 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -146,6 +146,7 @@

  • cbsnews: CBS News
  • cbsnews:livevideo: CBS News Live Videos
  • CBSSports
  • +
  • CCMA
  • CCTV
  • CDA
  • CeskaTelevize
  • @@ -380,6 +381,7 @@
  • kuwo:song: 酷我音乐
  • la7.it
  • Laola1Tv
  • +
  • Laola1TvEmbed
  • LCI
  • Lcp
  • LcpPlay
  • @@ -417,6 +419,7 @@
  • MatchTV
  • MDR: MDR.DE and KiKA
  • media.ccc.de
  • +
  • Meipai: 美拍
  • MelonVOD
  • META
  • metacafe
  • @@ -539,6 +542,7 @@
  • Odnoklassniki
  • OktoberfestTV
  • on.aol.com
  • +
  • OnDemandKorea
  • onet.tv
  • onet.tv:channel
  • OnionStudios
  • @@ -800,10 +804,13 @@
  • Tweakers
  • twitch:chapter
  • twitch:clips
  • -
  • twitch:past_broadcasts
  • twitch:profile
  • twitch:stream
  • twitch:video
  • +
  • twitch:videos:all
  • +
  • twitch:videos:highlights
  • +
  • twitch:videos:past-broadcasts
  • +
  • twitch:videos:uploads
  • twitch:vod
  • twitter
  • twitter:amplify
  • @@ -889,6 +896,7 @@
  • VRT
  • vube: Vube.com
  • VuClip
  • +
  • VVVVID
  • VyboryMos
  • Vzaar
  • Walla
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 9d1feb28b..fda0a05b7 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.12.15 \ No newline at end of file +2016.12.18 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 68eae06d5..5b96b7d04 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-12-15T21:18:35.300650Z + 2016-12-18T19:52:30.254211Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -10820,4 +10820,19 @@ 2016-12-15T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.12.18 + New version 2016.12.18 + + +
    + Downloads available at https://yt-dl.org/downloads/2016.12.18/ +
    +
    + + The youtube-dl maintainers + + 2016-12-18T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index f1160c821..926ba05d3 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.12.15", - "signature": "3ef011df787fad79c094d63e08d42236a6f962b9c2dde51155155bb6fbb80c556f6c96dabfb3c3b255029e2530d8f6c34208d62f07e3303ba5fbf583571604fcdb2f4313e78f916e91b72a4d8483325a37ea70f325657d59da426cca539c66e1b3deb1fcd8ef01836fd56b691029073f55c761c78d9b139b627837b5abcba073", + "latest": "2016.12.18", + "signature": "57c36120c1f1dd556d4d7e9de9e10cde0c5bd42636d367a5c5eeb9fca5ac71aabe747249e3cdfba3804bf5b45d72d8f8b08f9dd5bb6f966f83b51fa39e4f2f2ec192a2ac75bda19d06d4847a9bbb01efcd0f0b99dc12a06f3a2b246e5bee6abd372f1858f7de5c3ddd424cf97437753343537f655656eab68feb7a0cfab8ca8e", "versions": { "2012.02.22": { "bin": [ @@ -10101,6 +10101,20 @@ "https://yt-dl.org/downloads/2016.12.15/youtube-dl-2016.12.15.tar.gz", "85d937a6edb8c14f8eac1b17d2e5d45574c7ec3f2cb792781ac1d8fb6a6ca39e" ] + }, + "2016.12.18": { + "bin": [ + "https://yt-dl.org/downloads/2016.12.18/youtube-dl", + "4b8fdcdf88c19fe7dee49f2a6abaf9e9a1580272deb813a1247b8cadcf6af1be" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.12.18/youtube-dl.exe", + "92f9c78733cd43866937057ec15e23752fee71b57ec39ca28cfa2cfb5e68e11e" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.12.18/youtube-dl-2016.12.18.tar.gz", + "66b2a5773a8cb4384607d03fd3b625d6ebf49cd014984b9173b5ea114ba4f783" + ] } } } \ No newline at end of file From 89155cba2f3ce81fd4bd342bf9b26858bc7808c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Tue, 20 Dec 2016 22:41:33 +0700 Subject: [PATCH 020/121] release 2016.12.20 --- download.html | 10 +++++----- supportedsites.html | 6 ++++++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 44 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 1d79341b2..ea529bf49 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.12.18 (sig)

    +

    2016.12.20 (sig)

    -

    SHA256: 4b8fdcdf88c19fe7dee49f2a6abaf9e9a1580272deb813a1247b8cadcf6af1be

    +

    SHA256: 6a1b979b1c3ad122791f086b404783a6ce87df3dc6aeea5381df41f88117ab6a

    - Windows exe (sig - SHA256 92f9c78733cd43866937057ec15e23752fee71b57ec39ca28cfa2cfb5e68e11e)
    - Full source + docs + binary tarball (sig - SHA256 66b2a5773a8cb4384607d03fd3b625d6ebf49cd014984b9173b5ea114ba4f783) + Windows exe (sig - SHA256 1d38bc63ee79f4ab26ec9b3c0b37c2439305a0089cb65e835a91d53ac0d0afbe)
    + Full source + docs + binary tarball (sig - SHA256 f80d47d5e2a236ea6c9d8b4636199aea01a041607ce7b544babedb0fe1ce59a5)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 51e424355..b0ea58735 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -532,6 +532,7 @@

  • NRKPlaylist
  • NRKSkole: NRK Skole
  • NRKTV: NRK TV and NRK Radio
  • +
  • NRKTVDirekte: NRK TV Direkte and NRK Radio Direkte
  • ntv.ru
  • Nuvid
  • NYTimes
  • @@ -566,6 +567,7 @@
  • PhilharmonieDeParis: Philharmonie de Paris
  • phoenix.de
  • Photobucket
  • +
  • Piksel
  • Pinkbike
  • Pladform
  • play.fm
  • @@ -818,6 +820,7 @@
  • udemy
  • udemy:course
  • UDNEmbed: 聯合影音
  • +
  • UKTVPlay
  • Unistra
  • uol.com.br
  • uplynk
  • @@ -882,6 +885,9 @@
  • Vimple: Vimple - one-click video hosting
  • Vine
  • vine:user
  • +
  • Viu
  • +
  • viu:ott
  • +
  • viu:playlist
  • Vivo: vivo.sx
  • vk: VK
  • vk:uservideos: VK - User's Videos
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index fda0a05b7..4146689a8 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.12.18 \ No newline at end of file +2016.12.20 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 5b96b7d04..aaa832d56 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-12-18T19:52:30.254211Z + 2016-12-20T22:41:27.172632Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -10835,4 +10835,19 @@ 2016-12-18T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.12.20 + New version 2016.12.20 + + +
    + Downloads available at https://yt-dl.org/downloads/2016.12.20/ +
    +
    + + The youtube-dl maintainers + + 2016-12-20T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 926ba05d3..7acf1ee66 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.12.18", - "signature": "57c36120c1f1dd556d4d7e9de9e10cde0c5bd42636d367a5c5eeb9fca5ac71aabe747249e3cdfba3804bf5b45d72d8f8b08f9dd5bb6f966f83b51fa39e4f2f2ec192a2ac75bda19d06d4847a9bbb01efcd0f0b99dc12a06f3a2b246e5bee6abd372f1858f7de5c3ddd424cf97437753343537f655656eab68feb7a0cfab8ca8e", + "latest": "2016.12.20", + "signature": "22ea37f60b9a97f5f24fc329423b0e3a50e731ee7e9378051a7f3034b007804da1c98b4c3c0425b96bff048264fd64f5ebaae965da067e8e8e4ebcf4d4ee2a184d2fd002baddedfd345c80cd9b384878ec7ddece5b9ac7ff6ce58c2fa99e535dae059af9b509195795fa758fe0a2dacdeef689dc3894cc96b1e38ff57fe02fa1", "versions": { "2012.02.22": { "bin": [ @@ -10115,6 +10115,20 @@ "https://yt-dl.org/downloads/2016.12.18/youtube-dl-2016.12.18.tar.gz", "66b2a5773a8cb4384607d03fd3b625d6ebf49cd014984b9173b5ea114ba4f783" ] + }, + "2016.12.20": { + "bin": [ + "https://yt-dl.org/downloads/2016.12.20/youtube-dl", + "6a1b979b1c3ad122791f086b404783a6ce87df3dc6aeea5381df41f88117ab6a" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.12.20/youtube-dl.exe", + "1d38bc63ee79f4ab26ec9b3c0b37c2439305a0089cb65e835a91d53ac0d0afbe" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.12.20/youtube-dl-2016.12.20.tar.gz", + "f80d47d5e2a236ea6c9d8b4636199aea01a041607ce7b544babedb0fe1ce59a5" + ] } } } \ No newline at end of file From 8454ae5c66fd3b68cff3090a5e9dd7eb5d55a79d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Thu, 22 Dec 2016 22:54:48 +0700 Subject: [PATCH 021/121] release 2016.12.22 --- download.html | 10 +++++----- supportedsites.html | 4 ++-- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 40 insertions(+), 11 deletions(-) diff --git a/download.html b/download.html index ea529bf49..7f52b48a8 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.12.20 (sig)

    +

    2016.12.22 (sig)

    -

    SHA256: 6a1b979b1c3ad122791f086b404783a6ce87df3dc6aeea5381df41f88117ab6a

    +

    SHA256: 816bf4654d7310216b0adb568d6fe241f6463ffb6a1176c7267b2865f6c1e2b9

    - Windows exe (sig - SHA256 1d38bc63ee79f4ab26ec9b3c0b37c2439305a0089cb65e835a91d53ac0d0afbe)
    - Full source + docs + binary tarball (sig - SHA256 f80d47d5e2a236ea6c9d8b4636199aea01a041607ce7b544babedb0fe1ce59a5) + Windows exe (sig - SHA256 d2875c8adcd49fb6ba18aa57675e49086c6f9be200d9934eea8ce20076b37a95)
    + Full source + docs + binary tarball (sig - SHA256 f5bc5eb1af17391b7a1da795f4181c3702fb2c1da2668b25f1260dbdba882524)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index b0ea58735..9a26b806e 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -380,8 +380,8 @@

  • kuwo:singer: 酷我音乐 - 歌手
  • kuwo:song: 酷我音乐
  • la7.it
  • -
  • Laola1Tv
  • -
  • Laola1TvEmbed
  • +
  • laola1tv
  • +
  • laola1tv:embed
  • LCI
  • Lcp
  • LcpPlay
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 4146689a8..7091e6bd9 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.12.20 \ No newline at end of file +2016.12.22 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index aaa832d56..2613b4b51 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-12-20T22:41:27.172632Z + 2016-12-22T22:54:41.362356Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -10850,4 +10850,19 @@ 2016-12-20T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.12.22 + New version 2016.12.22 + + +
    + Downloads available at https://yt-dl.org/downloads/2016.12.22/ +
    +
    + + The youtube-dl maintainers + + 2016-12-22T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 7acf1ee66..7e20c1708 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.12.20", - "signature": "22ea37f60b9a97f5f24fc329423b0e3a50e731ee7e9378051a7f3034b007804da1c98b4c3c0425b96bff048264fd64f5ebaae965da067e8e8e4ebcf4d4ee2a184d2fd002baddedfd345c80cd9b384878ec7ddece5b9ac7ff6ce58c2fa99e535dae059af9b509195795fa758fe0a2dacdeef689dc3894cc96b1e38ff57fe02fa1", + "latest": "2016.12.22", + "signature": "47c722e79106757f5d57a242cc6bcd03d41d85f1ee6d3fac212964531a025af55bc8300fd450d9a52605e5235cdf2eeb4a1c2ae7e39a348802efebd546956347cceb0be6c7988c2c6e30e3654fbef4f815f3268dc867e9ebfd989a1f5cef6b1f565ca0bb426aacde3b6f744baff51c50a8451a232f507af6880e39d596a96c78", "versions": { "2012.02.22": { "bin": [ @@ -10129,6 +10129,20 @@ "https://yt-dl.org/downloads/2016.12.20/youtube-dl-2016.12.20.tar.gz", "f80d47d5e2a236ea6c9d8b4636199aea01a041607ce7b544babedb0fe1ce59a5" ] + }, + "2016.12.22": { + "bin": [ + "https://yt-dl.org/downloads/2016.12.22/youtube-dl", + "816bf4654d7310216b0adb568d6fe241f6463ffb6a1176c7267b2865f6c1e2b9" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.12.22/youtube-dl.exe", + "d2875c8adcd49fb6ba18aa57675e49086c6f9be200d9934eea8ce20076b37a95" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.12.22/youtube-dl-2016.12.22.tar.gz", + "f5bc5eb1af17391b7a1da795f4181c3702fb2c1da2668b25f1260dbdba882524" + ] } } } \ No newline at end of file From b7cf13240d8370682b571e72f35ce877a5a47127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 1 Jan 2017 00:00:44 +0700 Subject: [PATCH 022/121] release 2016.12.31 --- about.html | 2 +- donations.html | 2 +- download.html | 12 ++++++------ download.html.in | 2 +- index.html | 2 +- supportedsites.html | 5 +++-- supportedsites.html.in | 2 +- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 10 files changed, 47 insertions(+), 17 deletions(-) diff --git a/about.html b/about.html index 0c6689518..4f42ec0f8 100644 --- a/about.html +++ b/about.html @@ -38,6 +38,6 @@ Creative Commons License
    -Copyright © 2006-2016 Ricardo Garcia Gonzalez +Copyright © 2006-2017 Ricardo Garcia Gonzalez diff --git a/donations.html b/donations.html index 46b14fac9..b46de963a 100644 --- a/donations.html +++ b/donations.html @@ -36,6 +36,6 @@ Creative Commons License
    -Copyright © 2006-2016 Ricardo Garcia Gonzalez +Copyright © 2006-2017 Ricardo Garcia Gonzalez diff --git a/download.html b/download.html index 7f52b48a8..b46655aec 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.12.22 (sig)

    +

    2016.12.31 (sig)

    -

    SHA256: 816bf4654d7310216b0adb568d6fe241f6463ffb6a1176c7267b2865f6c1e2b9

    +

    SHA256: 6a2fdd28c999b9b946658540372cea58a99c231679e2ca877d98036081e8775e

    - Windows exe (sig - SHA256 d2875c8adcd49fb6ba18aa57675e49086c6f9be200d9934eea8ce20076b37a95)
    - Full source + docs + binary tarball (sig - SHA256 f5bc5eb1af17391b7a1da795f4181c3702fb2c1da2668b25f1260dbdba882524) + Windows exe (sig - SHA256 a2a35761fc96d9f09c0f6e24ed07326d0cb6586ea0a25cc4a0a12aa5aab9ab54)
    + Full source + docs + binary tarball (sig - SHA256 94d9f6cb99a1f5c27a8885f1bffe1f36c7e89feef961a83f78d8093284cf1ec9)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: @@ -70,6 +70,6 @@ See the pypi page for more Creative Commons License
    -Copyright © 2006-2016 Ricardo Garcia Gonzalez +Copyright © 2006-2017 Ricardo Garcia Gonzalez diff --git a/download.html.in b/download.html.in index d624ad29d..5b33b2c93 100644 --- a/download.html.in +++ b/download.html.in @@ -70,6 +70,6 @@ See the pypi page for more Creative Commons License
    -Copyright © 2006-2016 Ricardo Garcia Gonzalez +Copyright © 2006-2017 Ricardo Garcia Gonzalez diff --git a/index.html b/index.html index 1d288f10b..0391449d5 100644 --- a/index.html +++ b/index.html @@ -32,6 +32,6 @@ Creative Commons License
    -Copyright © 2006-2016 Ricardo Garcia Gonzalez +Copyright © 2006-2017 Ricardo Garcia Gonzalez diff --git a/supportedsites.html b/supportedsites.html index 9a26b806e..3698a64ba 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -278,7 +278,6 @@

  • francetvinfo.fr
  • Freesound
  • freespeech.org
  • -
  • FreeVideo
  • Funimation
  • FunnyOrDie
  • Fusion
  • @@ -674,6 +673,7 @@
  • Shahid
  • Shared: shared.sx
  • ShareSix
  • +
  • ShowRoomLive
  • Sina
  • SixPlay
  • skynewsarabia:article
  • @@ -849,6 +849,7 @@
  • ViceShow
  • Vidbit
  • Viddler
  • +
  • Videa
  • video.google:search: Google Video search
  • video.mit.edu
  • VideoDetective
  • @@ -981,6 +982,6 @@ Creative Commons License
    -Copyright © 2006-2016 Ricardo Garcia Gonzalez +Copyright © 2006-2017 Ricardo Garcia Gonzalez diff --git a/supportedsites.html.in b/supportedsites.html.in index 63b774b5c..6e70af709 100644 --- a/supportedsites.html.in +++ b/supportedsites.html.in @@ -21,6 +21,6 @@ Creative Commons License
    -Copyright © 2006-2016 Ricardo Garcia Gonzalez +Copyright © 2006-2017 Ricardo Garcia Gonzalez diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 7091e6bd9..59f3f4b08 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.12.22 \ No newline at end of file +2016.12.31 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 2613b4b51..cc775e773 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-12-22T22:54:41.362356Z + 2017-01-01T00:00:39.091332Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -10865,4 +10865,19 @@ 2016-12-22T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.12.31 + New version 2016.12.31 + + +
    + Downloads available at https://yt-dl.org/downloads/2016.12.31/ +
    +
    + + The youtube-dl maintainers + + 2016-12-31T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 7e20c1708..7bcfc20b1 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.12.22", - "signature": "47c722e79106757f5d57a242cc6bcd03d41d85f1ee6d3fac212964531a025af55bc8300fd450d9a52605e5235cdf2eeb4a1c2ae7e39a348802efebd546956347cceb0be6c7988c2c6e30e3654fbef4f815f3268dc867e9ebfd989a1f5cef6b1f565ca0bb426aacde3b6f744baff51c50a8451a232f507af6880e39d596a96c78", + "latest": "2016.12.31", + "signature": "31ef7e717c48a02894e251683f27dabc7eaa64a2df4e55ef2dc95c5c4b929e9ff3c69dcdd7a67380210d15188f819a3d834839b0afc35d52e2d5c8865d060729181ae384359d052844e878a562f70ae123436fac72f230ac8bc1181a40a780c6e15ef5c9882640463fc1dcb38484ad62618762f7ba015fba003765c35f7abff1", "versions": { "2012.02.22": { "bin": [ @@ -10143,6 +10143,20 @@ "https://yt-dl.org/downloads/2016.12.22/youtube-dl-2016.12.22.tar.gz", "f5bc5eb1af17391b7a1da795f4181c3702fb2c1da2668b25f1260dbdba882524" ] + }, + "2016.12.31": { + "bin": [ + "https://yt-dl.org/downloads/2016.12.31/youtube-dl", + "6a2fdd28c999b9b946658540372cea58a99c231679e2ca877d98036081e8775e" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.12.31/youtube-dl.exe", + "a2a35761fc96d9f09c0f6e24ed07326d0cb6586ea0a25cc4a0a12aa5aab9ab54" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.12.31/youtube-dl-2016.12.31.tar.gz", + "94d9f6cb99a1f5c27a8885f1bffe1f36c7e89feef961a83f78d8093284cf1ec9" + ] } } } \ No newline at end of file From 56c3abce9abf21a767f7206988e43a7de0f881da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Mon, 2 Jan 2017 23:57:04 +0700 Subject: [PATCH 023/121] release 2017.01.02 --- download.html | 10 +++++----- supportedsites.html | 3 ++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 40 insertions(+), 10 deletions(-) diff --git a/download.html b/download.html index b46655aec..2f2cf582c 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.12.31 (sig)

    +

    2017.01.02 (sig)

    -

    SHA256: 6a2fdd28c999b9b946658540372cea58a99c231679e2ca877d98036081e8775e

    +

    SHA256: d07aaf4a5d13252b37cfcfdddf7928411b91f10e6893938da6a3114fd5a5b472

    - Windows exe (sig - SHA256 a2a35761fc96d9f09c0f6e24ed07326d0cb6586ea0a25cc4a0a12aa5aab9ab54)
    - Full source + docs + binary tarball (sig - SHA256 94d9f6cb99a1f5c27a8885f1bffe1f36c7e89feef961a83f78d8093284cf1ec9) + Windows exe (sig - SHA256 51c9c34254973c0e2ea8c93a0fdd2525016081e6dcf7df627ad1ad20db4e6482)
    + Full source + docs + binary tarball (sig - SHA256 140de01ea879cdc50bc34240802d5c10231baf448d7a664e6efeb9d5efb74d5b)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 3698a64ba..ebb722a28 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -147,7 +147,7 @@

  • cbsnews:livevideo: CBS News Live Videos
  • CBSSports
  • CCMA
  • -
  • CCTV
  • +
  • CCTV: 央视网
  • CDA
  • CeskaTelevize
  • channel9: Channel 9
  • @@ -532,6 +532,7 @@
  • NRKSkole: NRK Skole
  • NRKTV: NRK TV and NRK Radio
  • NRKTVDirekte: NRK TV Direkte and NRK Radio Direkte
  • +
  • NRKTVEpisodes
  • ntv.ru
  • Nuvid
  • NYTimes
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 59f3f4b08..b63acfcf3 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.12.31 \ No newline at end of file +2017.01.02 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index cc775e773..4b6aa75e5 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 - 2017-01-01T00:00:39.091332Z + 2017-01-02T23:56:59.205737Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -10880,4 +10880,19 @@ 2016-12-31T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.01.02 + New version 2017.01.02 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.01.02/ +
    +
    + + The youtube-dl maintainers + + 2017-01-02T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 7bcfc20b1..bda372642 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.12.31", - "signature": "31ef7e717c48a02894e251683f27dabc7eaa64a2df4e55ef2dc95c5c4b929e9ff3c69dcdd7a67380210d15188f819a3d834839b0afc35d52e2d5c8865d060729181ae384359d052844e878a562f70ae123436fac72f230ac8bc1181a40a780c6e15ef5c9882640463fc1dcb38484ad62618762f7ba015fba003765c35f7abff1", + "latest": "2017.01.02", + "signature": "931e6f5712c2db0f86584c58d217f9eee3282db49e25cd9650021f483c79ee0252508666837325cc6b1dad6b86f37935a4506db8f22c302be411448f329fbdc8891da00f5bc1dda04801c1ed86ac27af4493e0553bccaa60dffbd8376c0559dfab51c5125004af7cf5648728a5cd7b1bf4b7fd318ac61a5b50067e90ee5e1336", "versions": { "2012.02.22": { "bin": [ @@ -10157,6 +10157,20 @@ "https://yt-dl.org/downloads/2016.12.31/youtube-dl-2016.12.31.tar.gz", "94d9f6cb99a1f5c27a8885f1bffe1f36c7e89feef961a83f78d8093284cf1ec9" ] + }, + "2017.01.02": { + "bin": [ + "https://yt-dl.org/downloads/2017.01.02/youtube-dl", + "d07aaf4a5d13252b37cfcfdddf7928411b91f10e6893938da6a3114fd5a5b472" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.01.02/youtube-dl.exe", + "51c9c34254973c0e2ea8c93a0fdd2525016081e6dcf7df627ad1ad20db4e6482" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.01.02/youtube-dl-2017.01.02.tar.gz", + "140de01ea879cdc50bc34240802d5c10231baf448d7a664e6efeb9d5efb74d5b" + ] } } } \ No newline at end of file From 9655675e935e75317fdeac35487b41183da4db00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Thu, 5 Jan 2017 04:12:15 +0700 Subject: [PATCH 024/121] release 2017.01.05 --- download.html | 10 +++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 38 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 2f2cf582c..59103f24f 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.

    -

    2017.01.02 (sig)

    +

    2017.01.05 (sig)

    -

    SHA256: d07aaf4a5d13252b37cfcfdddf7928411b91f10e6893938da6a3114fd5a5b472

    +

    SHA256: 77dcfbcfc2b906e167badd33862a7012db8a4fad4aa1689d27cb7587e2380ba3

    - Windows exe (sig - SHA256 51c9c34254973c0e2ea8c93a0fdd2525016081e6dcf7df627ad1ad20db4e6482)
    - Full source + docs + binary tarball (sig - SHA256 140de01ea879cdc50bc34240802d5c10231baf448d7a664e6efeb9d5efb74d5b) + Windows exe (sig - SHA256 f49311e938821f1f5d45c13c63492994ca30bdbdd5e5db3274bfe35cfb6272ec)
    + Full source + docs + binary tarball (sig - SHA256 7670471d6000eebb17f5edf0c405bb3b2b99b20c6f500b6bbfb2d5678ecf3da6)

    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 b63acfcf3..9d77307bc 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.01.02 \ No newline at end of file +2017.01.05 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 4b6aa75e5..e6713d2ba 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 - 2017-01-02T23:56:59.205737Z + 2017-01-05T04:12:10.571494Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -10895,4 +10895,19 @@ 2017-01-02T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.01.05 + New version 2017.01.05 + + +

    + Downloads available at https://yt-dl.org/downloads/2017.01.05/ +
    + + + The youtube-dl maintainers + + 2017-01-05T00:00:00Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index bda372642..3b12f0b45 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.01.02", - "signature": "931e6f5712c2db0f86584c58d217f9eee3282db49e25cd9650021f483c79ee0252508666837325cc6b1dad6b86f37935a4506db8f22c302be411448f329fbdc8891da00f5bc1dda04801c1ed86ac27af4493e0553bccaa60dffbd8376c0559dfab51c5125004af7cf5648728a5cd7b1bf4b7fd318ac61a5b50067e90ee5e1336", + "latest": "2017.01.05", + "signature": "1501174401d0eacb8ce8e46e1431412a3b6fbbffea4db5c2a09b09d23f4834f0c4d2c2f96c5098ed4a7ec3cc37f4384c0d28624b35cec0ee316746e35f242ad42a6526d91c4da9519a4b94ac055cffac8969c89abaf5a7124d54bfd1bd552ab8d99cfcda6dc07a34caf8f0a36405c1e06a09f8daaf5ab6b7d8eec2dad85643be", "versions": { "2012.02.22": { "bin": [ @@ -10171,6 +10171,20 @@ "https://yt-dl.org/downloads/2017.01.02/youtube-dl-2017.01.02.tar.gz", "140de01ea879cdc50bc34240802d5c10231baf448d7a664e6efeb9d5efb74d5b" ] + }, + "2017.01.05": { + "bin": [ + "https://yt-dl.org/downloads/2017.01.05/youtube-dl", + "77dcfbcfc2b906e167badd33862a7012db8a4fad4aa1689d27cb7587e2380ba3" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.01.05/youtube-dl.exe", + "f49311e938821f1f5d45c13c63492994ca30bdbdd5e5db3274bfe35cfb6272ec" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.01.05/youtube-dl-2017.01.05.tar.gz", + "7670471d6000eebb17f5edf0c405bb3b2b99b20c6f500b6bbfb2d5678ecf3da6" + ] } } } \ No newline at end of file From 4b53472d1a6888e3d09eda1af3cdcd537f97c8a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 8 Jan 2017 21:00:21 +0700 Subject: [PATCH 025/121] release 2017.01.08 --- download.html | 10 +++++----- supportedsites.html | 5 +---- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 39 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 59103f24f..f36e1fe93 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.

    -

    2017.01.05 (sig)

    +

    2017.01.08 (sig)

    -

    SHA256: 77dcfbcfc2b906e167badd33862a7012db8a4fad4aa1689d27cb7587e2380ba3

    +

    SHA256: 60c56141c0c93c7f3eb131a2d34429c77324b0cbde39a4425690284a7d4428ad

    - Windows exe (sig - SHA256 f49311e938821f1f5d45c13c63492994ca30bdbdd5e5db3274bfe35cfb6272ec)
    - Full source + docs + binary tarball (sig - SHA256 7670471d6000eebb17f5edf0c405bb3b2b99b20c6f500b6bbfb2d5678ecf3da6) + Windows exe (sig - SHA256 1425a8d6b3a0b834e12a0cc7d89e4722f5c73e20d41418eeba33c01a109ec4a8)
    + Full source + docs + binary tarball (sig - SHA256 ac2942d001003575858ff044dd1c1c264ab08527efa1af7036f773ea82b25fd6)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index ebb722a28..7ed7fe906 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -255,7 +255,6 @@

  • fc2
  • fc2:embed
  • Fczenit
  • -
  • features.aol.com
  • fernsehkritik.tv
  • Firstpost
  • FiveTV
  • @@ -319,6 +318,7 @@
  • history:topic: History.com Topic
  • hitbox
  • hitbox:live
  • +
  • HitRecord
  • HornBunny
  • HotNewHipHop
  • HotStar
  • @@ -665,7 +665,6 @@
  • screen.yahoo:search: Yahoo screen search
  • Screencast
  • ScreencastOMatic
  • -
  • ScreenJunkies
  • Seeker
  • SenateISVP
  • SendtoNews
  • @@ -673,7 +672,6 @@
  • Sexu
  • Shahid
  • Shared: shared.sx
  • -
  • ShareSix
  • ShowRoomLive
  • Sina
  • SixPlay
  • @@ -860,7 +858,6 @@
  • videomore:season
  • videomore:video
  • VideoPremium
  • -
  • VideoTt: video.tt - Your True Tube (Currently broken)
  • videoweed: VideoWeed
  • Vidio
  • vidme
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 9d77307bc..822dc5042 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.01.05 \ No newline at end of file +2017.01.08 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index e6713d2ba..e6de4ec76 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 - 2017-01-05T04:12:10.571494Z + 2017-01-08T21:00:14.836234Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -10910,4 +10910,19 @@ 2017-01-05T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.01.08 + New version 2017.01.08 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.01.08/ +
    +
    + + The youtube-dl maintainers + + 2017-01-08T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 3b12f0b45..17554b83a 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.01.05", - "signature": "1501174401d0eacb8ce8e46e1431412a3b6fbbffea4db5c2a09b09d23f4834f0c4d2c2f96c5098ed4a7ec3cc37f4384c0d28624b35cec0ee316746e35f242ad42a6526d91c4da9519a4b94ac055cffac8969c89abaf5a7124d54bfd1bd552ab8d99cfcda6dc07a34caf8f0a36405c1e06a09f8daaf5ab6b7d8eec2dad85643be", + "latest": "2017.01.08", + "signature": "86143daa0018f67566f030861b2d9b8ad8c37353fa0661c38529c3814c571e0043f9fbf8e03082b834097af55264ceac2ac6e83d7c2ecc4b42edba8bce9500111525adada6fae8e692bdc040a2c807e353333f344f6b5d89f455dd816a57de4aae59addcd5e752bc60c9085a7d4e9fa17defbf67343f4c6c08a9ae11e3e4d224", "versions": { "2012.02.22": { "bin": [ @@ -10185,6 +10185,20 @@ "https://yt-dl.org/downloads/2017.01.05/youtube-dl-2017.01.05.tar.gz", "7670471d6000eebb17f5edf0c405bb3b2b99b20c6f500b6bbfb2d5678ecf3da6" ] + }, + "2017.01.08": { + "bin": [ + "https://yt-dl.org/downloads/2017.01.08/youtube-dl", + "60c56141c0c93c7f3eb131a2d34429c77324b0cbde39a4425690284a7d4428ad" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.01.08/youtube-dl.exe", + "1425a8d6b3a0b834e12a0cc7d89e4722f5c73e20d41418eeba33c01a109ec4a8" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.01.08/youtube-dl-2017.01.08.tar.gz", + "ac2942d001003575858ff044dd1c1c264ab08527efa1af7036f773ea82b25fd6" + ] } } } \ No newline at end of file From 8999c1e5ca690be1e3f0183a49627590581b0eac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Tue, 10 Jan 2017 21:31:15 +0700 Subject: [PATCH 026/121] release 2017.01.10 --- download.html | 10 +++++----- supportedsites.html | 2 ++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 40 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index f36e1fe93..cbeb68b57 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.

    -

    2017.01.08 (sig)

    +

    2017.01.10 (sig)

    -

    SHA256: 60c56141c0c93c7f3eb131a2d34429c77324b0cbde39a4425690284a7d4428ad

    +

    SHA256: e6fe22a447629470002f31d887b13fd4b5e7e0b33dcad1cf27fe736d1c425d2c

    - Windows exe (sig - SHA256 1425a8d6b3a0b834e12a0cc7d89e4722f5c73e20d41418eeba33c01a109ec4a8)
    - Full source + docs + binary tarball (sig - SHA256 ac2942d001003575858ff044dd1c1c264ab08527efa1af7036f773ea82b25fd6) + Windows exe (sig - SHA256 cad77c4e14016e0573661979c929e20c38a275de037d8121403615efb8948c09)
    + Full source + docs + binary tarball (sig - SHA256 6493d1400c5735221d65688548ada4d45875f25562f7c49c73263d9ae4369932)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 7ed7fe906..9589ba025 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -229,6 +229,7 @@

  • EaglePlatform
  • EbaumsWorld
  • EchoMsk
  • +
  • egghead:course: egghead.io course
  • eHow
  • Einthusan
  • eitb.tv
  • @@ -336,6 +337,7 @@
  • Imgur
  • ImgurAlbum
  • Ina
  • +
  • Inc
  • Indavideo
  • IndavideoEmbed
  • InfoQ
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 822dc5042..cd6a5a705 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.01.08 \ No newline at end of file +2017.01.10 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index e6de4ec76..15b739ed8 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 - 2017-01-08T21:00:14.836234Z + 2017-01-10T21:31:09.782573Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -10925,4 +10925,19 @@ 2017-01-08T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.01.10 + New version 2017.01.10 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.01.10/ +
    +
    + + The youtube-dl maintainers + + 2017-01-10T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 17554b83a..0a8eef8e3 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.01.08", - "signature": "86143daa0018f67566f030861b2d9b8ad8c37353fa0661c38529c3814c571e0043f9fbf8e03082b834097af55264ceac2ac6e83d7c2ecc4b42edba8bce9500111525adada6fae8e692bdc040a2c807e353333f344f6b5d89f455dd816a57de4aae59addcd5e752bc60c9085a7d4e9fa17defbf67343f4c6c08a9ae11e3e4d224", + "latest": "2017.01.10", + "signature": "739064e03dc76ffb4684b6df3ce42c145c6c08a4dfa64d5e0e5c3279b50cca8ea90bc21bcc9afd98ee2bcad10a8318e1bab20f9ebe663b1e998db7a7eaa45e65d567c61525a2e15e517a28cc99c66721aa75616ae33495c9b9e24f47f74cf4ff1a337d2f532dc40f7a960ec7a52d91fcc08e4ea551aa4fae8171de93ffe9641a", "versions": { "2012.02.22": { "bin": [ @@ -10199,6 +10199,20 @@ "https://yt-dl.org/downloads/2017.01.08/youtube-dl-2017.01.08.tar.gz", "ac2942d001003575858ff044dd1c1c264ab08527efa1af7036f773ea82b25fd6" ] + }, + "2017.01.10": { + "bin": [ + "https://yt-dl.org/downloads/2017.01.10/youtube-dl", + "e6fe22a447629470002f31d887b13fd4b5e7e0b33dcad1cf27fe736d1c425d2c" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.01.10/youtube-dl.exe", + "cad77c4e14016e0573661979c929e20c38a275de037d8121403615efb8948c09" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.01.10/youtube-dl-2017.01.10.tar.gz", + "6493d1400c5735221d65688548ada4d45875f25562f7c49c73263d9ae4369932" + ] } } } \ No newline at end of file From 38438fdf670ca83f3617d490b69b2763f5649d78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sat, 14 Jan 2017 07:33:02 +0700 Subject: [PATCH 027/121] release 2017.01.14 --- download.html | 10 +++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 38 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index cbeb68b57..f890978fe 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.

    -

    2017.01.10 (sig)

    +

    2017.01.14 (sig)

    -

    SHA256: e6fe22a447629470002f31d887b13fd4b5e7e0b33dcad1cf27fe736d1c425d2c

    +

    SHA256: 077ba9b4381edcaa9be2737d8e18e587a74d9a152b828ebf68fa9556b3a15749

    - Windows exe (sig - SHA256 cad77c4e14016e0573661979c929e20c38a275de037d8121403615efb8948c09)
    - Full source + docs + binary tarball (sig - SHA256 6493d1400c5735221d65688548ada4d45875f25562f7c49c73263d9ae4369932) + Windows exe (sig - SHA256 bddd8339d6236445aef9ca878a5b3ea5ce6eb6e6cd84ccd2f273175054d3136e)
    + Full source + docs + binary tarball (sig - SHA256 76c8bd77db6c820bfa72f1e2a873101ca736fd1d9954ccebf349fa7caef99cca)

    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 cd6a5a705..6ef4d20fb 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.01.10 \ No newline at end of file +2017.01.14 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 15b739ed8..f9f632ebd 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 - 2017-01-10T21:31:09.782573Z + 2017-01-14T07:32:56.474350Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -10940,4 +10940,19 @@ 2017-01-10T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.01.14 + New version 2017.01.14 + + +

    + Downloads available at https://yt-dl.org/downloads/2017.01.14/ +
    + + + The youtube-dl maintainers + + 2017-01-14T00:00:00Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 0a8eef8e3..9c4fdc466 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.01.10", - "signature": "739064e03dc76ffb4684b6df3ce42c145c6c08a4dfa64d5e0e5c3279b50cca8ea90bc21bcc9afd98ee2bcad10a8318e1bab20f9ebe663b1e998db7a7eaa45e65d567c61525a2e15e517a28cc99c66721aa75616ae33495c9b9e24f47f74cf4ff1a337d2f532dc40f7a960ec7a52d91fcc08e4ea551aa4fae8171de93ffe9641a", + "latest": "2017.01.14", + "signature": "24ee0423992c4e39a66cc1704fa6e2131bbb5a84d8dc1235206a0c638bf4533b5310d67eb09e176f2017e45855551c77a6518fa017815eae77da7b3833302b3379eda2df18e2c6d2defc8a2e847fd0f54d34ee2427ed9a04d11861780e9f8ea84c33b74e4b59f5f2c86b80b1f3fe469123c464fc9fd6b803b927ca01ae343672", "versions": { "2012.02.22": { "bin": [ @@ -10213,6 +10213,20 @@ "https://yt-dl.org/downloads/2017.01.10/youtube-dl-2017.01.10.tar.gz", "6493d1400c5735221d65688548ada4d45875f25562f7c49c73263d9ae4369932" ] + }, + "2017.01.14": { + "bin": [ + "https://yt-dl.org/downloads/2017.01.14/youtube-dl", + "077ba9b4381edcaa9be2737d8e18e587a74d9a152b828ebf68fa9556b3a15749" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.01.14/youtube-dl.exe", + "bddd8339d6236445aef9ca878a5b3ea5ce6eb6e6cd84ccd2f273175054d3136e" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.01.14/youtube-dl-2017.01.14.tar.gz", + "76c8bd77db6c820bfa72f1e2a873101ca736fd1d9954ccebf349fa7caef99cca" + ] } } } \ No newline at end of file From 51feebce2a97ae5297af3507740b878b647fb9bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Mon, 16 Jan 2017 23:46:07 +0700 Subject: [PATCH 028/121] release 2017.01.16 --- download.html | 10 +++++----- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 39 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index f890978fe..fd741606e 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.

    -

    2017.01.14 (sig)

    +

    2017.01.16 (sig)

    -

    SHA256: 077ba9b4381edcaa9be2737d8e18e587a74d9a152b828ebf68fa9556b3a15749

    +

    SHA256: 4948de0ec7d2aa60ca6ead52daf1bfe7f24b77781aaed43f0a34e59ff44b2a2c

    - Windows exe (sig - SHA256 bddd8339d6236445aef9ca878a5b3ea5ce6eb6e6cd84ccd2f273175054d3136e)
    - Full source + docs + binary tarball (sig - SHA256 76c8bd77db6c820bfa72f1e2a873101ca736fd1d9954ccebf349fa7caef99cca) + Windows exe (sig - SHA256 4af79058613c5a030bab491f956b90a837364e7e7c0d00a5549e8f5185ede19b)
    + Full source + docs + binary tarball (sig - SHA256 f97c552c5b560c8f4cf5ff8417f687e305fdc68f7b42f27a08dbc8c983da45f3)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 9589ba025..8c41edf4b 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -101,6 +101,7 @@

  • bbc.co.uk:article: BBC articles
  • bbc.co.uk:iplayer:playlist
  • bbc.co.uk:playlist
  • +
  • Beam:live
  • Beatport
  • Beeg
  • BehindKink
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 6ef4d20fb..7ab07e755 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.01.14 \ No newline at end of file +2017.01.16 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index f9f632ebd..a1cf2c82d 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 - 2017-01-14T07:32:56.474350Z + 2017-01-16T23:46:01.590787Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -10955,4 +10955,19 @@ 2017-01-14T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.01.16 + New version 2017.01.16 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.01.16/ +
    +
    + + The youtube-dl maintainers + + 2017-01-16T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 9c4fdc466..58cdf6eb2 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.01.14", - "signature": "24ee0423992c4e39a66cc1704fa6e2131bbb5a84d8dc1235206a0c638bf4533b5310d67eb09e176f2017e45855551c77a6518fa017815eae77da7b3833302b3379eda2df18e2c6d2defc8a2e847fd0f54d34ee2427ed9a04d11861780e9f8ea84c33b74e4b59f5f2c86b80b1f3fe469123c464fc9fd6b803b927ca01ae343672", + "latest": "2017.01.16", + "signature": "301c3032294ed1b1f3fe9b1612bf0061ef14989f44177f51757b463987ee9661a08657114dac1a16d24cbe8d146831adee3a2c52f49732d56917b896f79a60e87cd8352012a9980b975700e44dc9a309c7a56a724acd91837bf4f8247241535ac9d221442eb35c6594752e69ed59388f1cca3c6f931f3a9decd5bf245e23618f", "versions": { "2012.02.22": { "bin": [ @@ -10227,6 +10227,20 @@ "https://yt-dl.org/downloads/2017.01.14/youtube-dl-2017.01.14.tar.gz", "76c8bd77db6c820bfa72f1e2a873101ca736fd1d9954ccebf349fa7caef99cca" ] + }, + "2017.01.16": { + "bin": [ + "https://yt-dl.org/downloads/2017.01.16/youtube-dl", + "4948de0ec7d2aa60ca6ead52daf1bfe7f24b77781aaed43f0a34e59ff44b2a2c" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.01.16/youtube-dl.exe", + "4af79058613c5a030bab491f956b90a837364e7e7c0d00a5549e8f5185ede19b" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.01.16/youtube-dl-2017.01.16.tar.gz", + "f97c552c5b560c8f4cf5ff8417f687e305fdc68f7b42f27a08dbc8c983da45f3" + ] } } } \ No newline at end of file From d549f3d89e006d33258ed220e11c61a0ddaec684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Wed, 18 Jan 2017 23:11:56 +0700 Subject: [PATCH 029/121] release 2017.01.18 --- download.html | 10 +++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 38 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index fd741606e..ef6cd9cc4 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.

    -

    2017.01.16 (sig)

    +

    2017.01.18 (sig)

    -

    SHA256: 4948de0ec7d2aa60ca6ead52daf1bfe7f24b77781aaed43f0a34e59ff44b2a2c

    +

    SHA256: 90a14cd81e74b5267a98021d65534aa0a091eced81326930fe16f3478ea59865

    - Windows exe (sig - SHA256 4af79058613c5a030bab491f956b90a837364e7e7c0d00a5549e8f5185ede19b)
    - Full source + docs + binary tarball (sig - SHA256 f97c552c5b560c8f4cf5ff8417f687e305fdc68f7b42f27a08dbc8c983da45f3) + Windows exe (sig - SHA256 f3686b1bedfa9b4ba29cfb5aa76f170ef31940f8bc371f9bcaa93a4859ee633a)
    + Full source + docs + binary tarball (sig - SHA256 7c16f3ce7cf8a673a4c531e4a1fc10801467a61732cb65430e40b3ab8b2f2d2e)

    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 7ab07e755..3b57b7e05 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.01.16 \ No newline at end of file +2017.01.18 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index a1cf2c82d..d2aa9c82a 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 - 2017-01-16T23:46:01.590787Z + 2017-01-18T23:11:49.637461Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -10970,4 +10970,19 @@ 2017-01-16T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.01.18 + New version 2017.01.18 + + +

    + Downloads available at https://yt-dl.org/downloads/2017.01.18/ +
    + + + The youtube-dl maintainers + + 2017-01-18T00:00:00Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 58cdf6eb2..7e7aa4237 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.01.16", - "signature": "301c3032294ed1b1f3fe9b1612bf0061ef14989f44177f51757b463987ee9661a08657114dac1a16d24cbe8d146831adee3a2c52f49732d56917b896f79a60e87cd8352012a9980b975700e44dc9a309c7a56a724acd91837bf4f8247241535ac9d221442eb35c6594752e69ed59388f1cca3c6f931f3a9decd5bf245e23618f", + "latest": "2017.01.18", + "signature": "7ff33c323f0427742b14c07eb1adc1cb83bf6a9467ed96d8120fd063a68674e514b612f09a8af10ec554ce1a79363f0a14e8ac5b8e92d401d596a47bc38147adec4e0343d788e817bce6278a40b2761bc21120ef85a008630b448835da549ddd51e792c0d77ad9da2cd2ced5418d3c811db0504c48c4c5159afa873d424c6376", "versions": { "2012.02.22": { "bin": [ @@ -10241,6 +10241,20 @@ "https://yt-dl.org/downloads/2017.01.16/youtube-dl-2017.01.16.tar.gz", "f97c552c5b560c8f4cf5ff8417f687e305fdc68f7b42f27a08dbc8c983da45f3" ] + }, + "2017.01.18": { + "bin": [ + "https://yt-dl.org/downloads/2017.01.18/youtube-dl", + "90a14cd81e74b5267a98021d65534aa0a091eced81326930fe16f3478ea59865" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.01.18/youtube-dl.exe", + "f3686b1bedfa9b4ba29cfb5aa76f170ef31940f8bc371f9bcaa93a4859ee633a" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.01.18/youtube-dl-2017.01.18.tar.gz", + "7c16f3ce7cf8a673a4c531e4a1fc10801467a61732cb65430e40b3ab8b2f2d2e" + ] } } } \ No newline at end of file From 92fb683c6784e04d3151d7e0219a6f3693c40f24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 22 Jan 2017 19:01:16 +0700 Subject: [PATCH 030/121] release 2017.01.22 --- download.html | 10 +++++----- supportedsites.html | 3 +++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 41 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index ef6cd9cc4..4a3de6923 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.

    -

    2017.01.18 (sig)

    +

    2017.01.22 (sig)

    -

    SHA256: 90a14cd81e74b5267a98021d65534aa0a091eced81326930fe16f3478ea59865

    +

    SHA256: 17e7a1de681ea631553cb5031e68548f24185cc0bb268aa8c6a6d69252112053

    - Windows exe (sig - SHA256 f3686b1bedfa9b4ba29cfb5aa76f170ef31940f8bc371f9bcaa93a4859ee633a)
    - Full source + docs + binary tarball (sig - SHA256 7c16f3ce7cf8a673a4c531e4a1fc10801467a61732cb65430e40b3ab8b2f2d2e) + Windows exe (sig - SHA256 49ec5bb17e0aa41847d3b775f2f5487e68c0bad1bc7810de9966bf6ae72673ea)
    + Full source + docs + binary tarball (sig - SHA256 bc9a3a99e1db58a1f5e91c9dc62801bdb499c27237f86bb670614d507c8e5887)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 8c41edf4b..a224745c7 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -89,6 +89,8 @@

  • awaan:live
  • awaan:season
  • awaan:video
  • +
  • AZMedien: AZ Medien videos
  • +
  • AZMedienShow: AZ Medien shows
  • Azubu
  • AzubuLive
  • BaiduVideo: 百度视频
  • @@ -587,6 +589,7 @@
  • PolskieRadio
  • PolskieRadioCategory
  • PornCom
  • +
  • PornFlip
  • PornHd
  • PornHub: PornHub and Thumbzilla
  • PornHubPlaylist
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 3b57b7e05..b384bc198 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.01.18 \ No newline at end of file +2017.01.22 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index d2aa9c82a..4dbb5de99 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 - 2017-01-18T23:11:49.637461Z + 2017-01-22T19:01:10.196454Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -10985,4 +10985,19 @@ 2017-01-18T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.01.22 + New version 2017.01.22 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.01.22/ +
    +
    + + The youtube-dl maintainers + + 2017-01-22T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 7e7aa4237..196ac9b94 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.01.18", - "signature": "7ff33c323f0427742b14c07eb1adc1cb83bf6a9467ed96d8120fd063a68674e514b612f09a8af10ec554ce1a79363f0a14e8ac5b8e92d401d596a47bc38147adec4e0343d788e817bce6278a40b2761bc21120ef85a008630b448835da549ddd51e792c0d77ad9da2cd2ced5418d3c811db0504c48c4c5159afa873d424c6376", + "latest": "2017.01.22", + "signature": "20ca7b132d36b80276b85c7e1c8da1375325e503fd1e884d2554f969c93ab048a772ec982491fd51819d7179c1845e81a84046765c0a951bc651d194be7bf39473e4af21c540fe0fb87853f15a6372f01389849eb1970f26a2a583295517faa3cb427f0eeca7974579647b42ccda4507f8645a3e8ac7b1412475901833423344", "versions": { "2012.02.22": { "bin": [ @@ -10255,6 +10255,20 @@ "https://yt-dl.org/downloads/2017.01.18/youtube-dl-2017.01.18.tar.gz", "7c16f3ce7cf8a673a4c531e4a1fc10801467a61732cb65430e40b3ab8b2f2d2e" ] + }, + "2017.01.22": { + "bin": [ + "https://yt-dl.org/downloads/2017.01.22/youtube-dl", + "17e7a1de681ea631553cb5031e68548f24185cc0bb268aa8c6a6d69252112053" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.01.22/youtube-dl.exe", + "49ec5bb17e0aa41847d3b775f2f5487e68c0bad1bc7810de9966bf6ae72673ea" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.01.22/youtube-dl-2017.01.22.tar.gz", + "bc9a3a99e1db58a1f5e91c9dc62801bdb499c27237f86bb670614d507c8e5887" + ] } } } \ No newline at end of file From c445b0e36ce7a01ad44220dbbdd63e4a913baf14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Tue, 24 Jan 2017 03:00:59 +0700 Subject: [PATCH 031/121] release 2017.01.24 --- download.html | 10 +++++----- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 39 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 4a3de6923..27d92cc17 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.

    -

    2017.01.22 (sig)

    +

    2017.01.24 (sig)

    -

    SHA256: 17e7a1de681ea631553cb5031e68548f24185cc0bb268aa8c6a6d69252112053

    +

    SHA256: 48b49a4e39ecce027c50612295a10e86228390fc2e86286c38e54c510fe3f93a

    - Windows exe (sig - SHA256 49ec5bb17e0aa41847d3b775f2f5487e68c0bad1bc7810de9966bf6ae72673ea)
    - Full source + docs + binary tarball (sig - SHA256 bc9a3a99e1db58a1f5e91c9dc62801bdb499c27237f86bb670614d507c8e5887) + Windows exe (sig - SHA256 bb04a7cee9652b8936ee0a5208228795352e251084c234526a6ffd8ff748fe14)
    + Full source + docs + binary tarball (sig - SHA256 6691206f68b8ecf8e9f81a85c63b4c00676f66f549d37e9ea36113eda6d1e4d8)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index a224745c7..a550b4813 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -500,6 +500,7 @@

  • Newstube
  • NextMedia: 蘋果日報
  • NextMediaActionNews: 蘋果日報 - 動新聞
  • +
  • NextTV: 壹電視
  • nfb: National Film Board of Canada
  • nfl.com
  • NhkVod
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index b384bc198..a0d422906 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.01.22 \ No newline at end of file +2017.01.24 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 4dbb5de99..c55b1dc6d 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 - 2017-01-22T19:01:10.196454Z + 2017-01-24T03:00:52.997195Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11000,4 +11000,19 @@ 2017-01-22T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.01.24 + New version 2017.01.24 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.01.24/ +
    +
    + + The youtube-dl maintainers + + 2017-01-24T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 196ac9b94..fdcad2690 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.01.22", - "signature": "20ca7b132d36b80276b85c7e1c8da1375325e503fd1e884d2554f969c93ab048a772ec982491fd51819d7179c1845e81a84046765c0a951bc651d194be7bf39473e4af21c540fe0fb87853f15a6372f01389849eb1970f26a2a583295517faa3cb427f0eeca7974579647b42ccda4507f8645a3e8ac7b1412475901833423344", + "latest": "2017.01.24", + "signature": "6bb21a2fb59b8a51f09955d274e18de2bf98371afe28e90e665a454a6ffac9b8514a00ef30d6f064b2d23b3d9239e5d03238853c843134284cc89585d9fee9099e6c49b03468674a1473f4001a1369993153d3c10c3c763026037a4e629b030095898f39310a5927f7a189750cf934ee4abb35e46bc45cf523411f2ba69766cb", "versions": { "2012.02.22": { "bin": [ @@ -10269,6 +10269,20 @@ "https://yt-dl.org/downloads/2017.01.22/youtube-dl-2017.01.22.tar.gz", "bc9a3a99e1db58a1f5e91c9dc62801bdb499c27237f86bb670614d507c8e5887" ] + }, + "2017.01.24": { + "bin": [ + "https://yt-dl.org/downloads/2017.01.24/youtube-dl", + "48b49a4e39ecce027c50612295a10e86228390fc2e86286c38e54c510fe3f93a" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.01.24/youtube-dl.exe", + "bb04a7cee9652b8936ee0a5208228795352e251084c234526a6ffd8ff748fe14" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.01.24/youtube-dl-2017.01.24.tar.gz", + "6691206f68b8ecf8e9f81a85c63b4c00676f66f549d37e9ea36113eda6d1e4d8" + ] } } } \ No newline at end of file From 9f85dd58634e6015a0b486636c30cd3764bb9cc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Wed, 25 Jan 2017 23:37:51 +0700 Subject: [PATCH 032/121] release 2017.01.25 --- download.html | 10 +++++----- supportedsites.html | 3 ++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 40 insertions(+), 10 deletions(-) diff --git a/download.html b/download.html index 27d92cc17..8ac5afe01 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.

    -

    2017.01.24 (sig)

    +

    2017.01.25 (sig)

    -

    SHA256: 48b49a4e39ecce027c50612295a10e86228390fc2e86286c38e54c510fe3f93a

    +

    SHA256: 7819a5ab2a250e020f7f13576f0e936ce1e99aa9a315ed216ed791121f337fc3

    - Windows exe (sig - SHA256 bb04a7cee9652b8936ee0a5208228795352e251084c234526a6ffd8ff748fe14)
    - Full source + docs + binary tarball (sig - SHA256 6691206f68b8ecf8e9f81a85c63b4c00676f66f549d37e9ea36113eda6d1e4d8) + Windows exe (sig - SHA256 47b59c4f81d33cbdd33a18b8a6515e27521eec0016df1df3aa329d26ffbec7ad)
    + Full source + docs + binary tarball (sig - SHA256 80c6d8c6d9b5412a4ad8547400450ce5d1029067cf5a137bb0abcc667a6c60e1)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index a550b4813..dd1fcca5a 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -48,7 +48,8 @@

  • AdobeTVVideo
  • AdultSwim
  • aenetworks: A+E Networks: A&E, Lifetime, History.com, FYI Network
  • -
  • AfreecaTV: afreecatv.com
  • +
  • afreecatv: afreecatv.com
  • +
  • afreecatv:global: afreecatv.com
  • AirMozilla
  • AlJazeera
  • Allocine
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index a0d422906..0b41e8690 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.01.24 \ No newline at end of file +2017.01.25 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index c55b1dc6d..2468dc996 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 - 2017-01-24T03:00:52.997195Z + 2017-01-25T23:37:44.703136Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11015,4 +11015,19 @@ 2017-01-24T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.01.25 + New version 2017.01.25 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.01.25/ +
    +
    + + The youtube-dl maintainers + + 2017-01-25T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index fdcad2690..1a35aa554 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.01.24", - "signature": "6bb21a2fb59b8a51f09955d274e18de2bf98371afe28e90e665a454a6ffac9b8514a00ef30d6f064b2d23b3d9239e5d03238853c843134284cc89585d9fee9099e6c49b03468674a1473f4001a1369993153d3c10c3c763026037a4e629b030095898f39310a5927f7a189750cf934ee4abb35e46bc45cf523411f2ba69766cb", + "latest": "2017.01.25", + "signature": "7cb4582b09f2a6650880fd7737a2485bb053b37d4c5903f4dc26e3881fd6e3ef4267da5fcba17d74b1eca4c951a5a136b189d7dd5a1d09a62543de37df7f3d8ee15a69edd3b214bf7dbad6b824b00ff886fa4b051b6116038e14afac0575d59380179457dafc7066c44710782c097acf1a5b2358c259a99c3922d72a968ae3e0", "versions": { "2012.02.22": { "bin": [ @@ -10283,6 +10283,20 @@ "https://yt-dl.org/downloads/2017.01.24/youtube-dl-2017.01.24.tar.gz", "6691206f68b8ecf8e9f81a85c63b4c00676f66f549d37e9ea36113eda6d1e4d8" ] + }, + "2017.01.25": { + "bin": [ + "https://yt-dl.org/downloads/2017.01.25/youtube-dl", + "7819a5ab2a250e020f7f13576f0e936ce1e99aa9a315ed216ed791121f337fc3" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.01.25/youtube-dl.exe", + "47b59c4f81d33cbdd33a18b8a6515e27521eec0016df1df3aa329d26ffbec7ad" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.01.25/youtube-dl-2017.01.25.tar.gz", + "80c6d8c6d9b5412a4ad8547400450ce5d1029067cf5a137bb0abcc667a6c60e1" + ] } } } \ No newline at end of file From 0f766d338257427ad63e3d6473f7bd607ea63b30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sat, 28 Jan 2017 00:36:01 +0700 Subject: [PATCH 033/121] release 2017.01.28 --- download.html | 10 +++++----- supportedsites.html | 2 ++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 40 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 8ac5afe01..f19bd7ff2 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.

    -

    2017.01.25 (sig)

    +

    2017.01.28 (sig)

    -

    SHA256: 7819a5ab2a250e020f7f13576f0e936ce1e99aa9a315ed216ed791121f337fc3

    +

    SHA256: 738dac833deb8ce76fc37ed59b49885e5512c3c829e8c5fff334e096146c9d5d

    - Windows exe (sig - SHA256 47b59c4f81d33cbdd33a18b8a6515e27521eec0016df1df3aa329d26ffbec7ad)
    - Full source + docs + binary tarball (sig - SHA256 80c6d8c6d9b5412a4ad8547400450ce5d1029067cf5a137bb0abcc667a6c60e1) + Windows exe (sig - SHA256 01da36cc807c7284895382d0c2888cf7493a938ae126a859f1d29a8e840f871c)
    + Full source + docs + binary tarball (sig - SHA256 3ca165456799a9a60c875caed37e70c8fe3279326f2715837fcdc4304c64be99)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index dd1fcca5a..488ebe672 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -217,6 +217,7 @@

  • Digiteka
  • Discovery
  • DiscoveryGo
  • +
  • Disney
  • Dotsub
  • DouyuTV: 斗鱼
  • DPlay
  • @@ -800,6 +801,7 @@
  • TV2Article
  • TV3
  • TV4: tv4.se and tv4play.se
  • +
  • TVA
  • TVANouvelles
  • TVANouvellesArticle
  • TVC
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 0b41e8690..8c76c4365 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.01.25 \ No newline at end of file +2017.01.28 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 2468dc996..1ae2d946a 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 - 2017-01-25T23:37:44.703136Z + 2017-01-28T00:35:55.915732Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11030,4 +11030,19 @@ 2017-01-25T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.01.28 + New version 2017.01.28 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.01.28/ +
    +
    + + The youtube-dl maintainers + + 2017-01-28T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 1a35aa554..ed4b8672b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.01.25", - "signature": "7cb4582b09f2a6650880fd7737a2485bb053b37d4c5903f4dc26e3881fd6e3ef4267da5fcba17d74b1eca4c951a5a136b189d7dd5a1d09a62543de37df7f3d8ee15a69edd3b214bf7dbad6b824b00ff886fa4b051b6116038e14afac0575d59380179457dafc7066c44710782c097acf1a5b2358c259a99c3922d72a968ae3e0", + "latest": "2017.01.28", + "signature": "97a4073de1e414d9c4218f7c2f7953f975af03c0b837a75ff6f879520515a86e95edeacb19c0391d0de61d4cfcd4aedff906c485eee512f970a959c296a7c2c65a8245ebd6e65a2c72a14ba01fc7c11d6137a69f7346ad6e6b09796c9655f8f3a1defbc75d917df019bb72d84fbaf0ff65f2767cf9021a004e193ce8682e5b62", "versions": { "2012.02.22": { "bin": [ @@ -10297,6 +10297,20 @@ "https://yt-dl.org/downloads/2017.01.25/youtube-dl-2017.01.25.tar.gz", "80c6d8c6d9b5412a4ad8547400450ce5d1029067cf5a137bb0abcc667a6c60e1" ] + }, + "2017.01.28": { + "bin": [ + "https://yt-dl.org/downloads/2017.01.28/youtube-dl", + "738dac833deb8ce76fc37ed59b49885e5512c3c829e8c5fff334e096146c9d5d" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.01.28/youtube-dl.exe", + "01da36cc807c7284895382d0c2888cf7493a938ae126a859f1d29a8e840f871c" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.01.28/youtube-dl-2017.01.28.tar.gz", + "3ca165456799a9a60c875caed37e70c8fe3279326f2715837fcdc4304c64be99" + ] } } } \ No newline at end of file From efcd0e8d13e0ac2cfa8233fa0caa024fe187262d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 29 Jan 2017 13:23:27 +0700 Subject: [PATCH 034/121] release 2017.01.29 --- download.html | 10 +++++----- supportedsites.html | 5 ++++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 42 insertions(+), 10 deletions(-) diff --git a/download.html b/download.html index f19bd7ff2..357035e12 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.

    -

    2017.01.28 (sig)

    +

    2017.01.29 (sig)

    -

    SHA256: 738dac833deb8ce76fc37ed59b49885e5512c3c829e8c5fff334e096146c9d5d

    +

    SHA256: 89847d4a2bb4f020813c4e87ebd5455ec365fac30b2e8a047dfa21e53e7d46c6

    - Windows exe (sig - SHA256 01da36cc807c7284895382d0c2888cf7493a938ae126a859f1d29a8e840f871c)
    - Full source + docs + binary tarball (sig - SHA256 3ca165456799a9a60c875caed37e70c8fe3279326f2715837fcdc4304c64be99) + Windows exe (sig - SHA256 10fc44325a37b5802c0d396b16693d7682c7c4363f0f783f0787fefde51ea491)
    + Full source + docs + binary tarball (sig - SHA256 3475380e277f3517322c355815a1d7e023a023a565b3c724247c9a9509eb3a6e)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 488ebe672..93650e60e 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -91,7 +91,7 @@

  • awaan:season
  • awaan:video
  • AZMedien: AZ Medien videos
  • -
  • AZMedienShow: AZ Medien shows
  • +
  • AZMedienPlaylist: AZ Medien playlists
  • Azubu
  • AzubuLive
  • BaiduVideo: 百度视频
  • @@ -352,6 +352,7 @@
  • IPrima
  • iqiyi: 爱奇艺
  • Ir90Tv
  • +
  • ITV
  • ivi: ivi.ru
  • ivi:compilation: ivi.ru compilations
  • ivideon: Ivideon TV
  • @@ -460,6 +461,7 @@
  • mtg: MTG services
  • mtv
  • mtv.de
  • +
  • mtv81
  • mtv:video
  • mtvservices:embedded
  • MuenchenTV: münchen.tv
  • @@ -902,6 +904,7 @@
  • vk:uservideos: VK - User's Videos
  • vk:wallpost
  • vlive
  • +
  • vlive:channel
  • Vodlocker
  • VODPlatform
  • VoiceRepublic
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 8c76c4365..2beeb1ba4 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.01.28 \ No newline at end of file +2017.01.29 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 1ae2d946a..82ff76cd5 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 - 2017-01-28T00:35:55.915732Z + 2017-01-29T13:23:22.065467Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11045,4 +11045,19 @@ 2017-01-28T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.01.29 + New version 2017.01.29 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.01.29/ +
    +
    + + The youtube-dl maintainers + + 2017-01-29T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index ed4b8672b..1c716e737 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.01.28", - "signature": "97a4073de1e414d9c4218f7c2f7953f975af03c0b837a75ff6f879520515a86e95edeacb19c0391d0de61d4cfcd4aedff906c485eee512f970a959c296a7c2c65a8245ebd6e65a2c72a14ba01fc7c11d6137a69f7346ad6e6b09796c9655f8f3a1defbc75d917df019bb72d84fbaf0ff65f2767cf9021a004e193ce8682e5b62", + "latest": "2017.01.29", + "signature": "88862de47efece9feb594499a82cce048e7bb1aed951fe9400e3e848cda4354b788f8f70b68acff7102efc9803115b620b108476d8afb23eb010a978ac562f1fe41e432ae489be6d32b7f60b2ef72c2b9fc6f38a86dcc7f8b75715714a596954998e92daf0f4f3136a5e121b67a5a1eebcb59e61b652c6a5687b15c1b7653274", "versions": { "2012.02.22": { "bin": [ @@ -10311,6 +10311,20 @@ "https://yt-dl.org/downloads/2017.01.28/youtube-dl-2017.01.28.tar.gz", "3ca165456799a9a60c875caed37e70c8fe3279326f2715837fcdc4304c64be99" ] + }, + "2017.01.29": { + "bin": [ + "https://yt-dl.org/downloads/2017.01.29/youtube-dl", + "89847d4a2bb4f020813c4e87ebd5455ec365fac30b2e8a047dfa21e53e7d46c6" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.01.29/youtube-dl.exe", + "10fc44325a37b5802c0d396b16693d7682c7c4363f0f783f0787fefde51ea491" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.01.29/youtube-dl-2017.01.29.tar.gz", + "3475380e277f3517322c355815a1d7e023a023a565b3c724247c9a9509eb3a6e" + ] } } } \ No newline at end of file From 932b2a23f19ddafe47d08ca30334bf582ad8d0bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Tue, 31 Jan 2017 22:26:42 +0700 Subject: [PATCH 035/121] release 2017.01.31 --- download.html | 10 +++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 38 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 357035e12..96d96fddc 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.

    -

    2017.01.29 (sig)

    +

    2017.01.31 (sig)

    -

    SHA256: 89847d4a2bb4f020813c4e87ebd5455ec365fac30b2e8a047dfa21e53e7d46c6

    +

    SHA256: ca00f4716dc5ad361749996cdf0d935944bf3517211092bf55077b06cd0bc599

    - Windows exe (sig - SHA256 10fc44325a37b5802c0d396b16693d7682c7c4363f0f783f0787fefde51ea491)
    - Full source + docs + binary tarball (sig - SHA256 3475380e277f3517322c355815a1d7e023a023a565b3c724247c9a9509eb3a6e) + Windows exe (sig - SHA256 b92c14e9c511fc6556cf2058e19492a97b3515b18acb7b36a3904662f5999c7f)
    + Full source + docs + binary tarball (sig - SHA256 ddb1445eb18425413651267f4fbe2ea06198f7b253812fd69bd90a6804ae8c57)

    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 2beeb1ba4..518867299 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.01.29 \ No newline at end of file +2017.01.31 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 82ff76cd5..d7918c473 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 - 2017-01-29T13:23:22.065467Z + 2017-01-31T22:26:36.907824Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11060,4 +11060,19 @@ 2017-01-29T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.01.31 + New version 2017.01.31 + + +

    + Downloads available at https://yt-dl.org/downloads/2017.01.31/ +
    + + + The youtube-dl maintainers + + 2017-01-31T00:00:00Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 1c716e737..1927b7c75 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.01.29", - "signature": "88862de47efece9feb594499a82cce048e7bb1aed951fe9400e3e848cda4354b788f8f70b68acff7102efc9803115b620b108476d8afb23eb010a978ac562f1fe41e432ae489be6d32b7f60b2ef72c2b9fc6f38a86dcc7f8b75715714a596954998e92daf0f4f3136a5e121b67a5a1eebcb59e61b652c6a5687b15c1b7653274", + "latest": "2017.01.31", + "signature": "33ea72cc642072ef3f61ad06ff633a8c974669867f8c375b5cf1db362828de99bc272f21e40ce956bcde071f96844eaa4075cd5d5896d21b61c4af0eeaaaf41a01d55e66dcbcc432a8aad60b01493807158023955033cf6724e0dcbf9b658f5f4dad8952a876c2a030b37f69ffbf9136b31ed28b22fe07afd7d81083c11edc96", "versions": { "2012.02.22": { "bin": [ @@ -10325,6 +10325,20 @@ "https://yt-dl.org/downloads/2017.01.29/youtube-dl-2017.01.29.tar.gz", "3475380e277f3517322c355815a1d7e023a023a565b3c724247c9a9509eb3a6e" ] + }, + "2017.01.31": { + "bin": [ + "https://yt-dl.org/downloads/2017.01.31/youtube-dl", + "ca00f4716dc5ad361749996cdf0d935944bf3517211092bf55077b06cd0bc599" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.01.31/youtube-dl.exe", + "b92c14e9c511fc6556cf2058e19492a97b3515b18acb7b36a3904662f5999c7f" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.01.31/youtube-dl-2017.01.31.tar.gz", + "ddb1445eb18425413651267f4fbe2ea06198f7b253812fd69bd90a6804ae8c57" + ] } } } \ No newline at end of file From 4f0a956f84c2c9e60b033b6331df9ddeb0e654de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Wed, 1 Feb 2017 03:22:17 +0700 Subject: [PATCH 036/121] release 2017.02.01 --- download.html | 10 +++++----- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 39 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 96d96fddc..db4238605 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.

    -

    2017.01.31 (sig)

    +

    2017.02.01 (sig)

    -

    SHA256: ca00f4716dc5ad361749996cdf0d935944bf3517211092bf55077b06cd0bc599

    +

    SHA256: 9db49586fd45a263c355139062845827af0a6df55ebc297b0bdada634d083fc6

    - Windows exe (sig - SHA256 b92c14e9c511fc6556cf2058e19492a97b3515b18acb7b36a3904662f5999c7f)
    - Full source + docs + binary tarball (sig - SHA256 ddb1445eb18425413651267f4fbe2ea06198f7b253812fd69bd90a6804ae8c57) + Windows exe (sig - SHA256 23418ce0179365a9357a7670685edf90861ad2229fb69219517ff41abd099981)
    + Full source + docs + binary tarball (sig - SHA256 ff77551020c4a81810cb40c9ad36e229db1955d38e390ecdd1333dfc265079ca)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 93650e60e..aa216d66f 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -543,6 +543,7 @@

  • NRKTV: NRK TV and NRK Radio
  • NRKTVDirekte: NRK TV Direkte and NRK Radio Direkte
  • NRKTVEpisodes
  • +
  • NRKTVSeries
  • ntv.ru
  • Nuvid
  • NYTimes
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 518867299..f62b2a70c 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.01.31 \ No newline at end of file +2017.02.01 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index d7918c473..2a3f4602d 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 - 2017-01-31T22:26:36.907824Z + 2017-02-01T03:21:44.900647Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11075,4 +11075,19 @@ 2017-01-31T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.02.01 + New version 2017.02.01 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.02.01/ +
    +
    + + The youtube-dl maintainers + + 2017-02-01T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 1927b7c75..ef5104087 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.01.31", - "signature": "33ea72cc642072ef3f61ad06ff633a8c974669867f8c375b5cf1db362828de99bc272f21e40ce956bcde071f96844eaa4075cd5d5896d21b61c4af0eeaaaf41a01d55e66dcbcc432a8aad60b01493807158023955033cf6724e0dcbf9b658f5f4dad8952a876c2a030b37f69ffbf9136b31ed28b22fe07afd7d81083c11edc96", + "latest": "2017.02.01", + "signature": "80c256871f5454f456432c87fd646c1b9c31cff0c57464beeff70a083a941fd1b429b04bbd5b4f921000d52f58b09c011dc53fa90b04c198a3fedeb79a6a47042819f8fc6d4b8c111581928c4925b956ac199b447fd8f014f8e262dbecf76381aeaf5c6b9be8b6828700745bc258f54754746089e5005ee0c0eac45fd710cd71", "versions": { "2012.02.22": { "bin": [ @@ -10339,6 +10339,20 @@ "https://yt-dl.org/downloads/2017.01.31/youtube-dl-2017.01.31.tar.gz", "ddb1445eb18425413651267f4fbe2ea06198f7b253812fd69bd90a6804ae8c57" ] + }, + "2017.02.01": { + "bin": [ + "https://yt-dl.org/downloads/2017.02.01/youtube-dl", + "9db49586fd45a263c355139062845827af0a6df55ebc297b0bdada634d083fc6" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.02.01/youtube-dl.exe", + "23418ce0179365a9357a7670685edf90861ad2229fb69219517ff41abd099981" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.02.01/youtube-dl-2017.02.01.tar.gz", + "ff77551020c4a81810cb40c9ad36e229db1955d38e390ecdd1333dfc265079ca" + ] } } } \ No newline at end of file From 0696cdc1643f37bf3be30a8d648994590ea90edb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sat, 4 Feb 2017 23:00:00 +0700 Subject: [PATCH 037/121] release 2017.02.04 --- download.html | 10 +++++----- supportedsites.html | 7 +++++-- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 11 deletions(-) diff --git a/download.html b/download.html index db4238605..1317dc0c2 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.

    -

    2017.02.01 (sig)

    +

    2017.02.04 (sig)

    -

    SHA256: 9db49586fd45a263c355139062845827af0a6df55ebc297b0bdada634d083fc6

    +

    SHA256: f9d49591c158b87ab38a1d62a892df398664ae2992bde55cd3d21acc2a0222e1

    - Windows exe (sig - SHA256 23418ce0179365a9357a7670685edf90861ad2229fb69219517ff41abd099981)
    - Full source + docs + binary tarball (sig - SHA256 ff77551020c4a81810cb40c9ad36e229db1955d38e390ecdd1333dfc265079ca) + Windows exe (sig - SHA256 3baaa24d6a8886816353e8d11912ee088fc36e56c6be0ad567b0d16f0e53fb3e)
    + Full source + docs + binary tarball (sig - SHA256 eb1b3feecc3a0b2fcf50232418f7660a9e06a23d428769a2bb9aebcd1ba460fb)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index aa216d66f..b7a32c882 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -99,6 +99,7 @@

  • bambuser:channel
  • Bandcamp
  • Bandcamp:album
  • +
  • bangumi.bilibili.com: BiliBili番剧
  • bbc: BBC
  • bbc.co.uk: BBC iPlayer
  • bbc.co.uk:article: BBC articles
  • @@ -226,7 +227,8 @@
  • DRBonanza
  • Dropbox
  • DrTuber
  • -
  • DRTV
  • +
  • drtv
  • +
  • drtv:live
  • Dumpert
  • dvtv: http://video.aktualne.cz/
  • dw
  • @@ -262,6 +264,8 @@
  • fc2:embed
  • Fczenit
  • fernsehkritik.tv
  • +
  • filmon
  • +
  • filmon:channel
  • Firstpost
  • FiveTV
  • Flickr
  • @@ -718,7 +722,6 @@
  • Spiegeltv
  • Spike
  • Sport5
  • -
  • SportBox
  • SportBoxEmbed
  • SportDeutschland
  • Sportschau
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index f62b2a70c..324a9cdd0 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.02.01 \ No newline at end of file +2017.02.04 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 2a3f4602d..451ae819e 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 - 2017-02-01T03:21:44.900647Z + 2017-02-04T22:59:54.572688Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11090,4 +11090,19 @@ 2017-02-01T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.02.04 + New version 2017.02.04 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.02.04/ +
    +
    + + The youtube-dl maintainers + + 2017-02-04T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index ef5104087..3276d7c3b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.02.01", - "signature": "80c256871f5454f456432c87fd646c1b9c31cff0c57464beeff70a083a941fd1b429b04bbd5b4f921000d52f58b09c011dc53fa90b04c198a3fedeb79a6a47042819f8fc6d4b8c111581928c4925b956ac199b447fd8f014f8e262dbecf76381aeaf5c6b9be8b6828700745bc258f54754746089e5005ee0c0eac45fd710cd71", + "latest": "2017.02.04", + "signature": "11c917eefb9c26da7a6be481d907ed77aa2ca5f14eddccae9051401f3a594198fa9f5fe07555cf47ce7898798f0981f6a737563bf69334e45d67c0ea2c923a1278242d36e5700a19ff216606c5044fcf5f3ac4280c833e9b61a3cd5177995898235fddeabbf3aeaa398cf4250d6bbc9b6c491512e1ef5268c23519df25720d78", "versions": { "2012.02.22": { "bin": [ @@ -10353,6 +10353,20 @@ "https://yt-dl.org/downloads/2017.02.01/youtube-dl-2017.02.01.tar.gz", "ff77551020c4a81810cb40c9ad36e229db1955d38e390ecdd1333dfc265079ca" ] + }, + "2017.02.04": { + "bin": [ + "https://yt-dl.org/downloads/2017.02.04/youtube-dl", + "f9d49591c158b87ab38a1d62a892df398664ae2992bde55cd3d21acc2a0222e1" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.02.04/youtube-dl.exe", + "3baaa24d6a8886816353e8d11912ee088fc36e56c6be0ad567b0d16f0e53fb3e" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.02.04/youtube-dl-2017.02.04.tar.gz", + "eb1b3feecc3a0b2fcf50232418f7660a9e06a23d428769a2bb9aebcd1ba460fb" + ] } } } \ No newline at end of file From e48688b31318e54c1fc2f81f614d533d8d0790d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sat, 4 Feb 2017 23:28:16 +0700 Subject: [PATCH 038/121] release 2017.02.04.1 --- download.html | 10 +++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 38 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 1317dc0c2..944d6c453 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.

    -

    2017.02.04 (sig)

    +

    2017.02.04.1 (sig)

    -

    SHA256: f9d49591c158b87ab38a1d62a892df398664ae2992bde55cd3d21acc2a0222e1

    +

    SHA256: 9e5050b196468568212f83a1653388a98441f5a3d5ffc771cfbdeb72b3dd75e5

    - Windows exe (sig - SHA256 3baaa24d6a8886816353e8d11912ee088fc36e56c6be0ad567b0d16f0e53fb3e)
    - Full source + docs + binary tarball (sig - SHA256 eb1b3feecc3a0b2fcf50232418f7660a9e06a23d428769a2bb9aebcd1ba460fb) + Windows exe (sig - SHA256 5917208866276afe3110aa4243ad22200899c41a3799135a5712787ac673cbc6)
    + Full source + docs + binary tarball (sig - SHA256 d212c5fd1c127c7fcb107a6fa894eeee3d7ea9e91d7feb70d851b6d72b510cab)

    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 324a9cdd0..04f2e83a3 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.02.04 \ No newline at end of file +2017.02.04.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 451ae819e..7e0876aa1 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 - 2017-02-04T22:59:54.572688Z + 2017-02-04T23:28:06.633287Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11105,4 +11105,19 @@ 2017-02-04T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.02.04.1 + New version 2017.02.04.1 + + +

    + Downloads available at https://yt-dl.org/downloads/2017.02.04.1/ +
    + + + The youtube-dl maintainers + + 2017-02-04T00:00:01Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 3276d7c3b..7e52b1faa 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.02.04", - "signature": "11c917eefb9c26da7a6be481d907ed77aa2ca5f14eddccae9051401f3a594198fa9f5fe07555cf47ce7898798f0981f6a737563bf69334e45d67c0ea2c923a1278242d36e5700a19ff216606c5044fcf5f3ac4280c833e9b61a3cd5177995898235fddeabbf3aeaa398cf4250d6bbc9b6c491512e1ef5268c23519df25720d78", + "latest": "2017.02.04.1", + "signature": "18d4e04866bc23054a84c38bc17509365cc61237f0f60c9339700db4d73da72869125bc2593ce932a7be4e606b756dec65fd53c900be011185e1735fa2ffca3c1d1b46d34ea916a8fead90aeab6b522e5143c58ceb97ad752b0ef68b864f10d8789d6607a87650b53a51341807bb3cfe1a8b26915332e3dbb1bf77b4cafb0944", "versions": { "2012.02.22": { "bin": [ @@ -10367,6 +10367,20 @@ "https://yt-dl.org/downloads/2017.02.04/youtube-dl-2017.02.04.tar.gz", "eb1b3feecc3a0b2fcf50232418f7660a9e06a23d428769a2bb9aebcd1ba460fb" ] + }, + "2017.02.04.1": { + "bin": [ + "https://yt-dl.org/downloads/2017.02.04.1/youtube-dl", + "9e5050b196468568212f83a1653388a98441f5a3d5ffc771cfbdeb72b3dd75e5" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.02.04.1/youtube-dl.exe", + "5917208866276afe3110aa4243ad22200899c41a3799135a5712787ac673cbc6" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.02.04.1/youtube-dl-2017.02.04.1.tar.gz", + "d212c5fd1c127c7fcb107a6fa894eeee3d7ea9e91d7feb70d851b6d72b510cab" + ] } } } \ No newline at end of file From b3b47f32a8e375b3732c007d77cdd3c892386204 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Tue, 7 Feb 2017 02:06:54 +0700 Subject: [PATCH 039/121] release 2017.02.07 --- download.html | 10 +++++----- supportedsites.html | 2 ++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 40 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 944d6c453..58b2772a9 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.

    -

    2017.02.04.1 (sig)

    +

    2017.02.07 (sig)

    -

    SHA256: 9e5050b196468568212f83a1653388a98441f5a3d5ffc771cfbdeb72b3dd75e5

    +

    SHA256: b96daacf38cd9cd4bec3b24ab9b855cdd3f63747bedc93c5c97f869b862058ed

    - Windows exe (sig - SHA256 5917208866276afe3110aa4243ad22200899c41a3799135a5712787ac673cbc6)
    - Full source + docs + binary tarball (sig - SHA256 d212c5fd1c127c7fcb107a6fa894eeee3d7ea9e91d7feb70d851b6d72b510cab) + Windows exe (sig - SHA256 57ab2ebe1d905cfc59a3ef40bd5bf992c31158f93ab586878d97dba32363a777)
    + Full source + docs + binary tarball (sig - SHA256 e35415388815250e4d32055929850c8d6de0c1b4781b1f70eb80fda0b01a38bf)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index b7a32c882..cca65924e 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -297,6 +297,7 @@

  • Gamersyde
  • GameSpot
  • GameStar
  • +
  • Gaskrank
  • Gazeta
  • GDCVault
  • generic: Generic downloader that works on some sites
  • @@ -874,6 +875,7 @@
  • videomore:season
  • videomore:video
  • VideoPremium
  • +
  • VideoPress
  • videoweed: VideoWeed
  • Vidio
  • vidme
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 04f2e83a3..4f3afe029 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.02.04.1 \ No newline at end of file +2017.02.07 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 7e0876aa1..13d9c3193 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 - 2017-02-04T23:28:06.633287Z + 2017-02-07T02:06:47.126889Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11120,4 +11120,19 @@ 2017-02-04T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.02.07 + New version 2017.02.07 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.02.07/ +
    +
    + + The youtube-dl maintainers + + 2017-02-07T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 7e52b1faa..30a87e559 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.02.04.1", - "signature": "18d4e04866bc23054a84c38bc17509365cc61237f0f60c9339700db4d73da72869125bc2593ce932a7be4e606b756dec65fd53c900be011185e1735fa2ffca3c1d1b46d34ea916a8fead90aeab6b522e5143c58ceb97ad752b0ef68b864f10d8789d6607a87650b53a51341807bb3cfe1a8b26915332e3dbb1bf77b4cafb0944", + "latest": "2017.02.07", + "signature": "001a63858a5765b52b1897140b883205029d04e79ff6ca2899b55028cd7b8a57ec68407d4c9a0c166e9a0bb3f9400057c918d4861f2a1c9b07ccdd114651a888b9798bc98387716f1be90702cab684edb7f835ea62fe082d16c0284f5cbfcd79b8f7389032c63bf336371216f96b65dcee19562c548c83657b6190a44d97f9ec", "versions": { "2012.02.22": { "bin": [ @@ -10381,6 +10381,20 @@ "https://yt-dl.org/downloads/2017.02.04.1/youtube-dl-2017.02.04.1.tar.gz", "d212c5fd1c127c7fcb107a6fa894eeee3d7ea9e91d7feb70d851b6d72b510cab" ] + }, + "2017.02.07": { + "bin": [ + "https://yt-dl.org/downloads/2017.02.07/youtube-dl", + "b96daacf38cd9cd4bec3b24ab9b855cdd3f63747bedc93c5c97f869b862058ed" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.02.07/youtube-dl.exe", + "57ab2ebe1d905cfc59a3ef40bd5bf992c31158f93ab586878d97dba32363a777" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.02.07/youtube-dl-2017.02.07.tar.gz", + "e35415388815250e4d32055929850c8d6de0c1b4781b1f70eb80fda0b01a38bf" + ] } } } \ No newline at end of file From f339ed87003d899f9b715131c0ac2b52631364de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Fri, 10 Feb 2017 01:29:30 +0700 Subject: [PATCH 040/121] release 2017.02.10 --- download.html | 10 +++++----- supportedsites.html | 4 +++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 41 insertions(+), 10 deletions(-) diff --git a/download.html b/download.html index 58b2772a9..54f840f50 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.

    -

    2017.02.07 (sig)

    +

    2017.02.10 (sig)

    -

    SHA256: b96daacf38cd9cd4bec3b24ab9b855cdd3f63747bedc93c5c97f869b862058ed

    +

    SHA256: 067c41617dd05fbc1957142342ccebbe3fb84f9b96146e6b943c5df53286eef9

    - Windows exe (sig - SHA256 57ab2ebe1d905cfc59a3ef40bd5bf992c31158f93ab586878d97dba32363a777)
    - Full source + docs + binary tarball (sig - SHA256 e35415388815250e4d32055929850c8d6de0c1b4781b1f70eb80fda0b01a38bf) + Windows exe (sig - SHA256 71dfdd82fdc3a22b5edc6f9add135b597dc178d0aec6e3fecc7aded9b8de86b3)
    + Full source + docs + binary tarball (sig - SHA256 5127ab3d10dba2f1ee15d3f541deb44d698be49abb2cc9ba0b18462a88f84da9)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index cca65924e..01bef9064 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -26,6 +26,7 @@

  • 4tube
  • 56.com
  • 5min
  • +
  • 6play
  • 8tracks
  • 91porn
  • 9c9media
  • @@ -682,6 +683,7 @@
  • screen.yahoo:search: Yahoo screen search
  • Screencast
  • ScreencastOMatic
  • +
  • scrippsnetworks:watch
  • Seeker
  • SenateISVP
  • SendtoNews
  • @@ -691,7 +693,6 @@
  • Shared: shared.sx
  • ShowRoomLive
  • Sina
  • -
  • SixPlay
  • skynewsarabia:article
  • skynewsarabia:video
  • SkySports
  • @@ -726,6 +727,7 @@
  • SportBoxEmbed
  • SportDeutschland
  • Sportschau
  • +
  • Sprout
  • sr:mediathek: Saarländischer Rundfunk
  • SRGSSR
  • SRGSSRPlay: srf.ch, rts.ch, rsi.ch, rtr.ch and swissinfo.ch play sites
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 4f3afe029..6d8f69970 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.02.07 \ No newline at end of file +2017.02.10 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 13d9c3193..73e481446 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 - 2017-02-07T02:06:47.126889Z + 2017-02-10T01:29:25.477001Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11135,4 +11135,19 @@ 2017-02-07T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.02.10 + New version 2017.02.10 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.02.10/ +
    +
    + + The youtube-dl maintainers + + 2017-02-10T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 30a87e559..61d2d5e8f 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.02.07", - "signature": "001a63858a5765b52b1897140b883205029d04e79ff6ca2899b55028cd7b8a57ec68407d4c9a0c166e9a0bb3f9400057c918d4861f2a1c9b07ccdd114651a888b9798bc98387716f1be90702cab684edb7f835ea62fe082d16c0284f5cbfcd79b8f7389032c63bf336371216f96b65dcee19562c548c83657b6190a44d97f9ec", + "latest": "2017.02.10", + "signature": "00088328bf5927959224f3390a0aa1c32732def2025ded1d60d1b5eafec908076cce95fb3a59506fa3359c6a10a76e7b76afe42cc55b94db6763aec4ae950b42c29f257323205a8f36caa0c7ce3a0ec6aa22f7482490793c6302854f4641fb713d8d11a15ea46f464a6e0ad3f5204f66514769fbc2f30069e19be296ff5d4f52", "versions": { "2012.02.22": { "bin": [ @@ -10395,6 +10395,20 @@ "https://yt-dl.org/downloads/2017.02.07/youtube-dl-2017.02.07.tar.gz", "e35415388815250e4d32055929850c8d6de0c1b4781b1f70eb80fda0b01a38bf" ] + }, + "2017.02.10": { + "bin": [ + "https://yt-dl.org/downloads/2017.02.10/youtube-dl", + "067c41617dd05fbc1957142342ccebbe3fb84f9b96146e6b943c5df53286eef9" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.02.10/youtube-dl.exe", + "71dfdd82fdc3a22b5edc6f9add135b597dc178d0aec6e3fecc7aded9b8de86b3" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.02.10/youtube-dl-2017.02.10.tar.gz", + "5127ab3d10dba2f1ee15d3f541deb44d698be49abb2cc9ba0b18462a88f84da9" + ] } } } \ No newline at end of file From 797a77034c2e5ffeec5f6f4d4a4e4bb4f6911b38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sat, 11 Feb 2017 03:25:44 +0700 Subject: [PATCH 041/121] release 2017.02.11 --- download.html | 10 +++++----- supportedsites.html | 3 ++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 40 insertions(+), 10 deletions(-) diff --git a/download.html b/download.html index 54f840f50..cebdbe470 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.

    -

    2017.02.10 (sig)

    +

    2017.02.11 (sig)

    -

    SHA256: 067c41617dd05fbc1957142342ccebbe3fb84f9b96146e6b943c5df53286eef9

    +

    SHA256: a18dfdcceebf2f42ae2177a4130616f5e0cc29489e4ea3ddf1aa997cef905a43

    - Windows exe (sig - SHA256 71dfdd82fdc3a22b5edc6f9add135b597dc178d0aec6e3fecc7aded9b8de86b3)
    - Full source + docs + binary tarball (sig - SHA256 5127ab3d10dba2f1ee15d3f541deb44d698be49abb2cc9ba0b18462a88f84da9) + Windows exe (sig - SHA256 349cf0d5627f95e7694312c41bea290d19437f0afd732d9f743e2e9bab4e3a70)
    + Full source + docs + binary tarball (sig - SHA256 5b1353592f5a4dfb6f476c48b7f04b64799803672e83b1cb59e643715182b01a)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 01bef9064..9e9300052 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -184,6 +184,7 @@

  • ComedyCentralShortname
  • ComedyCentralTV
  • CondeNast: Condé Nast media group: Allure, Architectural Digest, Ars Technica, Bon Appétit, Brides, Condé Nast, Condé Nast Traveler, Details, Epicurious, GQ, Glamour, Golf Digest, SELF, Teen Vogue, The New Yorker, Vanity Fair, Vogue, W Magazine, WIRED
  • +
  • Corus
  • Coub
  • Cracked
  • Crackle
  • @@ -324,7 +325,6 @@
  • HellPorno
  • Helsinki: helsinki.fi
  • HentaiStigma
  • -
  • HGTV
  • hgtv.com:show
  • HistoricFilms
  • history:topic: History.com Topic
  • @@ -821,6 +821,7 @@
  • tvp: Telewizja Polska
  • tvp:embed: Telewizja Polska
  • tvp:series
  • +
  • TVPlayer
  • Tweakers
  • twitch:chapter
  • twitch:clips
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 6d8f69970..0adb3daff 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.02.10 \ No newline at end of file +2017.02.11 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 73e481446..8ef11cccb 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 - 2017-02-10T01:29:25.477001Z + 2017-02-11T03:25:39.078384Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11150,4 +11150,19 @@ 2017-02-10T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.02.11 + New version 2017.02.11 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.02.11/ +
    +
    + + The youtube-dl maintainers + + 2017-02-11T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 61d2d5e8f..1a0c3455f 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.02.10", - "signature": "00088328bf5927959224f3390a0aa1c32732def2025ded1d60d1b5eafec908076cce95fb3a59506fa3359c6a10a76e7b76afe42cc55b94db6763aec4ae950b42c29f257323205a8f36caa0c7ce3a0ec6aa22f7482490793c6302854f4641fb713d8d11a15ea46f464a6e0ad3f5204f66514769fbc2f30069e19be296ff5d4f52", + "latest": "2017.02.11", + "signature": "7e258abe60ae34c18ff660129b450d539fe3b39fde2d40b5920b31683bb63812281791fa8c18d8073b70470afd50c910e6f4432961eeb96ce3862d5a8bf59d92b1561dc0452a28585cf8a576a1191482965494e423c69dd4966500127058760dc33f7f473e2670efaf93502a30cbb51e2f8738acbc929a3f4daf777b30a80cc1", "versions": { "2012.02.22": { "bin": [ @@ -10409,6 +10409,20 @@ "https://yt-dl.org/downloads/2017.02.10/youtube-dl-2017.02.10.tar.gz", "5127ab3d10dba2f1ee15d3f541deb44d698be49abb2cc9ba0b18462a88f84da9" ] + }, + "2017.02.11": { + "bin": [ + "https://yt-dl.org/downloads/2017.02.11/youtube-dl", + "a18dfdcceebf2f42ae2177a4130616f5e0cc29489e4ea3ddf1aa997cef905a43" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.02.11/youtube-dl.exe", + "349cf0d5627f95e7694312c41bea290d19437f0afd732d9f743e2e9bab4e3a70" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.02.11/youtube-dl-2017.02.11.tar.gz", + "5b1353592f5a4dfb6f476c48b7f04b64799803672e83b1cb59e643715182b01a" + ] } } } \ No newline at end of file From 15751f4b678fb963159ea00a8703f3cd1c22d4a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Tue, 14 Feb 2017 01:11:58 +0700 Subject: [PATCH 042/121] release 2017.02.14 --- download.html | 10 +++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 38 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index cebdbe470..82bab5faa 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.

    -

    2017.02.11 (sig)

    +

    2017.02.14 (sig)

    -

    SHA256: a18dfdcceebf2f42ae2177a4130616f5e0cc29489e4ea3ddf1aa997cef905a43

    +

    SHA256: 79c769be3c0ee85f7d24b8651ff2e404738349ad949c3a7e7570d804bf71d166

    - Windows exe (sig - SHA256 349cf0d5627f95e7694312c41bea290d19437f0afd732d9f743e2e9bab4e3a70)
    - Full source + docs + binary tarball (sig - SHA256 5b1353592f5a4dfb6f476c48b7f04b64799803672e83b1cb59e643715182b01a) + Windows exe (sig - SHA256 79af99f22b0cd355e65cfc13a5f8f12e4dcaf3261b0bbe8e5090772caeb293cc)
    + Full source + docs + binary tarball (sig - SHA256 7fde29844c1980416f91d6152a580611b55eeaf815ecda41e93c63ed658f9ae1)

    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 0adb3daff..a93b01d9a 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.02.11 \ No newline at end of file +2017.02.14 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 8ef11cccb..b9c57e676 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 - 2017-02-11T03:25:39.078384Z + 2017-02-14T01:11:52.569616Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11165,4 +11165,19 @@ 2017-02-11T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.02.14 + New version 2017.02.14 + + +

    + Downloads available at https://yt-dl.org/downloads/2017.02.14/ +
    + + + The youtube-dl maintainers + + 2017-02-14T00:00:00Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 1a0c3455f..9eb17927c 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.02.11", - "signature": "7e258abe60ae34c18ff660129b450d539fe3b39fde2d40b5920b31683bb63812281791fa8c18d8073b70470afd50c910e6f4432961eeb96ce3862d5a8bf59d92b1561dc0452a28585cf8a576a1191482965494e423c69dd4966500127058760dc33f7f473e2670efaf93502a30cbb51e2f8738acbc929a3f4daf777b30a80cc1", + "latest": "2017.02.14", + "signature": "170c08d135eebb9ec3d9bb50b5c27e1308d7403ded13d7b65baa7524b1b8ec7745aa2ded125195861a0f93ea04ec50fbd3e54ea06a5d72bf8d73dbd04897a239a8ff1e375d8f800d36efac3524120d31a9ea7c798b361ecbbf2d9a1990678afc67d2aca63e87b35923b1b8cee9657604a7d033ed725c909f6121a342068a0fcd", "versions": { "2012.02.22": { "bin": [ @@ -10423,6 +10423,20 @@ "https://yt-dl.org/downloads/2017.02.11/youtube-dl-2017.02.11.tar.gz", "5b1353592f5a4dfb6f476c48b7f04b64799803672e83b1cb59e643715182b01a" ] + }, + "2017.02.14": { + "bin": [ + "https://yt-dl.org/downloads/2017.02.14/youtube-dl", + "79c769be3c0ee85f7d24b8651ff2e404738349ad949c3a7e7570d804bf71d166" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.02.14/youtube-dl.exe", + "79af99f22b0cd355e65cfc13a5f8f12e4dcaf3261b0bbe8e5090772caeb293cc" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.02.14/youtube-dl-2017.02.14.tar.gz", + "7fde29844c1980416f91d6152a580611b55eeaf815ecda41e93c63ed658f9ae1" + ] } } } \ No newline at end of file From da22904fb05ec02add9e50d02ef3f90c19680c7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Thu, 16 Feb 2017 00:11:50 +0700 Subject: [PATCH 043/121] release 2017.02.16 --- download.html | 10 +++++----- supportedsites.html | 3 +++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 41 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 82bab5faa..d0fbe1411 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.

    -

    2017.02.14 (sig)

    +

    2017.02.16 (sig)

    -

    SHA256: 79c769be3c0ee85f7d24b8651ff2e404738349ad949c3a7e7570d804bf71d166

    +

    SHA256: 08955ad0c333103987bab31e02b3aa49c90f6c48d2c420ff330bd2751c159979

    - Windows exe (sig - SHA256 79af99f22b0cd355e65cfc13a5f8f12e4dcaf3261b0bbe8e5090772caeb293cc)
    - Full source + docs + binary tarball (sig - SHA256 7fde29844c1980416f91d6152a580611b55eeaf815ecda41e93c63ed658f9ae1) + Windows exe (sig - SHA256 fc365fcdf47939524b6bc37575df2c714e689f1a7d5a6d4611ec68283723af53)
    + Full source + docs + binary tarball (sig - SHA256 21a5014f25d8ad2882999dd8cbf8cc2fd13c42116f5fe7b4781c982421ea59b0)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 9e9300052..66f600331 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -561,8 +561,10 @@

  • OktoberfestTV
  • on.aol.com
  • OnDemandKorea
  • +
  • onet.pl
  • onet.tv
  • onet.tv:channel
  • +
  • OnetMVP
  • OnionStudios
  • Ooyala
  • OoyalaExternal
  • @@ -915,6 +917,7 @@
  • vlive
  • vlive:channel
  • Vodlocker
  • +
  • VODPl
  • VODPlatform
  • VoiceRepublic
  • VoxMedia
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index a93b01d9a..8708ceff4 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.02.14 \ No newline at end of file +2017.02.16 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b9c57e676..04fbf7b81 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 - 2017-02-14T01:11:52.569616Z + 2017-02-16T00:11:44.686294Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11180,4 +11180,19 @@ 2017-02-14T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.02.16 + New version 2017.02.16 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.02.16/ +
    +
    + + The youtube-dl maintainers + + 2017-02-16T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 9eb17927c..d2bce49c4 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.02.14", - "signature": "170c08d135eebb9ec3d9bb50b5c27e1308d7403ded13d7b65baa7524b1b8ec7745aa2ded125195861a0f93ea04ec50fbd3e54ea06a5d72bf8d73dbd04897a239a8ff1e375d8f800d36efac3524120d31a9ea7c798b361ecbbf2d9a1990678afc67d2aca63e87b35923b1b8cee9657604a7d033ed725c909f6121a342068a0fcd", + "latest": "2017.02.16", + "signature": "8e255630a888bbc0d7f040c84038e9fe7d594e750c1f91d8c8f2752a4f57c9a9cbbac6373cba0de6d895a6e8d28cc40b9b8064fa77dce1f03717897ff546f0d02fa29770256a2d0066b2723af3d644fbba988eafa5e5ac4f60c0d067f47eba98647b4ad9a1404cbba7041818fd75e2bd616661b7da23a6438a7eedec5cb00faa", "versions": { "2012.02.22": { "bin": [ @@ -10437,6 +10437,20 @@ "https://yt-dl.org/downloads/2017.02.14/youtube-dl-2017.02.14.tar.gz", "7fde29844c1980416f91d6152a580611b55eeaf815ecda41e93c63ed658f9ae1" ] + }, + "2017.02.16": { + "bin": [ + "https://yt-dl.org/downloads/2017.02.16/youtube-dl", + "08955ad0c333103987bab31e02b3aa49c90f6c48d2c420ff330bd2751c159979" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.02.16/youtube-dl.exe", + "fc365fcdf47939524b6bc37575df2c714e689f1a7d5a6d4611ec68283723af53" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.02.16/youtube-dl-2017.02.16.tar.gz", + "21a5014f25d8ad2882999dd8cbf8cc2fd13c42116f5fe7b4781c982421ea59b0" + ] } } } \ No newline at end of file From f4b623972c449cd3cf1cf62f04b12deaa5bca733 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sat, 18 Feb 2017 00:02:14 +0700 Subject: [PATCH 044/121] release 2017.02.17 --- download.html | 10 +++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 38 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index d0fbe1411..86974f0bf 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.

    -

    2017.02.16 (sig)

    +

    2017.02.17 (sig)

    -

    SHA256: 08955ad0c333103987bab31e02b3aa49c90f6c48d2c420ff330bd2751c159979

    +

    SHA256: fd8d98a9ce277697a193a1ba1de108d481332b4dee30df544dc5bc968fe5ce24

    - Windows exe (sig - SHA256 fc365fcdf47939524b6bc37575df2c714e689f1a7d5a6d4611ec68283723af53)
    - Full source + docs + binary tarball (sig - SHA256 21a5014f25d8ad2882999dd8cbf8cc2fd13c42116f5fe7b4781c982421ea59b0) + Windows exe (sig - SHA256 4e7b8d119eda81e5dfdf36312b21c0ec37f82fbf5484123cce7fe712235ee5d9)
    + Full source + docs + binary tarball (sig - SHA256 4b1c3f05fb816e9d02dc3f0188e16200031cc0bc4fd40df904ee0806f478601a)

    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 8708ceff4..27087a914 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.02.16 \ No newline at end of file +2017.02.17 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 04fbf7b81..dc839664e 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 - 2017-02-16T00:11:44.686294Z + 2017-02-18T00:02:00.470869Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11195,4 +11195,19 @@ 2017-02-16T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.02.17 + New version 2017.02.17 + + +

    + Downloads available at https://yt-dl.org/downloads/2017.02.17/ +
    + + + The youtube-dl maintainers + + 2017-02-17T00:00:00Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index d2bce49c4..2f9bd1e09 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.02.16", - "signature": "8e255630a888bbc0d7f040c84038e9fe7d594e750c1f91d8c8f2752a4f57c9a9cbbac6373cba0de6d895a6e8d28cc40b9b8064fa77dce1f03717897ff546f0d02fa29770256a2d0066b2723af3d644fbba988eafa5e5ac4f60c0d067f47eba98647b4ad9a1404cbba7041818fd75e2bd616661b7da23a6438a7eedec5cb00faa", + "latest": "2017.02.17", + "signature": "1e2eb774d6853079c9716d2078b28fc34a5945ddad2174c06f60eff554136ac907c7d37ad28a4b4858fa75273c394f73ab1f5dfd24d040dce0ecd587977a61abf8423a6798559d179ad4ea67daeeceeb0f4cac15fc9fe75a867d1993038181b5fe9cddd7e7ef07270d1b98a7c2168a1c2adaacec3aa152b1c26eb4d0ad2e3cdf", "versions": { "2012.02.22": { "bin": [ @@ -10451,6 +10451,20 @@ "https://yt-dl.org/downloads/2017.02.16/youtube-dl-2017.02.16.tar.gz", "21a5014f25d8ad2882999dd8cbf8cc2fd13c42116f5fe7b4781c982421ea59b0" ] + }, + "2017.02.17": { + "bin": [ + "https://yt-dl.org/downloads/2017.02.17/youtube-dl", + "fd8d98a9ce277697a193a1ba1de108d481332b4dee30df544dc5bc968fe5ce24" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.02.17/youtube-dl.exe", + "4e7b8d119eda81e5dfdf36312b21c0ec37f82fbf5484123cce7fe712235ee5d9" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.02.17/youtube-dl-2017.02.17.tar.gz", + "4b1c3f05fb816e9d02dc3f0188e16200031cc0bc4fd40df904ee0806f478601a" + ] } } } \ No newline at end of file From e9a4b18b92600c760477dfc9d7efdb5d0b197dc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Tue, 21 Feb 2017 23:50:31 +0700 Subject: [PATCH 045/121] release 2017.02.21 --- download.html | 10 +++++----- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 39 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 86974f0bf..696d760fc 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.

    -

    2017.02.17 (sig)

    +

    2017.02.21 (sig)

    -

    SHA256: fd8d98a9ce277697a193a1ba1de108d481332b4dee30df544dc5bc968fe5ce24

    +

    SHA256: d098c8c5936e8ebc88ecee3c7aec1da842367e30a9e7ca2b0a23720a4aa8ea02

    - Windows exe (sig - SHA256 4e7b8d119eda81e5dfdf36312b21c0ec37f82fbf5484123cce7fe712235ee5d9)
    - Full source + docs + binary tarball (sig - SHA256 4b1c3f05fb816e9d02dc3f0188e16200031cc0bc4fd40df904ee0806f478601a) + Windows exe (sig - SHA256 ec1cb64bc618368a9936d9a6a501ea6c83d939502d08509a800f30fc4154b026)
    + Full source + docs + binary tarball (sig - SHA256 af68839011c083278dae50652926cc132796aa45e861d7e7719236064ddf1002)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 66f600331..7a20e0c7f 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -819,6 +819,7 @@

  • TVCArticle
  • tvigle: Интернет-телевидение Tvigle.ru
  • tvland.com
  • +
  • TVN24
  • TVNoe
  • tvp: Telewizja Polska
  • tvp:embed: Telewizja Polska
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 27087a914..c55cd85df 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.02.17 \ No newline at end of file +2017.02.21 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index dc839664e..9f3775069 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 - 2017-02-18T00:02:00.470869Z + 2017-02-21T23:50:25.498000Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11210,4 +11210,19 @@ 2017-02-17T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.02.21 + New version 2017.02.21 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.02.21/ +
    +
    + + The youtube-dl maintainers + + 2017-02-21T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 2f9bd1e09..2ac59533e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.02.17", - "signature": "1e2eb774d6853079c9716d2078b28fc34a5945ddad2174c06f60eff554136ac907c7d37ad28a4b4858fa75273c394f73ab1f5dfd24d040dce0ecd587977a61abf8423a6798559d179ad4ea67daeeceeb0f4cac15fc9fe75a867d1993038181b5fe9cddd7e7ef07270d1b98a7c2168a1c2adaacec3aa152b1c26eb4d0ad2e3cdf", + "latest": "2017.02.21", + "signature": "94fdbe65b472466e6c27f21b13b10aac662de3af01be23ba55d8aec8a885188a556ff0dfe604b3b477167a433f888d92fd98726ad3740c8405617fd98688d8b06e29cf4161e551e4cfd250ab1868d25b63f6c15c63a839a1e635775ff278d4ab8dd88b7ed32253dc616f8be77cfec77fc3685c4bca6c849666c380dc9d92e153", "versions": { "2012.02.22": { "bin": [ @@ -10465,6 +10465,20 @@ "https://yt-dl.org/downloads/2017.02.17/youtube-dl-2017.02.17.tar.gz", "4b1c3f05fb816e9d02dc3f0188e16200031cc0bc4fd40df904ee0806f478601a" ] + }, + "2017.02.21": { + "bin": [ + "https://yt-dl.org/downloads/2017.02.21/youtube-dl", + "d098c8c5936e8ebc88ecee3c7aec1da842367e30a9e7ca2b0a23720a4aa8ea02" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.02.21/youtube-dl.exe", + "ec1cb64bc618368a9936d9a6a501ea6c83d939502d08509a800f30fc4154b026" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.02.21/youtube-dl-2017.02.21.tar.gz", + "af68839011c083278dae50652926cc132796aa45e861d7e7719236064ddf1002" + ] } } } \ No newline at end of file From ed83a1aefb5ff51fb8b7f8ba13011752c8e07545 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Wed, 22 Feb 2017 23:52:35 +0700 Subject: [PATCH 046/121] release 2017.02.22 --- download.html | 10 +++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 38 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 696d760fc..82bf19a07 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.

    -

    2017.02.21 (sig)

    +

    2017.02.22 (sig)

    -

    SHA256: d098c8c5936e8ebc88ecee3c7aec1da842367e30a9e7ca2b0a23720a4aa8ea02

    +

    SHA256: a9cc1bcf7135fcadeaddf329bbdb2d014ed4a601e67c6cfe0f43f146f56272ac

    - Windows exe (sig - SHA256 ec1cb64bc618368a9936d9a6a501ea6c83d939502d08509a800f30fc4154b026)
    - Full source + docs + binary tarball (sig - SHA256 af68839011c083278dae50652926cc132796aa45e861d7e7719236064ddf1002) + Windows exe (sig - SHA256 3ea9f1a06ae59a113ac48f76dff930d82a8d528d30ad899f445cceb30f0b2644)
    + Full source + docs + binary tarball (sig - SHA256 51f45723f1e39eb2c780bf1b490ec9150efdac9db86d3010f8fcc53400c87129)

    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 c55cd85df..ebae1deb9 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.02.21 \ No newline at end of file +2017.02.22 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 9f3775069..94f6fb677 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 - 2017-02-21T23:50:25.498000Z + 2017-02-22T23:52:30.606253Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11225,4 +11225,19 @@ 2017-02-21T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.02.22 + New version 2017.02.22 + + +

    + Downloads available at https://yt-dl.org/downloads/2017.02.22/ +
    + + + The youtube-dl maintainers + + 2017-02-22T00:00:00Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 2ac59533e..e849f5029 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.02.21", - "signature": "94fdbe65b472466e6c27f21b13b10aac662de3af01be23ba55d8aec8a885188a556ff0dfe604b3b477167a433f888d92fd98726ad3740c8405617fd98688d8b06e29cf4161e551e4cfd250ab1868d25b63f6c15c63a839a1e635775ff278d4ab8dd88b7ed32253dc616f8be77cfec77fc3685c4bca6c849666c380dc9d92e153", + "latest": "2017.02.22", + "signature": "5780cb7aec443f31c294aca8cedc988e7c071df2ce355190ffe0dc972ce74b7de3824c3292c01faca48f87c8939921463e7607d75409f24346d573496d3cdc98a8bb32719627c7f16e9ac755e3ad0c8619dba5aa3bbe6b630141928cf2e8928b1fa765f20983bfd60ee20a5dc1dad8c669480c55b36b7f6e7ec05fd555ee6afb", "versions": { "2012.02.22": { "bin": [ @@ -10479,6 +10479,20 @@ "https://yt-dl.org/downloads/2017.02.21/youtube-dl-2017.02.21.tar.gz", "af68839011c083278dae50652926cc132796aa45e861d7e7719236064ddf1002" ] + }, + "2017.02.22": { + "bin": [ + "https://yt-dl.org/downloads/2017.02.22/youtube-dl", + "a9cc1bcf7135fcadeaddf329bbdb2d014ed4a601e67c6cfe0f43f146f56272ac" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.02.22/youtube-dl.exe", + "3ea9f1a06ae59a113ac48f76dff930d82a8d528d30ad899f445cceb30f0b2644" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.02.22/youtube-dl-2017.02.22.tar.gz", + "51f45723f1e39eb2c780bf1b490ec9150efdac9db86d3010f8fcc53400c87129" + ] } } } \ No newline at end of file From a428893abadb987d0f3a39b282da49164bcb6d2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Fri, 24 Feb 2017 06:11:14 +0700 Subject: [PATCH 047/121] release 2017.02.24 --- download.html | 10 +++++----- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 39 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 82bf19a07..dabb1c5c9 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.

    -

    2017.02.22 (sig)

    +

    2017.02.24 (sig)

    -

    SHA256: a9cc1bcf7135fcadeaddf329bbdb2d014ed4a601e67c6cfe0f43f146f56272ac

    +

    SHA256: f4cbbc98bf4a8d8176c4e7b7caef60789b86cf6f7b512f8eabd7751ea8386834

    - Windows exe (sig - SHA256 3ea9f1a06ae59a113ac48f76dff930d82a8d528d30ad899f445cceb30f0b2644)
    - Full source + docs + binary tarball (sig - SHA256 51f45723f1e39eb2c780bf1b490ec9150efdac9db86d3010f8fcc53400c87129) + Windows exe (sig - SHA256 eca92c4c204c44617cb439175e401e1c710b2b203953eb6584fc4cab544168f2)
    + Full source + docs + binary tarball (sig - SHA256 591f8e8de95f1da39fc153631333801555ac700f85add65d48aa616e0da83003)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 7a20e0c7f..4bf76cc2e 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -695,6 +695,7 @@

  • Shared: shared.sx
  • ShowRoomLive
  • Sina
  • +
  • SkylineWebcams
  • skynewsarabia:article
  • skynewsarabia:video
  • SkySports
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index ebae1deb9..5be8277f9 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.02.22 \ No newline at end of file +2017.02.24 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 94f6fb677..b1cc349b4 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 - 2017-02-22T23:52:30.606253Z + 2017-02-24T06:11:07.927101Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11240,4 +11240,19 @@ 2017-02-22T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.02.24 + New version 2017.02.24 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.02.24/ +
    +
    + + The youtube-dl maintainers + + 2017-02-24T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index e849f5029..591a24344 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.02.22", - "signature": "5780cb7aec443f31c294aca8cedc988e7c071df2ce355190ffe0dc972ce74b7de3824c3292c01faca48f87c8939921463e7607d75409f24346d573496d3cdc98a8bb32719627c7f16e9ac755e3ad0c8619dba5aa3bbe6b630141928cf2e8928b1fa765f20983bfd60ee20a5dc1dad8c669480c55b36b7f6e7ec05fd555ee6afb", + "latest": "2017.02.24", + "signature": "5c119180751df599a70b00119649ed5a2c171c00ad2a8447587549eea7359b49cf504b1d17fec727b2873a8a6763c84826e9cbdb691f967bc3438826ae0c775ddaf3ddce1e9bc943821bdb2b2a7b828662545fb52a6a55e31dd13dbb7122124096485cee6a9c26849972705bd3cf5f54a57ce85ae655f2b11d2b53ddcff2719e", "versions": { "2012.02.22": { "bin": [ @@ -10493,6 +10493,20 @@ "https://yt-dl.org/downloads/2017.02.22/youtube-dl-2017.02.22.tar.gz", "51f45723f1e39eb2c780bf1b490ec9150efdac9db86d3010f8fcc53400c87129" ] + }, + "2017.02.24": { + "bin": [ + "https://yt-dl.org/downloads/2017.02.24/youtube-dl", + "f4cbbc98bf4a8d8176c4e7b7caef60789b86cf6f7b512f8eabd7751ea8386834" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.02.24/youtube-dl.exe", + "eca92c4c204c44617cb439175e401e1c710b2b203953eb6584fc4cab544168f2" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.02.24/youtube-dl-2017.02.24.tar.gz", + "591f8e8de95f1da39fc153631333801555ac700f85add65d48aa616e0da83003" + ] } } } \ No newline at end of file From 83b62c9084e6cce05d0aec31d6de152500c8a487 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Fri, 24 Feb 2017 22:01:27 +0700 Subject: [PATCH 048/121] release 2017.02.24.1 --- download.html | 10 +++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 38 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index dabb1c5c9..bc32c3fc3 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.

    -

    2017.02.24 (sig)

    +

    2017.02.24.1 (sig)

    -

    SHA256: f4cbbc98bf4a8d8176c4e7b7caef60789b86cf6f7b512f8eabd7751ea8386834

    +

    SHA256: e48b45d10711506cc271197bd4c868c47b37ece2b34075d4937ea774bfa140ce

    - Windows exe (sig - SHA256 eca92c4c204c44617cb439175e401e1c710b2b203953eb6584fc4cab544168f2)
    - Full source + docs + binary tarball (sig - SHA256 591f8e8de95f1da39fc153631333801555ac700f85add65d48aa616e0da83003) + Windows exe (sig - SHA256 e32d12e779b5722ff4a6aa9654f2994a6046fcb704750a93e511deee169dbc16)
    + Full source + docs + binary tarball (sig - SHA256 bb0456f07c5c1971193829d2df6a93437174c942546ec397de80ffe3a4ad55d4)

    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 5be8277f9..c976c1fd3 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.02.24 \ No newline at end of file +2017.02.24.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b1cc349b4..9f11ddb84 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 - 2017-02-24T06:11:07.927101Z + 2017-02-24T22:01:22.244414Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11255,4 +11255,19 @@ 2017-02-24T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.02.24.1 + New version 2017.02.24.1 + + +

    + Downloads available at https://yt-dl.org/downloads/2017.02.24.1/ +
    + + + The youtube-dl maintainers + + 2017-02-24T00:00:01Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 591a24344..dfd01aa77 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.02.24", - "signature": "5c119180751df599a70b00119649ed5a2c171c00ad2a8447587549eea7359b49cf504b1d17fec727b2873a8a6763c84826e9cbdb691f967bc3438826ae0c775ddaf3ddce1e9bc943821bdb2b2a7b828662545fb52a6a55e31dd13dbb7122124096485cee6a9c26849972705bd3cf5f54a57ce85ae655f2b11d2b53ddcff2719e", + "latest": "2017.02.24.1", + "signature": "665aa1a18401f8fe889863f4498b4fdb117d6e82bc008c71aa1417059fd19ac7332bcb25a800435714e3156423dda4caf8bac0411fb65b1aed9c970ddcafb9ed0ff63a4de5870ba6100521123c78c00efafc3fdf284b6d4cf0f40b64149da854b80b73a67eb9315d62acbd223d569e528e9a8974c0f9fc995f1e6d26d8357532", "versions": { "2012.02.22": { "bin": [ @@ -10507,6 +10507,20 @@ "https://yt-dl.org/downloads/2017.02.24/youtube-dl-2017.02.24.tar.gz", "591f8e8de95f1da39fc153631333801555ac700f85add65d48aa616e0da83003" ] + }, + "2017.02.24.1": { + "bin": [ + "https://yt-dl.org/downloads/2017.02.24.1/youtube-dl", + "e48b45d10711506cc271197bd4c868c47b37ece2b34075d4937ea774bfa140ce" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.02.24.1/youtube-dl.exe", + "e32d12e779b5722ff4a6aa9654f2994a6046fcb704750a93e511deee169dbc16" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.02.24.1/youtube-dl-2017.02.24.1.tar.gz", + "bb0456f07c5c1971193829d2df6a93437174c942546ec397de80ffe3a4ad55d4" + ] } } } \ No newline at end of file From 0202d389024d8b0f725ae604d60d0cfd98190f06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Mon, 27 Feb 2017 23:30:02 +0700 Subject: [PATCH 049/121] release 2017.02.27 --- download.html | 10 +++++----- supportedsites.html | 5 ++++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 42 insertions(+), 10 deletions(-) diff --git a/download.html b/download.html index bc32c3fc3..97061a330 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.

    -

    2017.02.24.1 (sig)

    +

    2017.02.27 (sig)

    -

    SHA256: e48b45d10711506cc271197bd4c868c47b37ece2b34075d4937ea774bfa140ce

    +

    SHA256: c635bb92b1fe4e20c75b63ae327cc6b7772e058344b7325340c0fb1c8bc6ade8

    - Windows exe (sig - SHA256 e32d12e779b5722ff4a6aa9654f2994a6046fcb704750a93e511deee169dbc16)
    - Full source + docs + binary tarball (sig - SHA256 bb0456f07c5c1971193829d2df6a93437174c942546ec397de80ffe3a4ad55d4) + Windows exe (sig - SHA256 a847eda2624948f00e6689463f4bdfdf46712020f40b37bc7a50a78294670ec9)
    + Full source + docs + binary tarball (sig - SHA256 f3ea994cb5406786905c85535995254526a36bb148be804c566af0de57c8995d)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 4bf76cc2e..be1ecbd78 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -254,6 +254,7 @@

  • ESPN
  • ESPNArticle
  • EsriVideo
  • +
  • ETOnline
  • Europa
  • EveryonesMixtape
  • ExpoTV
  • @@ -289,6 +290,7 @@
  • francetvinfo.fr
  • Freesound
  • freespeech.org
  • +
  • FreshLive
  • Funimation
  • FunnyOrDie
  • Fusion
  • @@ -325,6 +327,7 @@
  • HellPorno
  • Helsinki: helsinki.fi
  • HentaiStigma
  • +
  • hetklokhuis
  • hgtv.com:show
  • HistoricFilms
  • history:topic: History.com Topic
  • @@ -526,6 +529,7 @@
  • Nintendo
  • njoy: N-JOY
  • njoy:embed
  • +
  • NJPWWorld: 新日本プロレスワールド
  • NobelPrize
  • Noco
  • Normalboots
  • @@ -681,7 +685,6 @@
  • savefrom.net
  • SBS: sbs.com.au
  • schooltv
  • -
  • SciVee
  • screen.yahoo:search: Yahoo screen search
  • Screencast
  • ScreencastOMatic
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index c976c1fd3..12a3bc814 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.02.24.1 \ No newline at end of file +2017.02.27 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 9f11ddb84..934effac0 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 - 2017-02-24T22:01:22.244414Z + 2017-02-27T23:29:54.140751Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11270,4 +11270,19 @@ 2017-02-24T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.02.27 + New version 2017.02.27 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.02.27/ +
    +
    + + The youtube-dl maintainers + + 2017-02-27T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index dfd01aa77..c2c1ac97a 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.02.24.1", - "signature": "665aa1a18401f8fe889863f4498b4fdb117d6e82bc008c71aa1417059fd19ac7332bcb25a800435714e3156423dda4caf8bac0411fb65b1aed9c970ddcafb9ed0ff63a4de5870ba6100521123c78c00efafc3fdf284b6d4cf0f40b64149da854b80b73a67eb9315d62acbd223d569e528e9a8974c0f9fc995f1e6d26d8357532", + "latest": "2017.02.27", + "signature": "6c1842e8b4e153420e762ba28623a50c0ea42236c806bfd47e8c331891dbec878083d7dd614377593ade43ee16c766c760e62522d6572d0e90d54cbaf5dd3519138e759e27a9605bcd752147569b90370c2373a39e5a21f151b6cba5949eb6526a91ee7881f86c3a568b899bb3b24f096e1972e6d4e5621f20ec94ade79130ef", "versions": { "2012.02.22": { "bin": [ @@ -10521,6 +10521,20 @@ "https://yt-dl.org/downloads/2017.02.24.1/youtube-dl-2017.02.24.1.tar.gz", "bb0456f07c5c1971193829d2df6a93437174c942546ec397de80ffe3a4ad55d4" ] + }, + "2017.02.27": { + "bin": [ + "https://yt-dl.org/downloads/2017.02.27/youtube-dl", + "c635bb92b1fe4e20c75b63ae327cc6b7772e058344b7325340c0fb1c8bc6ade8" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.02.27/youtube-dl.exe", + "a847eda2624948f00e6689463f4bdfdf46712020f40b37bc7a50a78294670ec9" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.02.27/youtube-dl-2017.02.27.tar.gz", + "f3ea994cb5406786905c85535995254526a36bb148be804c566af0de57c8995d" + ] } } } \ No newline at end of file From dd6c468984f3d83b2ba293fc086d2342ba8023fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Wed, 1 Mar 2017 00:14:41 +0700 Subject: [PATCH 050/121] release 2017.02.28 --- download.html | 10 +++++----- supportedsites.html | 3 +++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 41 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 97061a330..3d69e8b21 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.

    -

    2017.02.27 (sig)

    +

    2017.02.28 (sig)

    -

    SHA256: c635bb92b1fe4e20c75b63ae327cc6b7772e058344b7325340c0fb1c8bc6ade8

    +

    SHA256: fa31a75a4e5fd41db747cfdf3fcd6d62558b225fd5151539d8f74ee522e33dea

    - Windows exe (sig - SHA256 a847eda2624948f00e6689463f4bdfdf46712020f40b37bc7a50a78294670ec9)
    - Full source + docs + binary tarball (sig - SHA256 f3ea994cb5406786905c85535995254526a36bb148be804c566af0de57c8995d) + Windows exe (sig - SHA256 7a15113519c6489235c8d98c2cd0788f1ccaede098f44f5217803ee14fb25a5a)
    + Full source + docs + binary tarball (sig - SHA256 495aad98ae067b0edeb532c4ab5cdb9cfe9c7871b12e632f6df3c32934ba96a4)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index be1ecbd78..eb4dd3613 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -93,6 +93,7 @@

  • awaan:video
  • AZMedien: AZ Medien videos
  • AZMedienPlaylist: AZ Medien playlists
  • +
  • AZMedienShowPlaylist: AZ Medien show playlists
  • Azubu
  • AzubuLive
  • BaiduVideo: 百度视频
  • @@ -206,6 +207,8 @@
  • dailymotion:playlist
  • dailymotion:user
  • DailymotionCloud
  • +
  • Daisuki
  • +
  • DaisukiPlaylist
  • daum.net
  • daum.net:clip
  • daum.net:playlist
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 12a3bc814..6afa22780 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.02.27 \ No newline at end of file +2017.02.28 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 934effac0..9871e98ef 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 - 2017-02-27T23:29:54.140751Z + 2017-03-01T00:14:36.364742Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11285,4 +11285,19 @@ 2017-02-27T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.02.28 + New version 2017.02.28 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.02.28/ +
    +
    + + The youtube-dl maintainers + + 2017-02-28T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index c2c1ac97a..2f20bb36f 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.02.27", - "signature": "6c1842e8b4e153420e762ba28623a50c0ea42236c806bfd47e8c331891dbec878083d7dd614377593ade43ee16c766c760e62522d6572d0e90d54cbaf5dd3519138e759e27a9605bcd752147569b90370c2373a39e5a21f151b6cba5949eb6526a91ee7881f86c3a568b899bb3b24f096e1972e6d4e5621f20ec94ade79130ef", + "latest": "2017.02.28", + "signature": "7cefc611fc4aee93d1e94119684f26f5122a7e3ba2c43f56eee7a93aeb7b514736af9d0410a4e0997810a7a63c7f235e598b2810c5e1ad951c605c7587ab42750a276d6e59eaeec15dbd6c53324fd8321b2dc2a86f3435ab98594c941215c7b38d4c893479318bde82a4f38ac436fb7e24b434a11da953220b6c199465e78215", "versions": { "2012.02.22": { "bin": [ @@ -10535,6 +10535,20 @@ "https://yt-dl.org/downloads/2017.02.27/youtube-dl-2017.02.27.tar.gz", "f3ea994cb5406786905c85535995254526a36bb148be804c566af0de57c8995d" ] + }, + "2017.02.28": { + "bin": [ + "https://yt-dl.org/downloads/2017.02.28/youtube-dl", + "fa31a75a4e5fd41db747cfdf3fcd6d62558b225fd5151539d8f74ee522e33dea" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.02.28/youtube-dl.exe", + "7a15113519c6489235c8d98c2cd0788f1ccaede098f44f5217803ee14fb25a5a" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.02.28/youtube-dl-2017.02.28.tar.gz", + "495aad98ae067b0edeb532c4ab5cdb9cfe9c7871b12e632f6df3c32934ba96a4" + ] } } } \ No newline at end of file From b2066bc9742fdd41131e29d09260f77ad818ae5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Fri, 3 Mar 2017 00:21:47 +0700 Subject: [PATCH 051/121] release 2017.03.02 --- download.html | 10 +++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 38 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 3d69e8b21..cf8fcafd9 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.

    -

    2017.02.28 (sig)

    +

    2017.03.02 (sig)

    -

    SHA256: fa31a75a4e5fd41db747cfdf3fcd6d62558b225fd5151539d8f74ee522e33dea

    +

    SHA256: c628de9dfe2663d42e4b6f3fb302364372108a7b2e41253737e269d80dfb8beb

    - Windows exe (sig - SHA256 7a15113519c6489235c8d98c2cd0788f1ccaede098f44f5217803ee14fb25a5a)
    - Full source + docs + binary tarball (sig - SHA256 495aad98ae067b0edeb532c4ab5cdb9cfe9c7871b12e632f6df3c32934ba96a4) + Windows exe (sig - SHA256 5777b5994d02bcfba998291e315ad99680ecd3b190edecac51b2484d4aa0d717)
    + Full source + docs + binary tarball (sig - SHA256 2f010132da4cc3e67582f89eff9bc4bb4c0e7b60c0ddba101370d97eafc50639)

    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 6afa22780..88c020219 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.02.28 \ No newline at end of file +2017.03.02 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 9871e98ef..30a4dfa19 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 - 2017-03-01T00:14:36.364742Z + 2017-03-03T00:21:40.502216Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11300,4 +11300,19 @@ 2017-02-28T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.03.02 + New version 2017.03.02 + + +

    + Downloads available at https://yt-dl.org/downloads/2017.03.02/ +
    + + + The youtube-dl maintainers + + 2017-03-02T00:00:00Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 2f20bb36f..246b21aac 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.02.28", - "signature": "7cefc611fc4aee93d1e94119684f26f5122a7e3ba2c43f56eee7a93aeb7b514736af9d0410a4e0997810a7a63c7f235e598b2810c5e1ad951c605c7587ab42750a276d6e59eaeec15dbd6c53324fd8321b2dc2a86f3435ab98594c941215c7b38d4c893479318bde82a4f38ac436fb7e24b434a11da953220b6c199465e78215", + "latest": "2017.03.02", + "signature": "29394ae0141c310e16410fa0dacceffbf889bcafa87093be1bd6926614b29eb66a08a5bcac103ae401b1d7f22c35bd891aad2a61432a0bff129907061ea2bc96b052d38c6c6cd54f83b4bb07ca4e52abda3705331cf4774a12dcbe9cb22703df700560b69efc60e181ed807f47b972457441ea25a98ab700aa10fe20c7172f7f", "versions": { "2012.02.22": { "bin": [ @@ -10549,6 +10549,20 @@ "https://yt-dl.org/downloads/2017.02.28/youtube-dl-2017.02.28.tar.gz", "495aad98ae067b0edeb532c4ab5cdb9cfe9c7871b12e632f6df3c32934ba96a4" ] + }, + "2017.03.02": { + "bin": [ + "https://yt-dl.org/downloads/2017.03.02/youtube-dl", + "c628de9dfe2663d42e4b6f3fb302364372108a7b2e41253737e269d80dfb8beb" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.03.02/youtube-dl.exe", + "5777b5994d02bcfba998291e315ad99680ecd3b190edecac51b2484d4aa0d717" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.03.02/youtube-dl-2017.03.02.tar.gz", + "2f010132da4cc3e67582f89eff9bc4bb4c0e7b60c0ddba101370d97eafc50639" + ] } } } \ No newline at end of file From 92541af62c08bb4d59e72574c1678ec9395cbdac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 5 Mar 2017 02:25:16 +0700 Subject: [PATCH 052/121] release 2017.03.05 --- download.html | 10 +++++----- supportedsites.html | 2 ++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 40 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index cf8fcafd9..1d61c1386 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.

    -

    2017.03.02 (sig)

    +

    2017.03.05 (sig)

    -

    SHA256: c628de9dfe2663d42e4b6f3fb302364372108a7b2e41253737e269d80dfb8beb

    +

    SHA256: 330379eb4d7ebdb924f7ec3256f4859029863b2928319a829ead86ae54b51044

    - Windows exe (sig - SHA256 5777b5994d02bcfba998291e315ad99680ecd3b190edecac51b2484d4aa0d717)
    - Full source + docs + binary tarball (sig - SHA256 2f010132da4cc3e67582f89eff9bc4bb4c0e7b60c0ddba101370d97eafc50639) + Windows exe (sig - SHA256 0348ab0594c2a0cf29a2e8cd63f63504275b91c3443a31c5c87fd54dcd1dd5d5)
    + Full source + docs + binary tarball (sig - SHA256 da0f4dd74479767d6791643b556fd856d48a1fa99f8c01d3c2ca6e957db9283d)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index eb4dd3613..f8ce0495c 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -641,6 +641,7 @@

  • RaiTV
  • RBMARadio
  • RDS: RDS.ca
  • +
  • RedBullTV
  • RedTube
  • RegioTV
  • RENTV
  • @@ -931,6 +932,7 @@
  • VoxMedia
  • Vporn
  • vpro: npo.nl and ntr.nl
  • +
  • Vrak
  • VRT
  • vube: Vube.com
  • VuClip
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 88c020219..2ab0516ad 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.03.02 \ No newline at end of file +2017.03.05 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 30a4dfa19..acbf2375b 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 - 2017-03-03T00:21:40.502216Z + 2017-03-05T02:25:11.564462Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11315,4 +11315,19 @@ 2017-03-02T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.03.05 + New version 2017.03.05 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.03.05/ +
    +
    + + The youtube-dl maintainers + + 2017-03-05T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 246b21aac..039da7856 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.03.02", - "signature": "29394ae0141c310e16410fa0dacceffbf889bcafa87093be1bd6926614b29eb66a08a5bcac103ae401b1d7f22c35bd891aad2a61432a0bff129907061ea2bc96b052d38c6c6cd54f83b4bb07ca4e52abda3705331cf4774a12dcbe9cb22703df700560b69efc60e181ed807f47b972457441ea25a98ab700aa10fe20c7172f7f", + "latest": "2017.03.05", + "signature": "19d851cd20cc8ed9d49cbcc52c7a4b17a60c77a2603a5f2ebd0fdb050239bdb763824c54595fead40a1978058b56263f0beb7d0596dcc418362b2b67d15c462bf5db7b387ae9adb9f109f872d2df6dcf2d3da3d8bde361bccdca65c2df6dabbab025a7d9352092b5f12ea625b6ea9a0bb1fc0aa8b0a161363b0cc3ee1e4f0b86", "versions": { "2012.02.22": { "bin": [ @@ -10563,6 +10563,20 @@ "https://yt-dl.org/downloads/2017.03.02/youtube-dl-2017.03.02.tar.gz", "2f010132da4cc3e67582f89eff9bc4bb4c0e7b60c0ddba101370d97eafc50639" ] + }, + "2017.03.05": { + "bin": [ + "https://yt-dl.org/downloads/2017.03.05/youtube-dl", + "330379eb4d7ebdb924f7ec3256f4859029863b2928319a829ead86ae54b51044" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.03.05/youtube-dl.exe", + "0348ab0594c2a0cf29a2e8cd63f63504275b91c3443a31c5c87fd54dcd1dd5d5" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.03.05/youtube-dl-2017.03.05.tar.gz", + "da0f4dd74479767d6791643b556fd856d48a1fa99f8c01d3c2ca6e957db9283d" + ] } } } \ No newline at end of file From af016730ce6eda019cd055de9096789c75cb5d38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Mon, 6 Mar 2017 04:06:16 +0700 Subject: [PATCH 053/121] release 2017.03.06 --- download.html | 10 +++++----- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 39 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 1d61c1386..f6f849f4e 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.

    -

    2017.03.05 (sig)

    +

    2017.03.06 (sig)

    -

    SHA256: 330379eb4d7ebdb924f7ec3256f4859029863b2928319a829ead86ae54b51044

    +

    SHA256: 2c321bb734794ddb10e06b93b3e6347a7cf9c6d04d5faf2f9a0311b2aaabfcf3

    - Windows exe (sig - SHA256 0348ab0594c2a0cf29a2e8cd63f63504275b91c3443a31c5c87fd54dcd1dd5d5)
    - Full source + docs + binary tarball (sig - SHA256 da0f4dd74479767d6791643b556fd856d48a1fa99f8c01d3c2ca6e957db9283d) + Windows exe (sig - SHA256 f2a4edca4ef93a7763689eabd35e7af3730e8a3e890ca62f9bec0bb248e4bc13)
    + Full source + docs + binary tarball (sig - SHA256 7b9a2b785828eab266b80b01ada07ac40e34253797f31b980fdc62174ae00b0a)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index f8ce0495c..3e8aca4d6 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -813,6 +813,7 @@

  • tunein:program
  • tunein:station
  • tunein:topic
  • +
  • TunePk
  • Turbo
  • Tutv
  • tv.dfb.de
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 2ab0516ad..528b22291 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.03.05 \ No newline at end of file +2017.03.06 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index acbf2375b..a03b75775 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 - 2017-03-05T02:25:11.564462Z + 2017-03-06T04:06:11.039508Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11330,4 +11330,19 @@ 2017-03-05T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.03.06 + New version 2017.03.06 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.03.06/ +
    +
    + + The youtube-dl maintainers + + 2017-03-06T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 039da7856..c8b35a875 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.03.05", - "signature": "19d851cd20cc8ed9d49cbcc52c7a4b17a60c77a2603a5f2ebd0fdb050239bdb763824c54595fead40a1978058b56263f0beb7d0596dcc418362b2b67d15c462bf5db7b387ae9adb9f109f872d2df6dcf2d3da3d8bde361bccdca65c2df6dabbab025a7d9352092b5f12ea625b6ea9a0bb1fc0aa8b0a161363b0cc3ee1e4f0b86", + "latest": "2017.03.06", + "signature": "30c0ab7ddfc5f02322fe861518011f94e8f6bfe331e1b3f9d44f0d0f7dd082eabfd9c5e9f17feb35e023cef5150732267d7ac394eecd22c4cae9293dc0d9652e67fefcd3966e3b63e16bd5e37b0b26fadf8650c349c020a32c03fe3db775e924872c62656e9c9a95a6545f9cc561a51b4f41db17280a85f80498078ae6bda975", "versions": { "2012.02.22": { "bin": [ @@ -10577,6 +10577,20 @@ "https://yt-dl.org/downloads/2017.03.05/youtube-dl-2017.03.05.tar.gz", "da0f4dd74479767d6791643b556fd856d48a1fa99f8c01d3c2ca6e957db9283d" ] + }, + "2017.03.06": { + "bin": [ + "https://yt-dl.org/downloads/2017.03.06/youtube-dl", + "2c321bb734794ddb10e06b93b3e6347a7cf9c6d04d5faf2f9a0311b2aaabfcf3" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.03.06/youtube-dl.exe", + "f2a4edca4ef93a7763689eabd35e7af3730e8a3e890ca62f9bec0bb248e4bc13" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.03.06/youtube-dl-2017.03.06.tar.gz", + "7b9a2b785828eab266b80b01ada07ac40e34253797f31b980fdc62174ae00b0a" + ] } } } \ No newline at end of file From 69d33a207a26b36e33eb2b6e12c5563bb46b254d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Tue, 7 Mar 2017 04:00:57 +0700 Subject: [PATCH 054/121] release 2017.03.07 --- download.html | 10 +++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 38 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index f6f849f4e..e95961835 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.

    -

    2017.03.06 (sig)

    +

    2017.03.07 (sig)

    -

    SHA256: 2c321bb734794ddb10e06b93b3e6347a7cf9c6d04d5faf2f9a0311b2aaabfcf3

    +

    SHA256: cbffc8424f038d680ef56bb6ff7ffad1ee9d9e6375339fcec10a62e3b9b33cc1

    - Windows exe (sig - SHA256 f2a4edca4ef93a7763689eabd35e7af3730e8a3e890ca62f9bec0bb248e4bc13)
    - Full source + docs + binary tarball (sig - SHA256 7b9a2b785828eab266b80b01ada07ac40e34253797f31b980fdc62174ae00b0a) + Windows exe (sig - SHA256 92c88a63d18cf8fffa7f98badedc846db1ee4d94a25c89db12a8eed646d60134)
    + Full source + docs + binary tarball (sig - SHA256 db4a9f91b23375da53b29859e0c9475c9e1ba24d2a51a26b0cedab376afa4ca5)

    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 528b22291..6f4eb9500 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.03.06 \ No newline at end of file +2017.03.07 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index a03b75775..914ccb26c 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 - 2017-03-06T04:06:11.039508Z + 2017-03-07T04:00:52.470376Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11345,4 +11345,19 @@ 2017-03-06T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.03.07 + New version 2017.03.07 + + +

    + Downloads available at https://yt-dl.org/downloads/2017.03.07/ +
    + + + The youtube-dl maintainers + + 2017-03-07T00:00:00Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index c8b35a875..407a9b6af 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.03.06", - "signature": "30c0ab7ddfc5f02322fe861518011f94e8f6bfe331e1b3f9d44f0d0f7dd082eabfd9c5e9f17feb35e023cef5150732267d7ac394eecd22c4cae9293dc0d9652e67fefcd3966e3b63e16bd5e37b0b26fadf8650c349c020a32c03fe3db775e924872c62656e9c9a95a6545f9cc561a51b4f41db17280a85f80498078ae6bda975", + "latest": "2017.03.07", + "signature": "5d051d61cb9fce099984114f1b09d87f637e61e945ebf32dba76b3d991542cbc66626b792ea315b552d0202c04d6067f069b9e21c20eaca7a9cac27eec9ac0e07000e3d537000fdec4effe051944c4f3884527c06ae153c419c8b3fd33c6ff28ecb0e299c45e452cf4ee71a0d687963f4247e72ae81a7e7a22572f0ab62c5f6d", "versions": { "2012.02.22": { "bin": [ @@ -10591,6 +10591,20 @@ "https://yt-dl.org/downloads/2017.03.06/youtube-dl-2017.03.06.tar.gz", "7b9a2b785828eab266b80b01ada07ac40e34253797f31b980fdc62174ae00b0a" ] + }, + "2017.03.07": { + "bin": [ + "https://yt-dl.org/downloads/2017.03.07/youtube-dl", + "cbffc8424f038d680ef56bb6ff7ffad1ee9d9e6375339fcec10a62e3b9b33cc1" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.03.07/youtube-dl.exe", + "92c88a63d18cf8fffa7f98badedc846db1ee4d94a25c89db12a8eed646d60134" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.03.07/youtube-dl-2017.03.07.tar.gz", + "db4a9f91b23375da53b29859e0c9475c9e1ba24d2a51a26b0cedab376afa4ca5" + ] } } } \ No newline at end of file From 366ab6fbd40b0a2639055c99311372b5778fed10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Fri, 10 Mar 2017 23:29:18 +0700 Subject: [PATCH 055/121] release 2017.03.10 --- download.html | 10 +++++----- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 39 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index e95961835..9602a3be9 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.

    -

    2017.03.07 (sig)

    +

    2017.03.10 (sig)

    -

    SHA256: cbffc8424f038d680ef56bb6ff7ffad1ee9d9e6375339fcec10a62e3b9b33cc1

    +

    SHA256: c744ed3c1453a72bb20830d346a3e549ea7225ab4ea2b9a0e122f64272e9677b

    - Windows exe (sig - SHA256 92c88a63d18cf8fffa7f98badedc846db1ee4d94a25c89db12a8eed646d60134)
    - Full source + docs + binary tarball (sig - SHA256 db4a9f91b23375da53b29859e0c9475c9e1ba24d2a51a26b0cedab376afa4ca5) + Windows exe (sig - SHA256 723b9e8a742b8086287d3dbd5ca87baea4162186beb9f048ca937a0fde3855d5)
    + Full source + docs + binary tarball (sig - SHA256 4401089cdc71f5767a9fee5c6edbf9e14238cfd61934dd74ed277ce61fe49931)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 3e8aca4d6..d0fa78a1e 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -227,6 +227,7 @@

  • Dotsub
  • DouyuTV: 斗鱼
  • DPlay
  • +
  • DPlayIt
  • dramafever
  • dramafever:series
  • DRBonanza
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 6f4eb9500..c8bd96dcf 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.03.07 \ No newline at end of file +2017.03.10 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 914ccb26c..5af5f7076 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 - 2017-03-07T04:00:52.470376Z + 2017-03-10T23:29:13.380327Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11360,4 +11360,19 @@ 2017-03-07T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.03.10 + New version 2017.03.10 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.03.10/ +
    +
    + + The youtube-dl maintainers + + 2017-03-10T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 407a9b6af..86e4f9537 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.03.07", - "signature": "5d051d61cb9fce099984114f1b09d87f637e61e945ebf32dba76b3d991542cbc66626b792ea315b552d0202c04d6067f069b9e21c20eaca7a9cac27eec9ac0e07000e3d537000fdec4effe051944c4f3884527c06ae153c419c8b3fd33c6ff28ecb0e299c45e452cf4ee71a0d687963f4247e72ae81a7e7a22572f0ab62c5f6d", + "latest": "2017.03.10", + "signature": "2f1365df3cff53dbf8e66720d1a64f05324bfedac54aa138610ad468e13c5d1dd4d061a27f4e7244e4b1e7ae823d772f48faad563f525e531541a623984a7d28f29d627a23af92259e91c046979c1762f58333c12b1484ba18f3ee4d932aaeb2a868323fa1df8c4889351c8843c5d15dc692668e40c4248a2eee8e5093a4c04b", "versions": { "2012.02.22": { "bin": [ @@ -10605,6 +10605,20 @@ "https://yt-dl.org/downloads/2017.03.07/youtube-dl-2017.03.07.tar.gz", "db4a9f91b23375da53b29859e0c9475c9e1ba24d2a51a26b0cedab376afa4ca5" ] + }, + "2017.03.10": { + "bin": [ + "https://yt-dl.org/downloads/2017.03.10/youtube-dl", + "c744ed3c1453a72bb20830d346a3e549ea7225ab4ea2b9a0e122f64272e9677b" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.03.10/youtube-dl.exe", + "723b9e8a742b8086287d3dbd5ca87baea4162186beb9f048ca937a0fde3855d5" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.03.10/youtube-dl-2017.03.10.tar.gz", + "4401089cdc71f5767a9fee5c6edbf9e14238cfd61934dd74ed277ce61fe49931" + ] } } } \ No newline at end of file From e327cee999532cdbd179064e43b223efc9ea8b20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Wed, 15 Mar 2017 02:04:31 +0700 Subject: [PATCH 056/121] release 2017.03.15 --- download.html | 10 +++++----- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 39 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 9602a3be9..b0adc11b8 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.

    -

    2017.03.10 (sig)

    +

    2017.03.15 (sig)

    -

    SHA256: c744ed3c1453a72bb20830d346a3e549ea7225ab4ea2b9a0e122f64272e9677b

    +

    SHA256: 7dce2437431652f00ba8a0f6b0a58991169266f321d353a29ba0298de72ad439

    - Windows exe (sig - SHA256 723b9e8a742b8086287d3dbd5ca87baea4162186beb9f048ca937a0fde3855d5)
    - Full source + docs + binary tarball (sig - SHA256 4401089cdc71f5767a9fee5c6edbf9e14238cfd61934dd74ed277ce61fe49931) + Windows exe (sig - SHA256 305ae9572945210c4cbc910612b49f4bce9a6eed2326648921ce073d9ff58094)
    + Full source + docs + binary tarball (sig - SHA256 0ef8b0b4bb6983b5d26aca943e8d6bdfeaeac80497ab9423556e3678d70da640)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index d0fa78a1e..d7b05dc77 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -223,6 +223,7 @@

  • Digiteka
  • Discovery
  • DiscoveryGo
  • +
  • DiscoveryGoPlaylist
  • Disney
  • Dotsub
  • DouyuTV: 斗鱼
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index c8bd96dcf..40c0f25d3 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.03.10 \ No newline at end of file +2017.03.15 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 5af5f7076..6bbae016d 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 - 2017-03-10T23:29:13.380327Z + 2017-03-15T02:04:26.518603Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11375,4 +11375,19 @@ 2017-03-10T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.03.15 + New version 2017.03.15 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.03.15/ +
    +
    + + The youtube-dl maintainers + + 2017-03-15T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 86e4f9537..15a6b3eb6 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.03.10", - "signature": "2f1365df3cff53dbf8e66720d1a64f05324bfedac54aa138610ad468e13c5d1dd4d061a27f4e7244e4b1e7ae823d772f48faad563f525e531541a623984a7d28f29d627a23af92259e91c046979c1762f58333c12b1484ba18f3ee4d932aaeb2a868323fa1df8c4889351c8843c5d15dc692668e40c4248a2eee8e5093a4c04b", + "latest": "2017.03.15", + "signature": "7ebfe27bfcd5ff10a1082d8305ed7e9f51ef2af9096904df7ebaa4c76b0be3d08870b79752859b572aa824d457c524edbe3a6781101a8640776be7eab08dc9c090c984091f6218ac263d505c0696fb82b2ca6df1fce7c3be599d8383bb7477a5e712db4bb1c046fc037c705958ed84779f9b23d7591c10395bc664780644369e", "versions": { "2012.02.22": { "bin": [ @@ -10619,6 +10619,20 @@ "https://yt-dl.org/downloads/2017.03.10/youtube-dl-2017.03.10.tar.gz", "4401089cdc71f5767a9fee5c6edbf9e14238cfd61934dd74ed277ce61fe49931" ] + }, + "2017.03.15": { + "bin": [ + "https://yt-dl.org/downloads/2017.03.15/youtube-dl", + "7dce2437431652f00ba8a0f6b0a58991169266f321d353a29ba0298de72ad439" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.03.15/youtube-dl.exe", + "305ae9572945210c4cbc910612b49f4bce9a6eed2326648921ce073d9ff58094" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.03.15/youtube-dl-2017.03.15.tar.gz", + "0ef8b0b4bb6983b5d26aca943e8d6bdfeaeac80497ab9423556e3678d70da640" + ] } } } \ No newline at end of file From 1cabc6acc3580efed567bec3da3e1d4fe573930e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Thu, 16 Mar 2017 22:44:31 +0700 Subject: [PATCH 057/121] release 2017.03.16 --- download.html | 10 +++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 38 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index b0adc11b8..d43178dc5 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.

    -

    2017.03.15 (sig)

    +

    2017.03.16 (sig)

    -

    SHA256: 7dce2437431652f00ba8a0f6b0a58991169266f321d353a29ba0298de72ad439

    +

    SHA256: 3ab92da2514cb7ba00bec1bc3d60e26a3cdc6cc66a9a2c54ac3f8c95d7b017b3

    - Windows exe (sig - SHA256 305ae9572945210c4cbc910612b49f4bce9a6eed2326648921ce073d9ff58094)
    - Full source + docs + binary tarball (sig - SHA256 0ef8b0b4bb6983b5d26aca943e8d6bdfeaeac80497ab9423556e3678d70da640) + Windows exe (sig - SHA256 93f854275ce1c49c658d485f3744570c698996d6bf4cfb0e1845721f16d792ec)
    + Full source + docs + binary tarball (sig - SHA256 55df3cbda9cf86e49baf54040340ec74c692bb3d6da3d2f5a1bc1238017dd492)

    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 40c0f25d3..42513c431 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.03.15 \ No newline at end of file +2017.03.16 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 6bbae016d..3153928f6 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 - 2017-03-15T02:04:26.518603Z + 2017-03-16T22:44:24.643557Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11390,4 +11390,19 @@ 2017-03-15T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.03.16 + New version 2017.03.16 + + +

    + Downloads available at https://yt-dl.org/downloads/2017.03.16/ +
    + + + The youtube-dl maintainers + + 2017-03-16T00:00:00Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 15a6b3eb6..6c6706a03 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.03.15", - "signature": "7ebfe27bfcd5ff10a1082d8305ed7e9f51ef2af9096904df7ebaa4c76b0be3d08870b79752859b572aa824d457c524edbe3a6781101a8640776be7eab08dc9c090c984091f6218ac263d505c0696fb82b2ca6df1fce7c3be599d8383bb7477a5e712db4bb1c046fc037c705958ed84779f9b23d7591c10395bc664780644369e", + "latest": "2017.03.16", + "signature": "980acc46c8af0e50b3f7d397bbca494afeb4472e5d6198b1e79891a362bdf04350619b5d746c95a5a93a4e40a4e072540ac06bbb37288fbe5b229a61384fc9065f3e3f04420e589ae5d1279a1961f45d90cdd7a97309d32831ed28f4910ab64fb18bc3176362afe02be1ae19e4161199cdb0ae17ed5edf11d7b836ead00f3c01", "versions": { "2012.02.22": { "bin": [ @@ -10633,6 +10633,20 @@ "https://yt-dl.org/downloads/2017.03.15/youtube-dl-2017.03.15.tar.gz", "0ef8b0b4bb6983b5d26aca943e8d6bdfeaeac80497ab9423556e3678d70da640" ] + }, + "2017.03.16": { + "bin": [ + "https://yt-dl.org/downloads/2017.03.16/youtube-dl", + "3ab92da2514cb7ba00bec1bc3d60e26a3cdc6cc66a9a2c54ac3f8c95d7b017b3" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.03.16/youtube-dl.exe", + "93f854275ce1c49c658d485f3744570c698996d6bf4cfb0e1845721f16d792ec" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.03.16/youtube-dl-2017.03.16.tar.gz", + "55df3cbda9cf86e49baf54040340ec74c692bb3d6da3d2f5a1bc1238017dd492" + ] } } } \ No newline at end of file From 14d7ce7a2165530e1b946be005f13b64d4181e69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Mon, 20 Mar 2017 00:09:38 +0700 Subject: [PATCH 058/121] release 2017.03.20 --- download.html | 10 +++++----- supportedsites.html | 5 ++++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 42 insertions(+), 10 deletions(-) diff --git a/download.html b/download.html index d43178dc5..62f5068ff 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.

    -

    2017.03.16 (sig)

    +

    2017.03.20 (sig)

    -

    SHA256: 3ab92da2514cb7ba00bec1bc3d60e26a3cdc6cc66a9a2c54ac3f8c95d7b017b3

    +

    SHA256: e9becd2673dfadf35bb97c9694f408d046b49ed89dfd448b06b7be1a4cc77c26

    - Windows exe (sig - SHA256 93f854275ce1c49c658d485f3744570c698996d6bf4cfb0e1845721f16d792ec)
    - Full source + docs + binary tarball (sig - SHA256 55df3cbda9cf86e49baf54040340ec74c692bb3d6da3d2f5a1bc1238017dd492) + Windows exe (sig - SHA256 0b4f91cde1289a6600a76ab036a40d744a380097c61c91d49d61afd640fa0ee3)
    + Full source + docs + binary tarball (sig - SHA256 6e4201d7b45da75e9ed04c0393e9b1ce86fad27375337d5e1700549a26597215)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index d7b05dc77..f24694725 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -123,6 +123,7 @@

  • blinkx
  • Bloomberg
  • BokeCC
  • +
  • BostonGlobe
  • Bpb: Bundeszentrale für politische Bildung
  • BR: Bayerischer Rundfunk Mediathek
  • BravoTV
  • @@ -224,6 +225,7 @@
  • Discovery
  • DiscoveryGo
  • DiscoveryGoPlaylist
  • +
  • DiscoveryNetworksDe
  • Disney
  • Dotsub
  • DouyuTV: 斗鱼
  • @@ -440,6 +442,7 @@
  • MatchTV
  • MDR: MDR.DE and KiKA
  • media.ccc.de
  • +
  • Medialaan
  • Meipai: 美拍
  • MelonVOD
  • META
  • @@ -792,12 +795,12 @@
  • ThisAV
  • ThisOldHouse
  • tinypic: tinypic.com videos
  • -
  • tlc.de
  • TMZ
  • TMZArticle
  • TNAFlix
  • TNAFlixNetworkEmbed
  • toggle
  • +
  • ToonGoggles
  • Tosh: Tosh.0
  • tou.tv
  • Toypics: Toypics user profile
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 42513c431..635deff61 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.03.16 \ No newline at end of file +2017.03.20 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 3153928f6..ba75b32a9 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 - 2017-03-16T22:44:24.643557Z + 2017-03-20T00:09:32.406635Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11405,4 +11405,19 @@ 2017-03-16T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.03.20 + New version 2017.03.20 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.03.20/ +
    +
    + + The youtube-dl maintainers + + 2017-03-20T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 6c6706a03..ce4c7925f 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.03.16", - "signature": "980acc46c8af0e50b3f7d397bbca494afeb4472e5d6198b1e79891a362bdf04350619b5d746c95a5a93a4e40a4e072540ac06bbb37288fbe5b229a61384fc9065f3e3f04420e589ae5d1279a1961f45d90cdd7a97309d32831ed28f4910ab64fb18bc3176362afe02be1ae19e4161199cdb0ae17ed5edf11d7b836ead00f3c01", + "latest": "2017.03.20", + "signature": "8fa72c7863e620d91b936f49c46b1695710c7d745e1f2ac7db3f384343de181a9e60516778beaf6ae1dd5a24d896d15e2f0d3445db5642feadca65f3955266ea86b8cf8a237fe74336eef31437eb84f34cc53672d9e359827212dd87bdae471345a007ede163d8219708e3978108a8021987b2d4300bbb80b36e4b466dcd1512", "versions": { "2012.02.22": { "bin": [ @@ -10647,6 +10647,20 @@ "https://yt-dl.org/downloads/2017.03.16/youtube-dl-2017.03.16.tar.gz", "55df3cbda9cf86e49baf54040340ec74c692bb3d6da3d2f5a1bc1238017dd492" ] + }, + "2017.03.20": { + "bin": [ + "https://yt-dl.org/downloads/2017.03.20/youtube-dl", + "e9becd2673dfadf35bb97c9694f408d046b49ed89dfd448b06b7be1a4cc77c26" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.03.20/youtube-dl.exe", + "0b4f91cde1289a6600a76ab036a40d744a380097c61c91d49d61afd640fa0ee3" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.03.20/youtube-dl-2017.03.20.tar.gz", + "6e4201d7b45da75e9ed04c0393e9b1ce86fad27375337d5e1700549a26597215" + ] } } } \ No newline at end of file From 112ed9c7ab1835c2f0eca05b6a6b8cebc97d8767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Wed, 22 Mar 2017 02:49:04 +0700 Subject: [PATCH 059/121] release 2017.03.22 --- download.html | 10 +++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 38 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 62f5068ff..452367d29 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.

    -

    2017.03.20 (sig)

    +

    2017.03.22 (sig)

    -

    SHA256: e9becd2673dfadf35bb97c9694f408d046b49ed89dfd448b06b7be1a4cc77c26

    +

    SHA256: d4b247e455e2c8017e9a89c6c3d3c60b943f2145c6352fab142d38e4e6fbafe8

    - Windows exe (sig - SHA256 0b4f91cde1289a6600a76ab036a40d744a380097c61c91d49d61afd640fa0ee3)
    - Full source + docs + binary tarball (sig - SHA256 6e4201d7b45da75e9ed04c0393e9b1ce86fad27375337d5e1700549a26597215) + Windows exe (sig - SHA256 3b058e8a44b32ff101d12f0bea425cf6b85758fb7cc73e311a5a483df13bc2fa)
    + Full source + docs + binary tarball (sig - SHA256 c9c0d929f887c2044a0cee88f314f2746a19f34b5842f1b065efc536c43be9ff)

    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 635deff61..ee70f4180 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.03.20 \ No newline at end of file +2017.03.22 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index ba75b32a9..d060ead3d 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 - 2017-03-20T00:09:32.406635Z + 2017-03-22T02:48:58.822160Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11420,4 +11420,19 @@ 2017-03-20T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.03.22 + New version 2017.03.22 + + +

    + Downloads available at https://yt-dl.org/downloads/2017.03.22/ +
    + + + The youtube-dl maintainers + + 2017-03-22T00:00:00Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index ce4c7925f..78b28ca8b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.03.20", - "signature": "8fa72c7863e620d91b936f49c46b1695710c7d745e1f2ac7db3f384343de181a9e60516778beaf6ae1dd5a24d896d15e2f0d3445db5642feadca65f3955266ea86b8cf8a237fe74336eef31437eb84f34cc53672d9e359827212dd87bdae471345a007ede163d8219708e3978108a8021987b2d4300bbb80b36e4b466dcd1512", + "latest": "2017.03.22", + "signature": "65fa99a0419f4da6bc3876562bdac50da5b24c3789fc2b449e33e76e3e3257f2d804cf2da4061e3ce403916d10381e0490a2c29012b8246cc8f7363e636238f45921c935a1a6f92e01e7a2039fb8eda77e47bbc15e0ccf9d870a8b8b26ab2f86a6ebbe2799ee5f7d2c123848710e3ab2d78adc420cf7b8c06ac1558faf8dfb85", "versions": { "2012.02.22": { "bin": [ @@ -10661,6 +10661,20 @@ "https://yt-dl.org/downloads/2017.03.20/youtube-dl-2017.03.20.tar.gz", "6e4201d7b45da75e9ed04c0393e9b1ce86fad27375337d5e1700549a26597215" ] + }, + "2017.03.22": { + "bin": [ + "https://yt-dl.org/downloads/2017.03.22/youtube-dl", + "d4b247e455e2c8017e9a89c6c3d3c60b943f2145c6352fab142d38e4e6fbafe8" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.03.22/youtube-dl.exe", + "3b058e8a44b32ff101d12f0bea425cf6b85758fb7cc73e311a5a483df13bc2fa" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.03.22/youtube-dl-2017.03.22.tar.gz", + "c9c0d929f887c2044a0cee88f314f2746a19f34b5842f1b065efc536c43be9ff" + ] } } } \ No newline at end of file From fb6696ca3acc6a126d6279b045e0880603cddb1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Fri, 24 Mar 2017 00:26:02 +0700 Subject: [PATCH 060/121] release 2017.03.24 --- download.html | 10 +++++----- supportedsites.html | 4 ++-- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 40 insertions(+), 11 deletions(-) diff --git a/download.html b/download.html index 452367d29..757e7dc06 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.

    -

    2017.03.22 (sig)

    +

    2017.03.24 (sig)

    -

    SHA256: d4b247e455e2c8017e9a89c6c3d3c60b943f2145c6352fab142d38e4e6fbafe8

    +

    SHA256: 8d6d840c2d007f2534a9f7c8c0d5d788198dc6652e0ec88eeea64973351e86c2

    - Windows exe (sig - SHA256 3b058e8a44b32ff101d12f0bea425cf6b85758fb7cc73e311a5a483df13bc2fa)
    - Full source + docs + binary tarball (sig - SHA256 c9c0d929f887c2044a0cee88f314f2746a19f34b5842f1b065efc536c43be9ff) + Windows exe (sig - SHA256 6b4100c8e88ee25848dc62d772ded2b8844482e27e80fb5b66bf104603b92511)
    + Full source + docs + binary tarball (sig - SHA256 b772e58ff9f156cfcff0308a3f13c5ea75b0cf4dc297d1fe9aa4ad2b870c8803)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index f24694725..7e5268050 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -327,8 +327,8 @@

  • GPUTechConf
  • Groupon
  • Hark
  • -
  • HBO
  • -
  • HBOEpisode
  • +
  • hbo
  • +
  • hbo:episode
  • HearThisAt
  • Heise
  • HellPorno
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index ee70f4180..27303a3cd 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.03.22 \ No newline at end of file +2017.03.24 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index d060ead3d..104b316e1 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 - 2017-03-22T02:48:58.822160Z + 2017-03-24T00:25:57.989740Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11435,4 +11435,19 @@ 2017-03-22T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.03.24 + New version 2017.03.24 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.03.24/ +
    +
    + + The youtube-dl maintainers + + 2017-03-24T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 78b28ca8b..979419b4b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.03.22", - "signature": "65fa99a0419f4da6bc3876562bdac50da5b24c3789fc2b449e33e76e3e3257f2d804cf2da4061e3ce403916d10381e0490a2c29012b8246cc8f7363e636238f45921c935a1a6f92e01e7a2039fb8eda77e47bbc15e0ccf9d870a8b8b26ab2f86a6ebbe2799ee5f7d2c123848710e3ab2d78adc420cf7b8c06ac1558faf8dfb85", + "latest": "2017.03.24", + "signature": "8b9bf3d25ee476d871eae148a8651cb24ab9342ab165a5aa3b4c2ba5da741882b055ad88c1f450334408d77aa5402edac28fc3365b6398d903faa970a67c823bb29663d56738e5da156e35a7f62ca13d856fba582ff5a4ddde90b1d02f39773797bf6a345c6e6579687ed0188e4b20ebffd7e56b1f6dbb1018fd525b953d54bf", "versions": { "2012.02.22": { "bin": [ @@ -10675,6 +10675,20 @@ "https://yt-dl.org/downloads/2017.03.22/youtube-dl-2017.03.22.tar.gz", "c9c0d929f887c2044a0cee88f314f2746a19f34b5842f1b065efc536c43be9ff" ] + }, + "2017.03.24": { + "bin": [ + "https://yt-dl.org/downloads/2017.03.24/youtube-dl", + "8d6d840c2d007f2534a9f7c8c0d5d788198dc6652e0ec88eeea64973351e86c2" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.03.24/youtube-dl.exe", + "6b4100c8e88ee25848dc62d772ded2b8844482e27e80fb5b66bf104603b92511" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.03.24/youtube-dl-2017.03.24.tar.gz", + "b772e58ff9f156cfcff0308a3f13c5ea75b0cf4dc297d1fe9aa4ad2b870c8803" + ] } } } \ No newline at end of file From 9b1a20166b339ec8691b68741259e88f20f337c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 26 Mar 2017 08:13:15 +0700 Subject: [PATCH 061/121] release 2017.03.26 --- download.html | 10 +++++----- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 39 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 757e7dc06..fad590c13 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.

    -

    2017.03.24 (sig)

    +

    2017.03.26 (sig)

    -

    SHA256: 8d6d840c2d007f2534a9f7c8c0d5d788198dc6652e0ec88eeea64973351e86c2

    +

    SHA256: f7324316c5fe2e4fd7b361b4ed01df54554501ba1ea2038fbf01d1fbf380ff55

    - Windows exe (sig - SHA256 6b4100c8e88ee25848dc62d772ded2b8844482e27e80fb5b66bf104603b92511)
    - Full source + docs + binary tarball (sig - SHA256 b772e58ff9f156cfcff0308a3f13c5ea75b0cf4dc297d1fe9aa4ad2b870c8803) + Windows exe (sig - SHA256 22fad4d6bacf73cea24663e2f11a47ab20c5566ef97fbce5bd48143ac64e2ac2)
    + Full source + docs + binary tarball (sig - SHA256 321558b19c485b2269c394de5546a8d6c0a876ad57dec5b53e0f677251d8da03)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 7e5268050..5d78f20e5 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -82,6 +82,7 @@

  • arte.tv:playlist
  • AtresPlayer
  • ATTTechChannel
  • +
  • ATVAt
  • AudiMedia
  • AudioBoom
  • audiomack
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 27303a3cd..b869f0dfa 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.03.24 \ No newline at end of file +2017.03.26 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 104b316e1..52ada15ba 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 - 2017-03-24T00:25:57.989740Z + 2017-03-26T08:13:10.388761Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11450,4 +11450,19 @@ 2017-03-24T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.03.26 + New version 2017.03.26 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.03.26/ +
    +
    + + The youtube-dl maintainers + + 2017-03-26T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 979419b4b..3b141c17c 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.03.24", - "signature": "8b9bf3d25ee476d871eae148a8651cb24ab9342ab165a5aa3b4c2ba5da741882b055ad88c1f450334408d77aa5402edac28fc3365b6398d903faa970a67c823bb29663d56738e5da156e35a7f62ca13d856fba582ff5a4ddde90b1d02f39773797bf6a345c6e6579687ed0188e4b20ebffd7e56b1f6dbb1018fd525b953d54bf", + "latest": "2017.03.26", + "signature": "81606e2db1577709b64771be82fd1211367298e1a75544e05029d259e65ca2a1ed878ac23d405d4b55ffd3a2db8fc098d178849d85edf9af5b1192ad6f2d011975981796dad52b724885c074ffa07474a9458619c2bd75d2edbc3b9ddc6d201758ef37a70dcbc7ce12fd6f72241c3cb06b9c0936c493128d602dd513095c5341", "versions": { "2012.02.22": { "bin": [ @@ -10689,6 +10689,20 @@ "https://yt-dl.org/downloads/2017.03.24/youtube-dl-2017.03.24.tar.gz", "b772e58ff9f156cfcff0308a3f13c5ea75b0cf4dc297d1fe9aa4ad2b870c8803" ] + }, + "2017.03.26": { + "bin": [ + "https://yt-dl.org/downloads/2017.03.26/youtube-dl", + "f7324316c5fe2e4fd7b361b4ed01df54554501ba1ea2038fbf01d1fbf380ff55" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.03.26/youtube-dl.exe", + "22fad4d6bacf73cea24663e2f11a47ab20c5566ef97fbce5bd48143ac64e2ac2" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.03.26/youtube-dl-2017.03.26.tar.gz", + "321558b19c485b2269c394de5546a8d6c0a876ad57dec5b53e0f677251d8da03" + ] } } } \ No newline at end of file From da53aa217dab6b09d4a35d0582aa83e59889c180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 2 Apr 2017 02:40:50 +0700 Subject: [PATCH 062/121] release 2017.04.02 --- download.html | 10 +++++----- supportedsites.html | 9 +++++++-- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 45 insertions(+), 11 deletions(-) diff --git a/download.html b/download.html index fad590c13..fee806c69 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.

    -

    2017.03.26 (sig)

    +

    2017.04.02 (sig)

    -

    SHA256: f7324316c5fe2e4fd7b361b4ed01df54554501ba1ea2038fbf01d1fbf380ff55

    +

    SHA256: 1ac110ba2ce8b36b6def881be3869cc6a6b1d3380d51cb81fc42fc6069216435

    - Windows exe (sig - SHA256 22fad4d6bacf73cea24663e2f11a47ab20c5566ef97fbce5bd48143ac64e2ac2)
    - Full source + docs + binary tarball (sig - SHA256 321558b19c485b2269c394de5546a8d6c0a876ad57dec5b53e0f677251d8da03) + Windows exe (sig - SHA256 0e5c2e8b5e650750121aab68fd7d929518b1746fb5d0034eaf0964d6cbbd2793)
    + Full source + docs + binary tarball (sig - SHA256 623e1a80d8e479a68c5620798354a4c238bdeba87f7ae2491ad0628195203f8c)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 5d78f20e5..500800184 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -43,6 +43,7 @@

  • acast
  • acast:channel
  • AddAnime
  • +
  • ADN: Anime Digital Network
  • AdobeTV
  • AdobeTVChannel
  • AdobeTVShow
  • @@ -587,6 +588,8 @@
  • orf:iptv: iptv.ORF.at
  • orf:oe1: Radio Österreich 1
  • orf:tvthek: ORF TVthek
  • +
  • PacktPub
  • +
  • PacktPubCourse
  • PandaTV: 熊猫TV
  • pandora.tv: 판도라TV
  • parliamentlive.tv: UK parliament videos
  • @@ -644,7 +647,7 @@
  • radiofrance
  • RadioJavan
  • Rai
  • -
  • RaiTV
  • +
  • RaiPlay
  • RBMARadio
  • RDS: RDS.ca
  • RedBullTV
  • @@ -941,6 +944,8 @@
  • vpro: npo.nl and ntr.nl
  • Vrak
  • VRT
  • +
  • vrv
  • +
  • vrv:series
  • vube: Vube.com
  • VuClip
  • VVVVID
  • @@ -968,7 +973,7 @@
  • WSJ: Wall Street Journal
  • XBef
  • XboxClips
  • -
  • XFileShare: XFileShare based sites: DaClips, FileHoot, GorillaVid, MovPod, PowerWatch, Rapidvideo.ws, TheVideoBee, Vidto, Streamin.To, XVIDSTAGE
  • +
  • XFileShare: XFileShare based sites: DaClips, FileHoot, GorillaVid, MovPod, PowerWatch, Rapidvideo.ws, TheVideoBee, Vidto, Streamin.To, XVIDSTAGE, Vid ABC
  • XHamster
  • XHamsterEmbed
  • xiami:album: 虾米音乐 - 专辑
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index b869f0dfa..ea6de44ca 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.03.26 \ No newline at end of file +2017.04.02 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 52ada15ba..b3f2f317f 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 - 2017-03-26T08:13:10.388761Z + 2017-04-02T02:40:45.355113Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11465,4 +11465,19 @@ 2017-03-26T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.04.02 + New version 2017.04.02 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.04.02/ +
    +
    + + The youtube-dl maintainers + + 2017-04-02T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 3b141c17c..73644a529 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.03.26", - "signature": "81606e2db1577709b64771be82fd1211367298e1a75544e05029d259e65ca2a1ed878ac23d405d4b55ffd3a2db8fc098d178849d85edf9af5b1192ad6f2d011975981796dad52b724885c074ffa07474a9458619c2bd75d2edbc3b9ddc6d201758ef37a70dcbc7ce12fd6f72241c3cb06b9c0936c493128d602dd513095c5341", + "latest": "2017.04.02", + "signature": "1fbf103acb86de46e418aefe8743a924b17b1663167d89205544e13d8f9c744e771e9b276b3e76a42c0b3fef74c6dd36d61b268b83ee8e12811c2d2c35e7df1f0d117987a210ecb9ff229002041046d0a6683bef92576ccfe47977f09803ba58ad4fc8145ea16e9df4935383f452b9ce27382fd63161d3015b1bef004e5e8599", "versions": { "2012.02.22": { "bin": [ @@ -10703,6 +10703,20 @@ "https://yt-dl.org/downloads/2017.03.26/youtube-dl-2017.03.26.tar.gz", "321558b19c485b2269c394de5546a8d6c0a876ad57dec5b53e0f677251d8da03" ] + }, + "2017.04.02": { + "bin": [ + "https://yt-dl.org/downloads/2017.04.02/youtube-dl", + "1ac110ba2ce8b36b6def881be3869cc6a6b1d3380d51cb81fc42fc6069216435" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.04.02/youtube-dl.exe", + "0e5c2e8b5e650750121aab68fd7d929518b1746fb5d0034eaf0964d6cbbd2793" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.04.02/youtube-dl-2017.04.02.tar.gz", + "623e1a80d8e479a68c5620798354a4c238bdeba87f7ae2491ad0628195203f8c" + ] } } } \ No newline at end of file From 59f724af05f31779bea4fe019afaecd1b6283b92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Mon, 3 Apr 2017 03:56:26 +0700 Subject: [PATCH 063/121] release 2017.04.03 --- download.html | 10 +++++----- supportedsites.html | 2 ++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 40 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index fee806c69..53158fc77 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.

    -

    2017.04.02 (sig)

    +

    2017.04.03 (sig)

    -

    SHA256: 1ac110ba2ce8b36b6def881be3869cc6a6b1d3380d51cb81fc42fc6069216435

    +

    SHA256: e9a9119b3699d89710bd77c99a5f4863adf1db8ebb103c0bce9e21cc734ac89c

    - Windows exe (sig - SHA256 0e5c2e8b5e650750121aab68fd7d929518b1746fb5d0034eaf0964d6cbbd2793)
    - Full source + docs + binary tarball (sig - SHA256 623e1a80d8e479a68c5620798354a4c238bdeba87f7ae2491ad0628195203f8c) + Windows exe (sig - SHA256 ead54a88c43175e7aaf506c8958c6971c0e8bc74342009a0f953766faa40db8d)
    + Full source + docs + binary tarball (sig - SHA256 d313898eae80d4a26a08621088bd8816d176b31f330d7d9d6ce0f71381c0d0fd)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 500800184..d491b0762 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -228,6 +228,7 @@

  • DiscoveryGo
  • DiscoveryGoPlaylist
  • DiscoveryNetworksDe
  • +
  • DiscoveryVR
  • Disney
  • Dotsub
  • DouyuTV: 斗鱼
  • @@ -830,6 +831,7 @@
  • TV2Article
  • TV3
  • TV4: tv4.se and tv4play.se
  • +
  • TV5MondePlus: TV5MONDE+
  • TVA
  • TVANouvelles
  • TVANouvellesArticle
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index ea6de44ca..5e72c8345 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.04.02 \ No newline at end of file +2017.04.03 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b3f2f317f..420cf1718 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 - 2017-04-02T02:40:45.355113Z + 2017-04-03T03:56:19.578662Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11480,4 +11480,19 @@ 2017-04-02T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.04.03 + New version 2017.04.03 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.04.03/ +
    +
    + + The youtube-dl maintainers + + 2017-04-03T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 73644a529..4480dc351 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.04.02", - "signature": "1fbf103acb86de46e418aefe8743a924b17b1663167d89205544e13d8f9c744e771e9b276b3e76a42c0b3fef74c6dd36d61b268b83ee8e12811c2d2c35e7df1f0d117987a210ecb9ff229002041046d0a6683bef92576ccfe47977f09803ba58ad4fc8145ea16e9df4935383f452b9ce27382fd63161d3015b1bef004e5e8599", + "latest": "2017.04.03", + "signature": "5a840274cd249ae26811f5a47b265f25d57d1dde8e489b3a8f6aefb73eb3ce25880c52f808e9bd7ecdf80317c5e80d5dc3cfb52b531a22980694a5e7967b4e4ef0bb1e13cc9e83236c2186cc7d59f56ff1476e4dd25e125118c0767afa2061516bcc34517a54798b390aab71c4abfc43dc567bc5bdae7054c45817cb455e96c5", "versions": { "2012.02.22": { "bin": [ @@ -10717,6 +10717,20 @@ "https://yt-dl.org/downloads/2017.04.02/youtube-dl-2017.04.02.tar.gz", "623e1a80d8e479a68c5620798354a4c238bdeba87f7ae2491ad0628195203f8c" ] + }, + "2017.04.03": { + "bin": [ + "https://yt-dl.org/downloads/2017.04.03/youtube-dl", + "e9a9119b3699d89710bd77c99a5f4863adf1db8ebb103c0bce9e21cc734ac89c" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.04.03/youtube-dl.exe", + "ead54a88c43175e7aaf506c8958c6971c0e8bc74342009a0f953766faa40db8d" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.04.03/youtube-dl-2017.04.03.tar.gz", + "d313898eae80d4a26a08621088bd8816d176b31f330d7d9d6ce0f71381c0d0fd" + ] } } } \ No newline at end of file From a9af16af9dd4373e907f84ce839b2beabb23548e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 9 Apr 2017 00:03:53 +0700 Subject: [PATCH 064/121] release 2017.04.09 --- download.html | 10 +++++----- supportedsites.html | 16 +++++++++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 49 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index 53158fc77..952094297 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.

    -

    2017.04.03 (sig)

    +

    2017.04.09 (sig)

    -

    SHA256: e9a9119b3699d89710bd77c99a5f4863adf1db8ebb103c0bce9e21cc734ac89c

    +

    SHA256: e683d37f77742025f1edba0492d5124319989e0df2a8fe0155460d4b271a8360

    - Windows exe (sig - SHA256 ead54a88c43175e7aaf506c8958c6971c0e8bc74342009a0f953766faa40db8d)
    - Full source + docs + binary tarball (sig - SHA256 d313898eae80d4a26a08621088bd8816d176b31f330d7d9d6ce0f71381c0d0fd) + Windows exe (sig - SHA256 cb06e6933713087491e684255b7d5dbf351eb7fac6351775aaee856bb1b5b87a)
    + Full source + docs + binary tarball (sig - SHA256 91bb2147ccf0bf505aeea0107b33b57e7503a6475b521cd0f8b9ea049f6fa22c)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index d491b0762..80ad84bbe 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -142,7 +142,7 @@

  • CamWithHer
  • canalc2.tv
  • Canalplus: canalplus.fr, piwiplus.fr and d8.tv
  • -
  • Canvas
  • +
  • Canvas: canvas.be and een.be
  • CarambaTV
  • CarambaTVPage
  • CartoonNetwork
  • @@ -160,6 +160,7 @@
  • CCTV: 央视网
  • CDA
  • CeskaTelevize
  • +
  • CeskaTelevizePorady
  • channel9: Channel 9
  • CharlieRose
  • Chaturbate
  • @@ -446,6 +447,7 @@
  • MDR: MDR.DE and KiKA
  • media.ccc.de
  • Medialaan
  • +
  • Medici
  • Meipai: 美拍
  • MelonVOD
  • META
  • @@ -673,7 +675,9 @@
  • rte: Raidió Teilifís Éireann TV
  • rte:radio: Raidió Teilifís Éireann radio
  • rtl.nl: rtl.nl and rtlxl.nl
  • -
  • RTL2
  • +
  • rtl2
  • +
  • rtl2:you
  • +
  • rtl2:you:series
  • RTP
  • RTS: RTS.ch
  • rtve.es:alacarta: RTVE a la carta
  • @@ -795,6 +799,7 @@
  • TheScene
  • TheSixtyOne
  • TheStar
  • +
  • TheSun
  • TheWeatherChannel
  • ThisAmericanLife
  • ThisAV
  • @@ -908,7 +913,7 @@
  • vidme:user
  • vidme:user:likes
  • Vidzi
  • -
  • vier
  • +
  • vier: vier.be and vijf.be
  • vier:videos
  • ViewLift
  • ViewLiftEmbed
  • @@ -945,9 +950,10 @@
  • Vporn
  • vpro: npo.nl and ntr.nl
  • Vrak
  • -
  • VRT
  • +
  • VRT: deredactie.be, sporza.be, cobra.be and cobra.canvas.be
  • vrv
  • vrv:series
  • +
  • VShare
  • vube: Vube.com
  • VuClip
  • VVVVID
  • @@ -975,7 +981,7 @@
  • WSJ: Wall Street Journal
  • XBef
  • XboxClips
  • -
  • XFileShare: XFileShare based sites: DaClips, FileHoot, GorillaVid, MovPod, PowerWatch, Rapidvideo.ws, TheVideoBee, Vidto, Streamin.To, XVIDSTAGE, Vid ABC
  • +
  • XFileShare: XFileShare based sites: DaClips, FileHoot, GorillaVid, MovPod, PowerWatch, Rapidvideo.ws, TheVideoBee, Vidto, Streamin.To, XVIDSTAGE, Vid ABC, VidBom, vidlo
  • XHamster
  • XHamsterEmbed
  • xiami:album: 虾米音乐 - 专辑
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 5e72c8345..c0f3833cc 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.04.03 \ No newline at end of file +2017.04.09 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 420cf1718..a1e65e735 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 - 2017-04-03T03:56:19.578662Z + 2017-04-09T00:03:41.141084Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11495,4 +11495,19 @@ 2017-04-03T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.04.09 + New version 2017.04.09 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.04.09/ +
    +
    + + The youtube-dl maintainers + + 2017-04-09T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 4480dc351..de9749031 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.04.03", - "signature": "5a840274cd249ae26811f5a47b265f25d57d1dde8e489b3a8f6aefb73eb3ce25880c52f808e9bd7ecdf80317c5e80d5dc3cfb52b531a22980694a5e7967b4e4ef0bb1e13cc9e83236c2186cc7d59f56ff1476e4dd25e125118c0767afa2061516bcc34517a54798b390aab71c4abfc43dc567bc5bdae7054c45817cb455e96c5", + "latest": "2017.04.09", + "signature": "78b3b2d21f7850b22eaa20982b8faec6baef8b7dcfeefd1313ee8e3fdc83ba7ccaea1f2814be81cbbba4101fa7c0dccc17604bde65c74da1554fa1faa78623b32605157038e0157d682a89e368010e6d2293932ac8ddcf2881ff41f28440514eeb1a9ef05328dca559e96cbd4cf99075bfdf7578c5b6092553de35eeca9e21ea", "versions": { "2012.02.22": { "bin": [ @@ -10731,6 +10731,20 @@ "https://yt-dl.org/downloads/2017.04.03/youtube-dl-2017.04.03.tar.gz", "d313898eae80d4a26a08621088bd8816d176b31f330d7d9d6ce0f71381c0d0fd" ] + }, + "2017.04.09": { + "bin": [ + "https://yt-dl.org/downloads/2017.04.09/youtube-dl", + "e683d37f77742025f1edba0492d5124319989e0df2a8fe0155460d4b271a8360" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.04.09/youtube-dl.exe", + "cb06e6933713087491e684255b7d5dbf351eb7fac6351775aaee856bb1b5b87a" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.04.09/youtube-dl-2017.04.09.tar.gz", + "91bb2147ccf0bf505aeea0107b33b57e7503a6475b521cd0f8b9ea049f6fa22c" + ] } } } \ No newline at end of file From 54ebda69632b33cb6b0fba0d529a505dc5107159 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Tue, 11 Apr 2017 02:20:05 +0700 Subject: [PATCH 065/121] release 2017.04.11 --- download.html | 10 +++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 38 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 952094297..aa0d5482a 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.

    -

    2017.04.09 (sig)

    +

    2017.04.11 (sig)

    -

    SHA256: e683d37f77742025f1edba0492d5124319989e0df2a8fe0155460d4b271a8360

    +

    SHA256: b98485273a689ad924ad204d1bddd17b30c7759e899dd45fcf90de4712c00ccc

    - Windows exe (sig - SHA256 cb06e6933713087491e684255b7d5dbf351eb7fac6351775aaee856bb1b5b87a)
    - Full source + docs + binary tarball (sig - SHA256 91bb2147ccf0bf505aeea0107b33b57e7503a6475b521cd0f8b9ea049f6fa22c) + Windows exe (sig - SHA256 4126e08246761ac6a5f043ba4e62e236b8d2ebd1ae7676e28120df4ebfb7d31c)
    + Full source + docs + binary tarball (sig - SHA256 4df5af6b3199a93a7e4dc58de0c6da6759b065ceeeaac9470865a5cefdfdc149)

    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 c0f3833cc..2bb95e585 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.04.09 \ No newline at end of file +2017.04.11 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index a1e65e735..5229999a5 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 - 2017-04-09T00:03:41.141084Z + 2017-04-11T02:19:59.705476Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11510,4 +11510,19 @@ 2017-04-09T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.04.11 + New version 2017.04.11 + + +

    + Downloads available at https://yt-dl.org/downloads/2017.04.11/ +
    + + + The youtube-dl maintainers + + 2017-04-11T00:00:00Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index de9749031..32a3bf04f 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.04.09", - "signature": "78b3b2d21f7850b22eaa20982b8faec6baef8b7dcfeefd1313ee8e3fdc83ba7ccaea1f2814be81cbbba4101fa7c0dccc17604bde65c74da1554fa1faa78623b32605157038e0157d682a89e368010e6d2293932ac8ddcf2881ff41f28440514eeb1a9ef05328dca559e96cbd4cf99075bfdf7578c5b6092553de35eeca9e21ea", + "latest": "2017.04.11", + "signature": "25f8bc9d3c47c52344d5eb896f38272f1c9df7bfc12d41abeaa5091b3e977dfd5801b8045655b639576535ec2311152590a2b633b92d43e85efa1432d375800602d77b3bf30aad1adc4e189715da76be7bcb6e8976de148ae85a41d0829b28aaa13fb801c452265cf3ffd24d1b0b5805359b42569ffb48573876e14fde7edd70", "versions": { "2012.02.22": { "bin": [ @@ -10745,6 +10745,20 @@ "https://yt-dl.org/downloads/2017.04.09/youtube-dl-2017.04.09.tar.gz", "91bb2147ccf0bf505aeea0107b33b57e7503a6475b521cd0f8b9ea049f6fa22c" ] + }, + "2017.04.11": { + "bin": [ + "https://yt-dl.org/downloads/2017.04.11/youtube-dl", + "b98485273a689ad924ad204d1bddd17b30c7759e899dd45fcf90de4712c00ccc" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.04.11/youtube-dl.exe", + "4126e08246761ac6a5f043ba4e62e236b8d2ebd1ae7676e28120df4ebfb7d31c" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.04.11/youtube-dl-2017.04.11.tar.gz", + "4df5af6b3199a93a7e4dc58de0c6da6759b065ceeeaac9470865a5cefdfdc149" + ] } } } \ No newline at end of file From 4e0652e5fc5735d6854b288ea87741df75288940 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Fri, 14 Apr 2017 00:33:59 +0700 Subject: [PATCH 066/121] release 2017.04.14 --- download.html | 10 +++++----- supportedsites.html | 2 ++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 40 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index aa0d5482a..ce70df471 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.

    -

    2017.04.11 (sig)

    +

    2017.04.14 (sig)

    -

    SHA256: b98485273a689ad924ad204d1bddd17b30c7759e899dd45fcf90de4712c00ccc

    +

    SHA256: 8d8c0e42e58a4f6211d5c2ffdc85d9c5d54201d1fdda0426f8ece90d43e06ded

    - Windows exe (sig - SHA256 4126e08246761ac6a5f043ba4e62e236b8d2ebd1ae7676e28120df4ebfb7d31c)
    - Full source + docs + binary tarball (sig - SHA256 4df5af6b3199a93a7e4dc58de0c6da6759b065ceeeaac9470865a5cefdfdc149) + Windows exe (sig - SHA256 5e6fa68c5995929420386a59d16c59c4437481f541a0dbcdcb5a1961dcefd66f)
    + Full source + docs + binary tarball (sig - SHA256 70de2b7795b511267846b6944807633797f9bde49d66fb0578317fa768244ce6)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 80ad84bbe..7e436cc01 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -323,6 +323,7 @@

  • Globo
  • GloboArticle
  • Go
  • +
  • Go90
  • GodTube
  • GodTV
  • Golem
  • @@ -833,6 +834,7 @@
  • Tutv
  • tv.dfb.de
  • TV2
  • +
  • tv2.hu
  • TV2Article
  • TV3
  • TV4: tv4.se and tv4play.se
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 2bb95e585..af672d336 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.04.11 \ No newline at end of file +2017.04.14 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 5229999a5..ded34bc93 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 - 2017-04-11T02:19:59.705476Z + 2017-04-14T00:33:52.801523Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11525,4 +11525,19 @@ 2017-04-11T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.04.14 + New version 2017.04.14 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.04.14/ +
    +
    + + The youtube-dl maintainers + + 2017-04-14T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 32a3bf04f..e482c7266 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.04.11", - "signature": "25f8bc9d3c47c52344d5eb896f38272f1c9df7bfc12d41abeaa5091b3e977dfd5801b8045655b639576535ec2311152590a2b633b92d43e85efa1432d375800602d77b3bf30aad1adc4e189715da76be7bcb6e8976de148ae85a41d0829b28aaa13fb801c452265cf3ffd24d1b0b5805359b42569ffb48573876e14fde7edd70", + "latest": "2017.04.14", + "signature": "65dde4e46b760caf8d4b4947ad5fbf86ef8b918cd270e9736b1397ac2a15fcb8cbfe0ff131b9f392d6f133fcc370ad3b6e7a4e52b5514c139931ae66219c23cc29051c669a1e57293f2bf403f9ecbc27fb89379b4ac9b7958debb880cd6401877a1a322def3d316472bd9ca10e94ed3630e74399199e9cd947e7c71e71cbace1", "versions": { "2012.02.22": { "bin": [ @@ -10759,6 +10759,20 @@ "https://yt-dl.org/downloads/2017.04.11/youtube-dl-2017.04.11.tar.gz", "4df5af6b3199a93a7e4dc58de0c6da6759b065ceeeaac9470865a5cefdfdc149" ] + }, + "2017.04.14": { + "bin": [ + "https://yt-dl.org/downloads/2017.04.14/youtube-dl", + "8d8c0e42e58a4f6211d5c2ffdc85d9c5d54201d1fdda0426f8ece90d43e06ded" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.04.14/youtube-dl.exe", + "5e6fa68c5995929420386a59d16c59c4437481f541a0dbcdcb5a1961dcefd66f" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.04.14/youtube-dl-2017.04.14.tar.gz", + "70de2b7795b511267846b6944807633797f9bde49d66fb0578317fa768244ce6" + ] } } } \ No newline at end of file From 83a5be5c786e79875eb9491d9fc95e798f87a058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sat, 15 Apr 2017 01:41:40 +0700 Subject: [PATCH 067/121] release 2017.04.15 --- download.html | 10 +++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 38 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index ce70df471..3729a6eda 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.

    -

    2017.04.14 (sig)

    +

    2017.04.15 (sig)

    -

    SHA256: 8d8c0e42e58a4f6211d5c2ffdc85d9c5d54201d1fdda0426f8ece90d43e06ded

    +

    SHA256: f6a91324d565d8ce11fb9a2cf1fc1df5e6782168da68acd574b84ad110034006

    - Windows exe (sig - SHA256 5e6fa68c5995929420386a59d16c59c4437481f541a0dbcdcb5a1961dcefd66f)
    - Full source + docs + binary tarball (sig - SHA256 70de2b7795b511267846b6944807633797f9bde49d66fb0578317fa768244ce6) + Windows exe (sig - SHA256 cb98539d5f7c1d63372ac58438c57e6a98d7ff95bc5b9aeeeaab2caf4accaf25)
    + Full source + docs + binary tarball (sig - SHA256 cb6ac7f73e1cd6f31dcfa78c80efd82a5b953f5e55e38140a4393eecbd55d383)

    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 af672d336..961017ecf 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.04.14 \ No newline at end of file +2017.04.15 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index ded34bc93..142aeb854 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 - 2017-04-14T00:33:52.801523Z + 2017-04-15T01:41:33.903409Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11540,4 +11540,19 @@ 2017-04-14T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.04.15 + New version 2017.04.15 + + +

    + Downloads available at https://yt-dl.org/downloads/2017.04.15/ +
    + + + The youtube-dl maintainers + + 2017-04-15T00:00:00Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index e482c7266..3d3ce26f5 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.04.14", - "signature": "65dde4e46b760caf8d4b4947ad5fbf86ef8b918cd270e9736b1397ac2a15fcb8cbfe0ff131b9f392d6f133fcc370ad3b6e7a4e52b5514c139931ae66219c23cc29051c669a1e57293f2bf403f9ecbc27fb89379b4ac9b7958debb880cd6401877a1a322def3d316472bd9ca10e94ed3630e74399199e9cd947e7c71e71cbace1", + "latest": "2017.04.15", + "signature": "3c3f1294fb0ac568dceefed504e3cec0612444c1a24a67c465566065f079df2a6e8d0dd9c07338f0827f571c32739f3a9a5326ae3f6ea09d47125ac92534cb456eec71ee800daadf96ad2073fc654dbd4ba43f0aa3bcf605a7cf93a502b6a535efd4d637eba0e8079bab7da1a0cbce7e32aee994162035c5f29e0abcce9ebd2a", "versions": { "2012.02.22": { "bin": [ @@ -10773,6 +10773,20 @@ "https://yt-dl.org/downloads/2017.04.14/youtube-dl-2017.04.14.tar.gz", "70de2b7795b511267846b6944807633797f9bde49d66fb0578317fa768244ce6" ] + }, + "2017.04.15": { + "bin": [ + "https://yt-dl.org/downloads/2017.04.15/youtube-dl", + "f6a91324d565d8ce11fb9a2cf1fc1df5e6782168da68acd574b84ad110034006" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.04.15/youtube-dl.exe", + "cb98539d5f7c1d63372ac58438c57e6a98d7ff95bc5b9aeeeaab2caf4accaf25" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.04.15/youtube-dl-2017.04.15.tar.gz", + "cb6ac7f73e1cd6f31dcfa78c80efd82a5b953f5e55e38140a4393eecbd55d383" + ] } } } \ No newline at end of file From 4b8c87e5ae02f303b6ae00284ab5c21a1383be19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 16 Apr 2017 01:51:15 +0700 Subject: [PATCH 068/121] release 2017.04.16 --- download.html | 10 +++++----- supportedsites.html | 2 ++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 40 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 3729a6eda..712403074 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.

    -

    2017.04.15 (sig)

    +

    2017.04.16 (sig)

    -

    SHA256: f6a91324d565d8ce11fb9a2cf1fc1df5e6782168da68acd574b84ad110034006

    +

    SHA256: f369b549b9f46d3f0abb1993bee524270c06372675587af2381f1ba53fde3371

    - Windows exe (sig - SHA256 cb98539d5f7c1d63372ac58438c57e6a98d7ff95bc5b9aeeeaab2caf4accaf25)
    - Full source + docs + binary tarball (sig - SHA256 cb6ac7f73e1cd6f31dcfa78c80efd82a5b953f5e55e38140a4393eecbd55d383) + Windows exe (sig - SHA256 1ee4e3ccf33269a91bc0084fcae6d08c829a4652105e9bc89375cd80d918ca4c)
    + Full source + docs + binary tarball (sig - SHA256 adbdeedcefadb1f0d3d7667e1e37a3e0e4d071c16eaa79b038a784fdaf76eddd)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 7e436cc01..5557d2ea7 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -760,6 +760,7 @@

  • Steam
  • Stitcher
  • Streamable
  • +
  • Streamango
  • streamcloud.eu
  • StreamCZ
  • StreetVoice
  • @@ -981,6 +982,7 @@
  • wrzuta.pl
  • wrzuta.pl:playlist
  • WSJ: Wall Street Journal
  • +
  • WSJArticle
  • XBef
  • XboxClips
  • XFileShare: XFileShare based sites: DaClips, FileHoot, GorillaVid, MovPod, PowerWatch, Rapidvideo.ws, TheVideoBee, Vidto, Streamin.To, XVIDSTAGE, Vid ABC, VidBom, vidlo
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 961017ecf..125282a19 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.04.15 \ No newline at end of file +2017.04.16 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 142aeb854..83ed4007f 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 - 2017-04-15T01:41:33.903409Z + 2017-04-16T01:51:09.746585Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11555,4 +11555,19 @@ 2017-04-15T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.04.16 + New version 2017.04.16 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.04.16/ +
    +
    + + The youtube-dl maintainers + + 2017-04-16T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 3d3ce26f5..852815e76 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.04.15", - "signature": "3c3f1294fb0ac568dceefed504e3cec0612444c1a24a67c465566065f079df2a6e8d0dd9c07338f0827f571c32739f3a9a5326ae3f6ea09d47125ac92534cb456eec71ee800daadf96ad2073fc654dbd4ba43f0aa3bcf605a7cf93a502b6a535efd4d637eba0e8079bab7da1a0cbce7e32aee994162035c5f29e0abcce9ebd2a", + "latest": "2017.04.16", + "signature": "22d8e53000a6e45b0ff34176fdc705e9b0c85a526e0a189b8e8cb7ab4844af02db2b7781fb7e612c5a8addfdf5bae3bfe26833111b697ea57760d261aaec476f8e01b246005cc3e7aecc8e41daebf8d6b710a16c31700e58eeeb3da7d89ce9c95179b3bb06825fde8671beaf440e4d056f90e25bb83ffd71bd306ae5b3c75101", "versions": { "2012.02.22": { "bin": [ @@ -10787,6 +10787,20 @@ "https://yt-dl.org/downloads/2017.04.15/youtube-dl-2017.04.15.tar.gz", "cb6ac7f73e1cd6f31dcfa78c80efd82a5b953f5e55e38140a4393eecbd55d383" ] + }, + "2017.04.16": { + "bin": [ + "https://yt-dl.org/downloads/2017.04.16/youtube-dl", + "f369b549b9f46d3f0abb1993bee524270c06372675587af2381f1ba53fde3371" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.04.16/youtube-dl.exe", + "1ee4e3ccf33269a91bc0084fcae6d08c829a4652105e9bc89375cd80d918ca4c" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.04.16/youtube-dl-2017.04.16.tar.gz", + "adbdeedcefadb1f0d3d7667e1e37a3e0e4d071c16eaa79b038a784fdaf76eddd" + ] } } } \ No newline at end of file From 629dc1892ff98f2553e2fe8f63dce2b577a740ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Mon, 17 Apr 2017 00:48:58 +0700 Subject: [PATCH 069/121] release 2017.04.17 --- download.html | 10 +++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 38 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 712403074..f17a6aad3 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.

    -

    2017.04.16 (sig)

    +

    2017.04.17 (sig)

    -

    SHA256: f369b549b9f46d3f0abb1993bee524270c06372675587af2381f1ba53fde3371

    +

    SHA256: 75b9075ae9d713fa2eb324644d335b1df47cce90e4358b56971dc258b31dc1ff

    - Windows exe (sig - SHA256 1ee4e3ccf33269a91bc0084fcae6d08c829a4652105e9bc89375cd80d918ca4c)
    - Full source + docs + binary tarball (sig - SHA256 adbdeedcefadb1f0d3d7667e1e37a3e0e4d071c16eaa79b038a784fdaf76eddd) + Windows exe (sig - SHA256 c33e8c805b79e8344ef1d98187d6d8aba4a7287b0ae612f431ea7ffd3fc4ba33)
    + Full source + docs + binary tarball (sig - SHA256 326f7ec2e0abe0aada4675987e967120a52ce2599c9b20e0d448de0c9f64302e)

    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 125282a19..f7745a29e 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.04.16 \ No newline at end of file +2017.04.17 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 83ed4007f..ada3aecf3 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 - 2017-04-16T01:51:09.746585Z + 2017-04-17T00:48:51.800847Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11570,4 +11570,19 @@ 2017-04-16T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.04.17 + New version 2017.04.17 + + +

    + Downloads available at https://yt-dl.org/downloads/2017.04.17/ +
    + + + The youtube-dl maintainers + + 2017-04-17T00:00:00Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 852815e76..c9bdfa7fc 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.04.16", - "signature": "22d8e53000a6e45b0ff34176fdc705e9b0c85a526e0a189b8e8cb7ab4844af02db2b7781fb7e612c5a8addfdf5bae3bfe26833111b697ea57760d261aaec476f8e01b246005cc3e7aecc8e41daebf8d6b710a16c31700e58eeeb3da7d89ce9c95179b3bb06825fde8671beaf440e4d056f90e25bb83ffd71bd306ae5b3c75101", + "latest": "2017.04.17", + "signature": "50c3c0f3cd42cb77c3d9f32eafde2c2f362da189894d9bb3e96326b4ac79897100acc741dfef93fda95c0a255d068702087196bbd40d6ee0de0ae2ff56513ee8154623776c888f453d652e1ae75e645cfc2b774ede68ca41cecf972bbc9c63f7d79966fa0b994014b6c9e1a455c329d9cd8c738115e260358afd5b423c6eeeaa", "versions": { "2012.02.22": { "bin": [ @@ -10801,6 +10801,20 @@ "https://yt-dl.org/downloads/2017.04.16/youtube-dl-2017.04.16.tar.gz", "adbdeedcefadb1f0d3d7667e1e37a3e0e4d071c16eaa79b038a784fdaf76eddd" ] + }, + "2017.04.17": { + "bin": [ + "https://yt-dl.org/downloads/2017.04.17/youtube-dl", + "75b9075ae9d713fa2eb324644d335b1df47cce90e4358b56971dc258b31dc1ff" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.04.17/youtube-dl.exe", + "c33e8c805b79e8344ef1d98187d6d8aba4a7287b0ae612f431ea7ffd3fc4ba33" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.04.17/youtube-dl-2017.04.17.tar.gz", + "326f7ec2e0abe0aada4675987e967120a52ce2599c9b20e0d448de0c9f64302e" + ] } } } \ No newline at end of file From b876a9cd7289d92556cab43fe698983a95a01d4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Wed, 26 Apr 2017 00:08:50 +0700 Subject: [PATCH 070/121] release 2017.04.26 --- download.html | 10 +++++----- supportedsites.html | 2 -- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 38 insertions(+), 11 deletions(-) diff --git a/download.html b/download.html index f17a6aad3..cbc19c831 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.

    -

    2017.04.17 (sig)

    +

    2017.04.26 (sig)

    -

    SHA256: 75b9075ae9d713fa2eb324644d335b1df47cce90e4358b56971dc258b31dc1ff

    +

    SHA256: c7a6ab4fb4b0efbbda49c40bce7992d4892152d7c681ec79de2662bc19efa084

    - Windows exe (sig - SHA256 c33e8c805b79e8344ef1d98187d6d8aba4a7287b0ae612f431ea7ffd3fc4ba33)
    - Full source + docs + binary tarball (sig - SHA256 326f7ec2e0abe0aada4675987e967120a52ce2599c9b20e0d448de0c9f64302e) + Windows exe (sig - SHA256 89f3f0496d9f593b48006eeba96e324e8d542b7c2dc705a96e27e56fd95b9f49)
    + Full source + docs + binary tarball (sig - SHA256 c320c8301a63ad97c099359c8b205d14c130b4f816dd92f0f5e68481628cfc47)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 5557d2ea7..2da50ff9a 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -96,8 +96,6 @@

  • AZMedien: AZ Medien videos
  • AZMedienPlaylist: AZ Medien playlists
  • AZMedienShowPlaylist: AZ Medien show playlists
  • -
  • Azubu
  • -
  • AzubuLive
  • BaiduVideo: 百度视频
  • bambuser
  • bambuser:channel
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index f7745a29e..0f0b162f5 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.04.17 \ No newline at end of file +2017.04.26 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index ada3aecf3..681219ad3 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 - 2017-04-17T00:48:51.800847Z + 2017-04-26T00:08:43.178515Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11585,4 +11585,19 @@ 2017-04-17T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.04.26 + New version 2017.04.26 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.04.26/ +
    +
    + + The youtube-dl maintainers + + 2017-04-26T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index c9bdfa7fc..d46d22885 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.04.17", - "signature": "50c3c0f3cd42cb77c3d9f32eafde2c2f362da189894d9bb3e96326b4ac79897100acc741dfef93fda95c0a255d068702087196bbd40d6ee0de0ae2ff56513ee8154623776c888f453d652e1ae75e645cfc2b774ede68ca41cecf972bbc9c63f7d79966fa0b994014b6c9e1a455c329d9cd8c738115e260358afd5b423c6eeeaa", + "latest": "2017.04.26", + "signature": "0e04b7e1b9c18ab78cf731ab6b5cf98c8271560e660b43be1a1c0ef7dec6cd51bbbdc84a8f8069e7e00c79c9af3e008e05f7896bf4288333e46ce674bf3e9612328bde12498653866b8011a4725d80aab1ede8c1fade96bf6439ad4ac6bc02d7006c82cc130e69ee528800fcc56691d8a9f098ea5516827e9ea3c8eea2b065db", "versions": { "2012.02.22": { "bin": [ @@ -10815,6 +10815,20 @@ "https://yt-dl.org/downloads/2017.04.17/youtube-dl-2017.04.17.tar.gz", "326f7ec2e0abe0aada4675987e967120a52ce2599c9b20e0d448de0c9f64302e" ] + }, + "2017.04.26": { + "bin": [ + "https://yt-dl.org/downloads/2017.04.26/youtube-dl", + "c7a6ab4fb4b0efbbda49c40bce7992d4892152d7c681ec79de2662bc19efa084" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.04.26/youtube-dl.exe", + "89f3f0496d9f593b48006eeba96e324e8d542b7c2dc705a96e27e56fd95b9f49" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.04.26/youtube-dl-2017.04.26.tar.gz", + "c320c8301a63ad97c099359c8b205d14c130b4f816dd92f0f5e68481628cfc47" + ] } } } \ No newline at end of file From 098929c2c634e1fd53042010f15c13571e37526f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Fri, 28 Apr 2017 18:31:43 +0700 Subject: [PATCH 071/121] release 2017.04.28 --- download.html | 10 +++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 38 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index cbc19c831..7d5a295e1 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.

    -

    2017.04.26 (sig)

    +

    2017.04.28 (sig)

    -

    SHA256: c7a6ab4fb4b0efbbda49c40bce7992d4892152d7c681ec79de2662bc19efa084

    +

    SHA256: dabdfd99cf0aed87385a7e2d1858f48ece8c9b71ab38bff3b5ceb58669aabb4c

    - Windows exe (sig - SHA256 89f3f0496d9f593b48006eeba96e324e8d542b7c2dc705a96e27e56fd95b9f49)
    - Full source + docs + binary tarball (sig - SHA256 c320c8301a63ad97c099359c8b205d14c130b4f816dd92f0f5e68481628cfc47) + Windows exe (sig - SHA256 ae0001e813407cc809e3a525f6f7fd25bd23d6489e6cd04949bb05e33d2700ec)
    + Full source + docs + binary tarball (sig - SHA256 72c0a91d551460e1cd85faca0ff0218e5006bbba371d27d75907ac8e917b7534)

    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 0f0b162f5..6c72bc266 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.04.26 \ No newline at end of file +2017.04.28 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 681219ad3..601c44d5b 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 - 2017-04-26T00:08:43.178515Z + 2017-04-28T18:31:38.132194Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11600,4 +11600,19 @@ 2017-04-26T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.04.28 + New version 2017.04.28 + + +

    + Downloads available at https://yt-dl.org/downloads/2017.04.28/ +
    + + + The youtube-dl maintainers + + 2017-04-28T00:00:00Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index d46d22885..6cb4175db 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.04.26", - "signature": "0e04b7e1b9c18ab78cf731ab6b5cf98c8271560e660b43be1a1c0ef7dec6cd51bbbdc84a8f8069e7e00c79c9af3e008e05f7896bf4288333e46ce674bf3e9612328bde12498653866b8011a4725d80aab1ede8c1fade96bf6439ad4ac6bc02d7006c82cc130e69ee528800fcc56691d8a9f098ea5516827e9ea3c8eea2b065db", + "latest": "2017.04.28", + "signature": "10556856c50db2dc7dd6471681c9227c8cdfa51fadb303a21dfc6140d4205332a2396b14cf2ee7df955a694802e2b2fe93f365be64b2639269003cc52851c3f90144d60491f4cc6ecf54cc9f887d2461dd792773a17dfac9e332e45be5f0911780e9538492c34b51869ea921824173833201f4c5e29dd05b4e4bea41066e0e2b", "versions": { "2012.02.22": { "bin": [ @@ -10829,6 +10829,20 @@ "https://yt-dl.org/downloads/2017.04.26/youtube-dl-2017.04.26.tar.gz", "c320c8301a63ad97c099359c8b205d14c130b4f816dd92f0f5e68481628cfc47" ] + }, + "2017.04.28": { + "bin": [ + "https://yt-dl.org/downloads/2017.04.28/youtube-dl", + "dabdfd99cf0aed87385a7e2d1858f48ece8c9b71ab38bff3b5ceb58669aabb4c" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.04.28/youtube-dl.exe", + "ae0001e813407cc809e3a525f6f7fd25bd23d6489e6cd04949bb05e33d2700ec" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.04.28/youtube-dl-2017.04.28.tar.gz", + "72c0a91d551460e1cd85faca0ff0218e5006bbba371d27d75907ac8e917b7534" + ] } } } \ No newline at end of file From 38de7382530d7931915493743ba72809dfc56a30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Mon, 1 May 2017 01:42:55 +0700 Subject: [PATCH 072/121] release 2017.05.01 --- download.html | 10 +++++----- supportedsites.html | 3 +++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 41 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 7d5a295e1..eda9abe1e 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.

    -

    2017.04.28 (sig)

    +

    2017.05.01 (sig)

    -

    SHA256: dabdfd99cf0aed87385a7e2d1858f48ece8c9b71ab38bff3b5ceb58669aabb4c

    +

    SHA256: 1d36a1d5fb3d3fcb217033ae6bb967a0ae1ec02863a2078335d308b81bb40d24

    - Windows exe (sig - SHA256 ae0001e813407cc809e3a525f6f7fd25bd23d6489e6cd04949bb05e33d2700ec)
    - Full source + docs + binary tarball (sig - SHA256 72c0a91d551460e1cd85faca0ff0218e5006bbba371d27d75907ac8e917b7534) + Windows exe (sig - SHA256 f66cb01bb8f0599aa3699179c4947b38ddb01bc644764ad23ef020a29947991b)
    + Full source + docs + binary tarball (sig - SHA256 58e2151634a66fa9ab4a98978fa72bf15990ec1c088ac7e4393cca00c9a32e53)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 2da50ff9a..952886ebb 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -60,6 +60,7 @@

  • anderetijden: npo.nl and ntr.nl
  • AnimeOnDemand
  • anitube.se
  • +
  • Anvato
  • AnySex
  • Aparat
  • AppleConnect
  • @@ -544,6 +545,7 @@
  • NJPWWorld: 新日本プロレスワールド
  • NobelPrize
  • Noco
  • +
  • Noovo
  • Normalboots
  • NosVideo
  • Nova: TN.cz, Prásk.tv, Nova.cz, Novaplus.cz, FANDA.tv, Krásná.cz and Doma.cz
  • @@ -1028,6 +1030,7 @@
  • youtube:user: YouTube.com user videos (URL or "ytuser" keyword)
  • youtube:watchlater: Youtube watch later list, ":ytwatchlater" for short (requires authentication)
  • Zapiks
  • +
  • Zaq1
  • ZDF
  • ZDFChannel
  • zingmp3: mp3.zing.vn
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 6c72bc266..bd0b18755 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.04.28 \ No newline at end of file +2017.05.01 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 601c44d5b..d038c0b4e 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 - 2017-04-28T18:31:38.132194Z + 2017-05-01T01:42:42.211400Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11615,4 +11615,19 @@ 2017-04-28T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.05.01 + New version 2017.05.01 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.05.01/ +
    +
    + + The youtube-dl maintainers + + 2017-05-01T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 6cb4175db..49c470cd4 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.04.28", - "signature": "10556856c50db2dc7dd6471681c9227c8cdfa51fadb303a21dfc6140d4205332a2396b14cf2ee7df955a694802e2b2fe93f365be64b2639269003cc52851c3f90144d60491f4cc6ecf54cc9f887d2461dd792773a17dfac9e332e45be5f0911780e9538492c34b51869ea921824173833201f4c5e29dd05b4e4bea41066e0e2b", + "latest": "2017.05.01", + "signature": "7158b026b7d0bfff1e85ec0b79068c5e23709a2dde2424fdf5539f104724209e505b9bda8c8e0e25944dc4da16ed54fce844188024784c472dd86eaf216a4d7a17f416150018345ac934d7d19fac484defd59b43b4efb11b6caf1a6be03afd9e82a3a40118e91a5d005e4319fe39b215319430c4ef45517878f20f0ba691223c", "versions": { "2012.02.22": { "bin": [ @@ -10843,6 +10843,20 @@ "https://yt-dl.org/downloads/2017.04.28/youtube-dl-2017.04.28.tar.gz", "72c0a91d551460e1cd85faca0ff0218e5006bbba371d27d75907ac8e917b7534" ] + }, + "2017.05.01": { + "bin": [ + "https://yt-dl.org/downloads/2017.05.01/youtube-dl", + "1d36a1d5fb3d3fcb217033ae6bb967a0ae1ec02863a2078335d308b81bb40d24" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.05.01/youtube-dl.exe", + "f66cb01bb8f0599aa3699179c4947b38ddb01bc644764ad23ef020a29947991b" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.05.01/youtube-dl-2017.05.01.tar.gz", + "58e2151634a66fa9ab4a98978fa72bf15990ec1c088ac7e4393cca00c9a32e53" + ] } } } \ No newline at end of file From 253c51a16e2df4891a1683ea4b891b4ed0ba2f7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 7 May 2017 04:53:26 +0700 Subject: [PATCH 073/121] release 2017.05.07 --- download.html | 10 +++++----- supportedsites.html | 5 +++-- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 41 insertions(+), 11 deletions(-) diff --git a/download.html b/download.html index eda9abe1e..d377297bf 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.

    -

    2017.05.01 (sig)

    +

    2017.05.07 (sig)

    -

    SHA256: 1d36a1d5fb3d3fcb217033ae6bb967a0ae1ec02863a2078335d308b81bb40d24

    +

    SHA256: f1af9396d150bbba480a697e2def2367de3d2554fa9fe384b344d9b4deb916c5

    - Windows exe (sig - SHA256 f66cb01bb8f0599aa3699179c4947b38ddb01bc644764ad23ef020a29947991b)
    - Full source + docs + binary tarball (sig - SHA256 58e2151634a66fa9ab4a98978fa72bf15990ec1c088ac7e4393cca00c9a32e53) + Windows exe (sig - SHA256 08b37e8795887634a18115e7f15d785639a1e986f50d56b453e9c5a310b504c7)
    + Full source + docs + binary tarball (sig - SHA256 45308c76b5e49b657ec7fa23b6b09e4d832355b54c86da79f09586b9664f6be0)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 952886ebb..98a13067d 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -894,9 +894,10 @@

  • VGTV: VGTV, BTTV, FTV, Aftenposten and Aftonbladet
  • vh1.com
  • Viafree
  • -
  • Vice
  • +
  • vice
  • +
  • vice:article
  • +
  • vice:show
  • Viceland
  • -
  • ViceShow
  • Vidbit
  • Viddler
  • Videa
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index bd0b18755..b4b0b9948 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.05.01 \ No newline at end of file +2017.05.07 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index d038c0b4e..0433e341e 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 - 2017-05-01T01:42:42.211400Z + 2017-05-07T04:53:22.022862Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11630,4 +11630,19 @@ 2017-05-01T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.05.07 + New version 2017.05.07 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.05.07/ +
    +
    + + The youtube-dl maintainers + + 2017-05-07T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 49c470cd4..9f94aa24f 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.05.01", - "signature": "7158b026b7d0bfff1e85ec0b79068c5e23709a2dde2424fdf5539f104724209e505b9bda8c8e0e25944dc4da16ed54fce844188024784c472dd86eaf216a4d7a17f416150018345ac934d7d19fac484defd59b43b4efb11b6caf1a6be03afd9e82a3a40118e91a5d005e4319fe39b215319430c4ef45517878f20f0ba691223c", + "latest": "2017.05.07", + "signature": "8f657ac1d29f6a620f380485f70551322ccf4d2740514956afef7e2550d56ca6aa8dbfc238fa1749b612bddb416e2a3ebba19c5e6c73019e6fd5901423463eea4cb38dfca1072c6bb1deb102167b594b2603f9e5cdb4d779ed161adb014a4fe788906fa792f5f19045c6db34057df6ef80d1ff77fd2056c4839ef33544cb3eea", "versions": { "2012.02.22": { "bin": [ @@ -10857,6 +10857,20 @@ "https://yt-dl.org/downloads/2017.05.01/youtube-dl-2017.05.01.tar.gz", "58e2151634a66fa9ab4a98978fa72bf15990ec1c088ac7e4393cca00c9a32e53" ] + }, + "2017.05.07": { + "bin": [ + "https://yt-dl.org/downloads/2017.05.07/youtube-dl", + "f1af9396d150bbba480a697e2def2367de3d2554fa9fe384b344d9b4deb916c5" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.05.07/youtube-dl.exe", + "08b37e8795887634a18115e7f15d785639a1e986f50d56b453e9c5a310b504c7" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.05.07/youtube-dl-2017.05.07.tar.gz", + "45308c76b5e49b657ec7fa23b6b09e4d832355b54c86da79f09586b9664f6be0" + ] } } } \ No newline at end of file From 28b168333bf6f140b03989750a839c15a0cf0753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Tue, 9 May 2017 04:22:36 +0700 Subject: [PATCH 074/121] release 2017.05.09 --- download.html | 10 +++++----- supportedsites.html | 5 +++-- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 41 insertions(+), 11 deletions(-) diff --git a/download.html b/download.html index d377297bf..ad5358636 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.

    -

    2017.05.07 (sig)

    +

    2017.05.09 (sig)

    -

    SHA256: f1af9396d150bbba480a697e2def2367de3d2554fa9fe384b344d9b4deb916c5

    +

    SHA256: c44449fd252b7d770f82098ad3bb2b867a22a58cfb44da28c32b942e8da20a23

    - Windows exe (sig - SHA256 08b37e8795887634a18115e7f15d785639a1e986f50d56b453e9c5a310b504c7)
    - Full source + docs + binary tarball (sig - SHA256 45308c76b5e49b657ec7fa23b6b09e4d832355b54c86da79f09586b9664f6be0) + Windows exe (sig - SHA256 cd3b0c33212b2e340faa494f0a4ee9e8c48333026737a99f6061e2ca44da1135)
    + Full source + docs + binary tarball (sig - SHA256 b9af1b8f5b8b245fe46348e7743cf01d323f927e32bd7a98dfdfc83b2866df15)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 98a13067d..667fdd064 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -296,7 +296,8 @@

  • france2.fr:generation-quoi
  • FranceCulture
  • FranceInter
  • -
  • francetv: France 2, 3, 4, 5 and Ô
  • +
  • FranceTV
  • +
  • FranceTVEmbed
  • francetvinfo.fr
  • Freesound
  • freespeech.org
  • @@ -545,6 +546,7 @@
  • NJPWWorld: 新日本プロレスワールド
  • NobelPrize
  • Noco
  • +
  • NonkTube
  • Noovo
  • Normalboots
  • NosVideo
  • @@ -617,7 +619,6 @@
  • pluralsight
  • pluralsight:course
  • plus.google: Google Plus
  • -
  • pluzz.francetv.fr
  • podomatic
  • Pokemon
  • PolskieRadio
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index b4b0b9948..40b25f1fc 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.05.07 \ No newline at end of file +2017.05.09 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 0433e341e..860a0f2e4 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 - 2017-05-07T04:53:22.022862Z + 2017-05-09T04:22:26.445884Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11645,4 +11645,19 @@ 2017-05-07T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.05.09 + New version 2017.05.09 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.05.09/ +
    +
    + + The youtube-dl maintainers + + 2017-05-09T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 9f94aa24f..b242ac0fc 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.05.07", - "signature": "8f657ac1d29f6a620f380485f70551322ccf4d2740514956afef7e2550d56ca6aa8dbfc238fa1749b612bddb416e2a3ebba19c5e6c73019e6fd5901423463eea4cb38dfca1072c6bb1deb102167b594b2603f9e5cdb4d779ed161adb014a4fe788906fa792f5f19045c6db34057df6ef80d1ff77fd2056c4839ef33544cb3eea", + "latest": "2017.05.09", + "signature": "7ec2cce5857855501d9c208c2c0cf064fd95248e71061a896e9f2012bc051c28d4b0ea2ad2b473e20f3efad9debde2cd1c2eb2819b8f62e40c1f73c1a866a95de0b5869656ba98e46411e1ca858b10eb686fa36ceec3572f8d4e5c41fd7b66460e99350787e97031030a3bf4832fb81fb33d7152dc87520d7eecdfbcf991a668", "versions": { "2012.02.22": { "bin": [ @@ -10871,6 +10871,20 @@ "https://yt-dl.org/downloads/2017.05.07/youtube-dl-2017.05.07.tar.gz", "45308c76b5e49b657ec7fa23b6b09e4d832355b54c86da79f09586b9664f6be0" ] + }, + "2017.05.09": { + "bin": [ + "https://yt-dl.org/downloads/2017.05.09/youtube-dl", + "c44449fd252b7d770f82098ad3bb2b867a22a58cfb44da28c32b942e8da20a23" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.05.09/youtube-dl.exe", + "cd3b0c33212b2e340faa494f0a4ee9e8c48333026737a99f6061e2ca44da1135" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.05.09/youtube-dl-2017.05.09.tar.gz", + "b9af1b8f5b8b245fe46348e7743cf01d323f927e32bd7a98dfdfc83b2866df15" + ] } } } \ No newline at end of file From 48fb22678c67eb949150f4ce63e3d1ce6a90cd07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 14 May 2017 07:40:21 +0700 Subject: [PATCH 075/121] release 2017.05.14 --- download.html | 10 +++++----- supportedsites.html | 4 ++++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 42 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index ad5358636..5a77d43d8 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.

    -

    2017.05.09 (sig)

    +

    2017.05.14 (sig)

    -

    SHA256: c44449fd252b7d770f82098ad3bb2b867a22a58cfb44da28c32b942e8da20a23

    +

    SHA256: ad9e717b87020fea25f03939040787dff7607975967f364cc26562f082dff753

    - Windows exe (sig - SHA256 cd3b0c33212b2e340faa494f0a4ee9e8c48333026737a99f6061e2ca44da1135)
    - Full source + docs + binary tarball (sig - SHA256 b9af1b8f5b8b245fe46348e7743cf01d323f927e32bd7a98dfdfc83b2866df15) + Windows exe (sig - SHA256 9083dfd487093ff2e6af27fbb903807a582fa9434c90ba9413153234cd852fba)
    + Full source + docs + binary tarball (sig - SHA256 363e8f16752dfc35730351d3ead56ebd34ffa394864f7aa00ebf07d6ec5e8793)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 667fdd064..cdcdf13f2 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -231,6 +231,7 @@

  • DiscoveryVR
  • Disney
  • Dotsub
  • +
  • DouyuShow
  • DouyuTV: 斗鱼
  • DPlay
  • DPlayIt
  • @@ -448,6 +449,7 @@
  • MDR: MDR.DE and KiKA
  • media.ccc.de
  • Medialaan
  • +
  • Mediaset
  • Medici
  • Meipai: 美拍
  • MelonVOD
  • @@ -876,6 +878,8 @@
  • uol.com.br
  • uplynk
  • uplynk:preplay
  • +
  • Upskill
  • +
  • UpskillCourse
  • Urort: NRK P3 Urørt
  • URPlay
  • USANetwork
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 40b25f1fc..037ad35f7 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.05.09 \ No newline at end of file +2017.05.14 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 860a0f2e4..a52a2aa6d 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 - 2017-05-09T04:22:26.445884Z + 2017-05-14T07:40:17.066204Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11660,4 +11660,19 @@ 2017-05-09T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.05.14 + New version 2017.05.14 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.05.14/ +
    +
    + + The youtube-dl maintainers + + 2017-05-14T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index b242ac0fc..51b252306 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.05.09", - "signature": "7ec2cce5857855501d9c208c2c0cf064fd95248e71061a896e9f2012bc051c28d4b0ea2ad2b473e20f3efad9debde2cd1c2eb2819b8f62e40c1f73c1a866a95de0b5869656ba98e46411e1ca858b10eb686fa36ceec3572f8d4e5c41fd7b66460e99350787e97031030a3bf4832fb81fb33d7152dc87520d7eecdfbcf991a668", + "latest": "2017.05.14", + "signature": "500facebc84a2ce6d7e8e6b06fa96d5a6fa3a6c21f0caafdf524cf56ff9d98990a25c13f6aec4f52d2ea09fb60d10acec5778909a07230f4bd1adc699fd42fa41238ef9118e2b7838454f5cf115ed86ede54e154da5821f04d05f29e54f0a0aeed57fc88eff085248a27cda92749aedd8015cf1b73fb03f5fd9a2ff02ddb3464", "versions": { "2012.02.22": { "bin": [ @@ -10885,6 +10885,20 @@ "https://yt-dl.org/downloads/2017.05.09/youtube-dl-2017.05.09.tar.gz", "b9af1b8f5b8b245fe46348e7743cf01d323f927e32bd7a98dfdfc83b2866df15" ] + }, + "2017.05.14": { + "bin": [ + "https://yt-dl.org/downloads/2017.05.14/youtube-dl", + "ad9e717b87020fea25f03939040787dff7607975967f364cc26562f082dff753" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.05.14/youtube-dl.exe", + "9083dfd487093ff2e6af27fbb903807a582fa9434c90ba9413153234cd852fba" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.05.14/youtube-dl-2017.05.14.tar.gz", + "363e8f16752dfc35730351d3ead56ebd34ffa394864f7aa00ebf07d6ec5e8793" + ] } } } \ No newline at end of file From 3b2623455baf24f281cc9f5509d15eaf544c2056 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Thu, 18 May 2017 22:36:12 +0700 Subject: [PATCH 076/121] release 2017.05.18 --- download.html | 10 +++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 38 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 5a77d43d8..d84c414dd 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.

    -

    2017.05.14 (sig)

    +

    2017.05.18 (sig)

    -

    SHA256: ad9e717b87020fea25f03939040787dff7607975967f364cc26562f082dff753

    +

    SHA256: e27f8a478950503abbbd98d029e093ea7a13cacb674adee7c009a5886e30cb67

    - Windows exe (sig - SHA256 9083dfd487093ff2e6af27fbb903807a582fa9434c90ba9413153234cd852fba)
    - Full source + docs + binary tarball (sig - SHA256 363e8f16752dfc35730351d3ead56ebd34ffa394864f7aa00ebf07d6ec5e8793) + Windows exe (sig - SHA256 95d6e5da6d023f779f3f7f631bbdc9a1761d24b211e492e4d2ffa017dbd1972c)
    + Full source + docs + binary tarball (sig - SHA256 433c4ac9199c01251bd7504eedbbeaccdca932725196706a65476ec916cd2ded)

    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 037ad35f7..bdcd205ab 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.05.14 \ No newline at end of file +2017.05.18 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index a52a2aa6d..1cb97219e 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 - 2017-05-14T07:40:17.066204Z + 2017-05-18T22:36:07.437223Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11675,4 +11675,19 @@ 2017-05-14T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.05.18 + New version 2017.05.18 + + +

    + Downloads available at https://yt-dl.org/downloads/2017.05.18/ +
    + + + The youtube-dl maintainers + + 2017-05-18T00:00:00Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 51b252306..d488d763a 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.05.14", - "signature": "500facebc84a2ce6d7e8e6b06fa96d5a6fa3a6c21f0caafdf524cf56ff9d98990a25c13f6aec4f52d2ea09fb60d10acec5778909a07230f4bd1adc699fd42fa41238ef9118e2b7838454f5cf115ed86ede54e154da5821f04d05f29e54f0a0aeed57fc88eff085248a27cda92749aedd8015cf1b73fb03f5fd9a2ff02ddb3464", + "latest": "2017.05.18", + "signature": "3b21026b1070def3cbc9afe3cd999b42eca81ea31bc10ed2e6a91a230c4c0dbbf6f40f480db99a07a66084a5a11c21a56a3d33d9d0ce5744e6ef2f08eea6fffb48610cef1e84947552c0199af6a5254b1ec19159e1683829e12df7029672d6210024287aafc0ae3ab2974d6be5f5e8a361a1d6651c8f2b424714440159b6e92f", "versions": { "2012.02.22": { "bin": [ @@ -10899,6 +10899,20 @@ "https://yt-dl.org/downloads/2017.05.14/youtube-dl-2017.05.14.tar.gz", "363e8f16752dfc35730351d3ead56ebd34ffa394864f7aa00ebf07d6ec5e8793" ] + }, + "2017.05.18": { + "bin": [ + "https://yt-dl.org/downloads/2017.05.18/youtube-dl", + "e27f8a478950503abbbd98d029e093ea7a13cacb674adee7c009a5886e30cb67" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.05.18/youtube-dl.exe", + "95d6e5da6d023f779f3f7f631bbdc9a1761d24b211e492e4d2ffa017dbd1972c" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.05.18/youtube-dl-2017.05.18.tar.gz", + "433c4ac9199c01251bd7504eedbbeaccdca932725196706a65476ec916cd2ded" + ] } } } \ No newline at end of file From bf10513151a017e0564f2a6b03f834757b2dbff2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Thu, 18 May 2017 23:01:39 +0700 Subject: [PATCH 077/121] release 2017.05.18.1 --- download.html | 10 +++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 38 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index d84c414dd..58927e8a9 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.

    -

    2017.05.18 (sig)

    +

    2017.05.18.1 (sig)

    -

    SHA256: e27f8a478950503abbbd98d029e093ea7a13cacb674adee7c009a5886e30cb67

    +

    SHA256: 98fefa499475beb8a7cf82207e00ff2e43d97540afdfc7450fd23055912c5b76

    - Windows exe (sig - SHA256 95d6e5da6d023f779f3f7f631bbdc9a1761d24b211e492e4d2ffa017dbd1972c)
    - Full source + docs + binary tarball (sig - SHA256 433c4ac9199c01251bd7504eedbbeaccdca932725196706a65476ec916cd2ded) + Windows exe (sig - SHA256 00cd87c079255e083d4f55338bdf410c31a487c1e78d75b6ecf0a19d91662116)
    + Full source + docs + binary tarball (sig - SHA256 549f0ff6400bf0db966f4f2bec7fcf102ae9aff2e044c649c1dcdbd90f6fa299)

    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 bdcd205ab..05df0a4fe 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.05.18 \ No newline at end of file +2017.05.18.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 1cb97219e..9b86d22a1 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 - 2017-05-18T22:36:07.437223Z + 2017-05-18T23:01:30.383104Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11690,4 +11690,19 @@ 2017-05-18T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.05.18.1 + New version 2017.05.18.1 + + +

    + Downloads available at https://yt-dl.org/downloads/2017.05.18.1/ +
    + + + The youtube-dl maintainers + + 2017-05-18T00:00:01Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index d488d763a..738b07600 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.05.18", - "signature": "3b21026b1070def3cbc9afe3cd999b42eca81ea31bc10ed2e6a91a230c4c0dbbf6f40f480db99a07a66084a5a11c21a56a3d33d9d0ce5744e6ef2f08eea6fffb48610cef1e84947552c0199af6a5254b1ec19159e1683829e12df7029672d6210024287aafc0ae3ab2974d6be5f5e8a361a1d6651c8f2b424714440159b6e92f", + "latest": "2017.05.18.1", + "signature": "959ca9b18d371d25b8d0c9bcdd5350dda32c791e0b9773915a63e7b27d926e5a96c8fdfc902efc28ed4533636f66b4d844d42138cfad6b79e98fe472db1abdc66f54b5dfa7657f3a1905ecfca0e1f20d93802e940c903840b1a78d0b0b39b0741d6a224cb53da8da771d0797a79afbab7d9a62c98ed591ff02d2680b9a0d0046", "versions": { "2012.02.22": { "bin": [ @@ -10913,6 +10913,20 @@ "https://yt-dl.org/downloads/2017.05.18/youtube-dl-2017.05.18.tar.gz", "433c4ac9199c01251bd7504eedbbeaccdca932725196706a65476ec916cd2ded" ] + }, + "2017.05.18.1": { + "bin": [ + "https://yt-dl.org/downloads/2017.05.18.1/youtube-dl", + "98fefa499475beb8a7cf82207e00ff2e43d97540afdfc7450fd23055912c5b76" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.05.18.1/youtube-dl.exe", + "00cd87c079255e083d4f55338bdf410c31a487c1e78d75b6ecf0a19d91662116" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.05.18.1/youtube-dl-2017.05.18.1.tar.gz", + "549f0ff6400bf0db966f4f2bec7fcf102ae9aff2e044c649c1dcdbd90f6fa299" + ] } } } \ No newline at end of file From 5f170b1bda0576720bb8dd55bc497121eed93948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Tue, 23 May 2017 00:19:45 +0700 Subject: [PATCH 078/121] release 2017.05.23 --- download.html | 10 +++++----- supportedsites.html | 2 +- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 39 insertions(+), 10 deletions(-) diff --git a/download.html b/download.html index 58927e8a9..05980fd6f 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.

    -

    2017.05.18.1 (sig)

    +

    2017.05.23 (sig)

    -

    SHA256: 98fefa499475beb8a7cf82207e00ff2e43d97540afdfc7450fd23055912c5b76

    +

    SHA256: 3e1923fa8d1df928355fb4c2b2175734eaefae2bd291080f06dcd75d2ad0023b

    - Windows exe (sig - SHA256 00cd87c079255e083d4f55338bdf410c31a487c1e78d75b6ecf0a19d91662116)
    - Full source + docs + binary tarball (sig - SHA256 549f0ff6400bf0db966f4f2bec7fcf102ae9aff2e044c649c1dcdbd90f6fa299) + Windows exe (sig - SHA256 fc41f34a2e7804db012abb476aa473a8c63cd6c8690e75067234cef70b1ebf20)
    + Full source + docs + binary tarball (sig - SHA256 8dc76390c1651950b9332651438e0169140369cf721f77fd88285ca4246342d9)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index cdcdf13f2..4536ae90f 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -818,7 +818,7 @@

  • ToonGoggles
  • Tosh: Tosh.0
  • tou.tv
  • -
  • Toypics: Toypics user profile
  • +
  • Toypics: Toypics video
  • ToypicsUser: Toypics user profile
  • TrailerAddict (Currently broken)
  • Trilulilu
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 05df0a4fe..77e610178 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.05.18.1 \ No newline at end of file +2017.05.23 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 9b86d22a1..1f0143a6b 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 - 2017-05-18T23:01:30.383104Z + 2017-05-23T00:19:40.680673Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11705,4 +11705,19 @@ 2017-05-18T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.05.23 + New version 2017.05.23 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.05.23/ +
    +
    + + The youtube-dl maintainers + + 2017-05-23T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 738b07600..398d9dac0 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.05.18.1", - "signature": "959ca9b18d371d25b8d0c9bcdd5350dda32c791e0b9773915a63e7b27d926e5a96c8fdfc902efc28ed4533636f66b4d844d42138cfad6b79e98fe472db1abdc66f54b5dfa7657f3a1905ecfca0e1f20d93802e940c903840b1a78d0b0b39b0741d6a224cb53da8da771d0797a79afbab7d9a62c98ed591ff02d2680b9a0d0046", + "latest": "2017.05.23", + "signature": "787e7aacf19773f366f2edbb6a66d3add9460f01370d0ddb686762def615f08b8c7f52f99068a7fbfd0ac425bd1c680a70780e7de7d750c727d47a9ae499149867829c092eb77e54b5024200a58fd480bd5b188869d95040426152f79fd0773a8f17e1a676487f97a2ce73a1e1d972c1b951d56ff0055086a681b70f03423c13", "versions": { "2012.02.22": { "bin": [ @@ -10927,6 +10927,20 @@ "https://yt-dl.org/downloads/2017.05.18.1/youtube-dl-2017.05.18.1.tar.gz", "549f0ff6400bf0db966f4f2bec7fcf102ae9aff2e044c649c1dcdbd90f6fa299" ] + }, + "2017.05.23": { + "bin": [ + "https://yt-dl.org/downloads/2017.05.23/youtube-dl", + "3e1923fa8d1df928355fb4c2b2175734eaefae2bd291080f06dcd75d2ad0023b" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.05.23/youtube-dl.exe", + "fc41f34a2e7804db012abb476aa473a8c63cd6c8690e75067234cef70b1ebf20" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.05.23/youtube-dl-2017.05.23.tar.gz", + "8dc76390c1651950b9332651438e0169140369cf721f77fd88285ca4246342d9" + ] } } } \ No newline at end of file From 2742d23142616ae209c1c9f8475471319efecd16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Fri, 26 May 2017 22:47:49 +0700 Subject: [PATCH 079/121] release 2017.05.26 --- download.html | 10 +++++----- supportedsites.html | 3 --- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 38 insertions(+), 12 deletions(-) diff --git a/download.html b/download.html index 05980fd6f..7017af796 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.

    -

    2017.05.23 (sig)

    +

    2017.05.26 (sig)

    -

    SHA256: 3e1923fa8d1df928355fb4c2b2175734eaefae2bd291080f06dcd75d2ad0023b

    +

    SHA256: 160d4685d1be37833c96ea27676514316586b9d8cc111de39bf1e53a68aa4512

    - Windows exe (sig - SHA256 fc41f34a2e7804db012abb476aa473a8c63cd6c8690e75067234cef70b1ebf20)
    - Full source + docs + binary tarball (sig - SHA256 8dc76390c1651950b9332651438e0169140369cf721f77fd88285ca4246342d9) + Windows exe (sig - SHA256 e4eee204002bf8e6ffa3dfd6597b72210dc5d0ba7aed07761ab7476506e4073c)
    + Full source + docs + binary tarball (sig - SHA256 811e7dcf3aea5f27aa5ad854285fbae519ff537541a440c52a872045ae36fcf2)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 4536ae90f..1fb9db41d 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -825,9 +825,6 @@

  • TruTV
  • Tube8
  • TubiTv
  • -
  • tudou
  • -
  • tudou:album
  • -
  • tudou:playlist
  • Tumblr
  • tunein:clip
  • tunein:program
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 77e610178..98e8f04e5 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.05.23 \ No newline at end of file +2017.05.26 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 1f0143a6b..01bd8c0bc 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 - 2017-05-23T00:19:40.680673Z + 2017-05-26T22:47:44.454108Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11720,4 +11720,19 @@ 2017-05-23T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.05.26 + New version 2017.05.26 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.05.26/ +
    +
    + + The youtube-dl maintainers + + 2017-05-26T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 398d9dac0..ac263c60a 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.05.23", - "signature": "787e7aacf19773f366f2edbb6a66d3add9460f01370d0ddb686762def615f08b8c7f52f99068a7fbfd0ac425bd1c680a70780e7de7d750c727d47a9ae499149867829c092eb77e54b5024200a58fd480bd5b188869d95040426152f79fd0773a8f17e1a676487f97a2ce73a1e1d972c1b951d56ff0055086a681b70f03423c13", + "latest": "2017.05.26", + "signature": "122787dcd819d576bd00e84f5f5c69fa8079b277e2b452799e0c8dbffab0ef2a3a87fcd30859296e9d3d995f7bb1bc6e12ed1c7238ac510ffe5f88276d57e58e27b5e276c25aff254f55ffb46426f36cb724df068aad36039476f6a9e72b948d5dbb7cdbf75700fd91ef19a4102c49cd6615099a6ecca66eafba93e9d2e54e75", "versions": { "2012.02.22": { "bin": [ @@ -10941,6 +10941,20 @@ "https://yt-dl.org/downloads/2017.05.23/youtube-dl-2017.05.23.tar.gz", "8dc76390c1651950b9332651438e0169140369cf721f77fd88285ca4246342d9" ] + }, + "2017.05.26": { + "bin": [ + "https://yt-dl.org/downloads/2017.05.26/youtube-dl", + "160d4685d1be37833c96ea27676514316586b9d8cc111de39bf1e53a68aa4512" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.05.26/youtube-dl.exe", + "e4eee204002bf8e6ffa3dfd6597b72210dc5d0ba7aed07761ab7476506e4073c" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.05.26/youtube-dl-2017.05.26.tar.gz", + "811e7dcf3aea5f27aa5ad854285fbae519ff537541a440c52a872045ae36fcf2" + ] } } } \ No newline at end of file From 76f8048076d5ca806cdb489dd8f2d015718122d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Mon, 29 May 2017 00:43:56 +0700 Subject: [PATCH 080/121] release 2017.05.29 --- download.html | 10 +++++----- supportedsites.html | 3 ++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 40 insertions(+), 10 deletions(-) diff --git a/download.html b/download.html index 7017af796..203136ea8 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.

    -

    2017.05.26 (sig)

    +

    2017.05.29 (sig)

    -

    SHA256: 160d4685d1be37833c96ea27676514316586b9d8cc111de39bf1e53a68aa4512

    +

    SHA256: 65dd36dbbbe19fd2a86f4152d4e129d0b931f44d1be4f8ccc16fcd4e47be5226

    - Windows exe (sig - SHA256 e4eee204002bf8e6ffa3dfd6597b72210dc5d0ba7aed07761ab7476506e4073c)
    - Full source + docs + binary tarball (sig - SHA256 811e7dcf3aea5f27aa5ad854285fbae519ff537541a440c52a872045ae36fcf2) + Windows exe (sig - SHA256 7faf6bc95683c2004ab9be91b822bae18043f21fc96535af523fcc2932bd9730)
    + Full source + docs + binary tarball (sig - SHA256 3da77e06c4e01d5cffb953c867c391af1655dc5e782e6c764ca3730e0904f087)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 1fb9db41d..c1be1b57e 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -108,7 +108,6 @@

  • bbc.co.uk:article: BBC articles
  • bbc.co.uk:iplayer:playlist
  • bbc.co.uk:playlist
  • -
  • Beam:live
  • Beatport
  • Beeg
  • BehindKink
  • @@ -468,6 +467,8 @@
  • mixcloud:playlist
  • mixcloud:stream
  • mixcloud:user
  • +
  • Mixer:live
  • +
  • Mixer:vod
  • MLB
  • Mnet
  • MoeVideo: LetitBit video services: moevideo.net, playreplay.net and videochart.net
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 98e8f04e5..fe0406621 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.05.26 \ No newline at end of file +2017.05.29 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 01bd8c0bc..6ccc15dda 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 - 2017-05-26T22:47:44.454108Z + 2017-05-29T00:43:51.623664Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11735,4 +11735,19 @@ 2017-05-26T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.05.29 + New version 2017.05.29 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.05.29/ +
    +
    + + The youtube-dl maintainers + + 2017-05-29T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index ac263c60a..ee549708e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.05.26", - "signature": "122787dcd819d576bd00e84f5f5c69fa8079b277e2b452799e0c8dbffab0ef2a3a87fcd30859296e9d3d995f7bb1bc6e12ed1c7238ac510ffe5f88276d57e58e27b5e276c25aff254f55ffb46426f36cb724df068aad36039476f6a9e72b948d5dbb7cdbf75700fd91ef19a4102c49cd6615099a6ecca66eafba93e9d2e54e75", + "latest": "2017.05.29", + "signature": "63ddacbbbfa7fccd04f3dc2a3713223aea7dbabfdc88cbd46b28ae16a0ad8fb14d6ca53f3559db609b56ea9d8a87207c8306ade59d605cfb58a2e747deb940d34ad7c5c9a798b6cd6f20afdd34af5a907b09a2a79fcb2b0c283ae821d289abc36ce586314a9dc15c069501c76d930a8cd769f93cfb6c23003247d53fcb9af922", "versions": { "2012.02.22": { "bin": [ @@ -10955,6 +10955,20 @@ "https://yt-dl.org/downloads/2017.05.26/youtube-dl-2017.05.26.tar.gz", "811e7dcf3aea5f27aa5ad854285fbae519ff537541a440c52a872045ae36fcf2" ] + }, + "2017.05.29": { + "bin": [ + "https://yt-dl.org/downloads/2017.05.29/youtube-dl", + "65dd36dbbbe19fd2a86f4152d4e129d0b931f44d1be4f8ccc16fcd4e47be5226" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.05.29/youtube-dl.exe", + "7faf6bc95683c2004ab9be91b822bae18043f21fc96535af523fcc2932bd9730" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.05.29/youtube-dl-2017.05.29.tar.gz", + "3da77e06c4e01d5cffb953c867c391af1655dc5e782e6c764ca3730e0904f087" + ] } } } \ No newline at end of file From 4096a0d66fc3400938072cce7e93bcfd2ceec020 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Mon, 5 Jun 2017 00:49:58 +0700 Subject: [PATCH 081/121] release 2017.06.05 --- download.html | 10 +++++----- supportedsites.html | 2 +- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 39 insertions(+), 10 deletions(-) diff --git a/download.html b/download.html index 203136ea8..9b17b7060 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.

    -

    2017.05.29 (sig)

    +

    2017.06.05 (sig)

    -

    SHA256: 65dd36dbbbe19fd2a86f4152d4e129d0b931f44d1be4f8ccc16fcd4e47be5226

    +

    SHA256: da201714bd5cce697de184835a33496bfec9025fb3e51e6a89134065326e0c4d

    - Windows exe (sig - SHA256 7faf6bc95683c2004ab9be91b822bae18043f21fc96535af523fcc2932bd9730)
    - Full source + docs + binary tarball (sig - SHA256 3da77e06c4e01d5cffb953c867c391af1655dc5e782e6c764ca3730e0904f087) + Windows exe (sig - SHA256 3bffc225052d321decefb442dc5b52ec916d628b5e58d10291ad082fd7a8bffc)
    + Full source + docs + binary tarball (sig - SHA256 b54ca848490285909d0830c04c19376c2d78da74d8de0056387b11ba34234e8c)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index c1be1b57e..9b6e81609 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -102,6 +102,7 @@

  • bambuser:channel
  • Bandcamp
  • Bandcamp:album
  • +
  • Bandcamp:weekly
  • bangumi.bilibili.com: BiliBili番剧
  • bbc: BBC
  • bbc.co.uk: BBC iPlayer
  • @@ -325,7 +326,6 @@
  • Go
  • Go90
  • GodTube
  • -
  • GodTV
  • Golem
  • GoogleDrive
  • Goshgay
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index fe0406621..895784971 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.05.29 \ No newline at end of file +2017.06.05 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 6ccc15dda..505afccd5 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 - 2017-05-29T00:43:51.623664Z + 2017-06-05T00:49:52.786287Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11750,4 +11750,19 @@ 2017-05-29T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.06.05 + New version 2017.06.05 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.06.05/ +
    +
    + + The youtube-dl maintainers + + 2017-06-05T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index ee549708e..58976e9b5 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.05.29", - "signature": "63ddacbbbfa7fccd04f3dc2a3713223aea7dbabfdc88cbd46b28ae16a0ad8fb14d6ca53f3559db609b56ea9d8a87207c8306ade59d605cfb58a2e747deb940d34ad7c5c9a798b6cd6f20afdd34af5a907b09a2a79fcb2b0c283ae821d289abc36ce586314a9dc15c069501c76d930a8cd769f93cfb6c23003247d53fcb9af922", + "latest": "2017.06.05", + "signature": "6bb9767a385d0209ab662337f02295c88327854cb998e7496e02009c4fd14230a2a3cb2ec439ebfd10258da6de39bd750854f6f302768e7b437af0203c8ce51678a917dac758f5e7e33efa2d690c9a24a4d5488a17d9ed1fcaa9ca1c35f4385ecd9cc692be4a37f9a5f017b0afd8bee9535a31a3605c1abd2a76bf90724a78fc", "versions": { "2012.02.22": { "bin": [ @@ -10969,6 +10969,20 @@ "https://yt-dl.org/downloads/2017.05.29/youtube-dl-2017.05.29.tar.gz", "3da77e06c4e01d5cffb953c867c391af1655dc5e782e6c764ca3730e0904f087" ] + }, + "2017.06.05": { + "bin": [ + "https://yt-dl.org/downloads/2017.06.05/youtube-dl", + "da201714bd5cce697de184835a33496bfec9025fb3e51e6a89134065326e0c4d" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.06.05/youtube-dl.exe", + "3bffc225052d321decefb442dc5b52ec916d628b5e58d10291ad082fd7a8bffc" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.06.05/youtube-dl-2017.06.05.tar.gz", + "b54ca848490285909d0830c04c19376c2d78da74d8de0056387b11ba34234e8c" + ] } } } \ No newline at end of file From dccd806cb38e1b0d26d0b8994a3c09294497186a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Mon, 12 Jun 2017 02:25:02 +0700 Subject: [PATCH 082/121] release 2017.06.12 --- download.html | 10 +++++----- supportedsites.html | 3 ++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 40 insertions(+), 10 deletions(-) diff --git a/download.html b/download.html index 9b17b7060..26d7bc7f3 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.

    -

    2017.06.05 (sig)

    +

    2017.06.12 (sig)

    -

    SHA256: da201714bd5cce697de184835a33496bfec9025fb3e51e6a89134065326e0c4d

    +

    SHA256: 842d4b139343f3cf23ef1f9aaf651c8aa34e36f675fe45b16d50e960e71ee027

    - Windows exe (sig - SHA256 3bffc225052d321decefb442dc5b52ec916d628b5e58d10291ad082fd7a8bffc)
    - Full source + docs + binary tarball (sig - SHA256 b54ca848490285909d0830c04c19376c2d78da74d8de0056387b11ba34234e8c) + Windows exe (sig - SHA256 ac064273a21a45df8d28f6d882a921cd85671a890adea7c347a345e396e6d9f3)
    + Full source + docs + binary tarball (sig - SHA256 3cacd4aaaffd07eecd54eaea84b2a0537df3e5fc7bd5cd3bc96fa34dc8438ddc)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 9b6e81609..793434074 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -527,6 +527,7 @@

  • netease:song: 网易云音乐
  • Netzkino
  • Newgrounds
  • +
  • NewgroundsPlaylist
  • Newstube
  • NextMedia: 蘋果日報
  • NextMediaActionNews: 蘋果日報 - 動新聞
  • @@ -989,7 +990,7 @@
  • WSJArticle
  • XBef
  • XboxClips
  • -
  • XFileShare: XFileShare based sites: DaClips, FileHoot, GorillaVid, MovPod, PowerWatch, Rapidvideo.ws, TheVideoBee, Vidto, Streamin.To, XVIDSTAGE, Vid ABC, VidBom, vidlo
  • +
  • XFileShare: XFileShare based sites: DaClips, FileHoot, GorillaVid, MovPod, PowerWatch, Rapidvideo.ws, TheVideoBee, Vidto, Streamin.To, XVIDSTAGE, Vid ABC, VidBom, vidlo, RapidVideo.TV
  • XHamster
  • XHamsterEmbed
  • xiami:album: 虾米音乐 - 专辑
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 895784971..7d15e1a39 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.06.05 \ No newline at end of file +2017.06.12 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 505afccd5..137689774 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 - 2017-06-05T00:49:52.786287Z + 2017-06-12T02:24:57.290497Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11765,4 +11765,19 @@ 2017-06-05T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.06.12 + New version 2017.06.12 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.06.12/ +
    +
    + + The youtube-dl maintainers + + 2017-06-12T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 58976e9b5..10aa140c5 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.06.05", - "signature": "6bb9767a385d0209ab662337f02295c88327854cb998e7496e02009c4fd14230a2a3cb2ec439ebfd10258da6de39bd750854f6f302768e7b437af0203c8ce51678a917dac758f5e7e33efa2d690c9a24a4d5488a17d9ed1fcaa9ca1c35f4385ecd9cc692be4a37f9a5f017b0afd8bee9535a31a3605c1abd2a76bf90724a78fc", + "latest": "2017.06.12", + "signature": "977516837d4ac894da8cede99f310b1f0d58be66567455e7af38c7977ad7f2d69ef374658a90fd4f935dd032d43c15aa9b3b9283dc07a9638b99b691d7be15798b9968418f437e9416461a2941301117dcf91492ccbca80dbec6d72fcc30ff3aef753490aa01ed2a046eb85a98d8ac8a36bffa038a5f68caa002ed8bee300a7e", "versions": { "2012.02.22": { "bin": [ @@ -10983,6 +10983,20 @@ "https://yt-dl.org/downloads/2017.06.05/youtube-dl-2017.06.05.tar.gz", "b54ca848490285909d0830c04c19376c2d78da74d8de0056387b11ba34234e8c" ] + }, + "2017.06.12": { + "bin": [ + "https://yt-dl.org/downloads/2017.06.12/youtube-dl", + "842d4b139343f3cf23ef1f9aaf651c8aa34e36f675fe45b16d50e960e71ee027" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.06.12/youtube-dl.exe", + "ac064273a21a45df8d28f6d882a921cd85671a890adea7c347a345e396e6d9f3" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.06.12/youtube-dl-2017.06.12.tar.gz", + "3cacd4aaaffd07eecd54eaea84b2a0537df3e5fc7bd5cd3bc96fa34dc8438ddc" + ] } } } \ No newline at end of file From dcfd9d7a45006faa2b399ea1d50ddafb18b7c0c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 18 Jun 2017 00:18:41 +0700 Subject: [PATCH 083/121] release 2017.06.18 --- download.html | 10 +++++----- supportedsites.html | 2 +- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 39 insertions(+), 10 deletions(-) diff --git a/download.html b/download.html index 26d7bc7f3..5189c0873 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.

    -

    2017.06.12 (sig)

    +

    2017.06.18 (sig)

    -

    SHA256: 842d4b139343f3cf23ef1f9aaf651c8aa34e36f675fe45b16d50e960e71ee027

    +

    SHA256: 254e4a1bfed50d1bda380c747077176da534c2ba8911f91b7827c2f7c9c67995

    - Windows exe (sig - SHA256 ac064273a21a45df8d28f6d882a921cd85671a890adea7c347a345e396e6d9f3)
    - Full source + docs + binary tarball (sig - SHA256 3cacd4aaaffd07eecd54eaea84b2a0537df3e5fc7bd5cd3bc96fa34dc8438ddc) + Windows exe (sig - SHA256 a9d97ed93f0fd6a207b19f9c12f7dbbe24db56327708a533e327393fe9a97829)
    + Full source + docs + binary tarball (sig - SHA256 f53d32c2ca64bb7bf2307666b42c88fa68dcc399f6a92ebed01b8693794e5f99)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 793434074..cdc9dd1aa 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -990,7 +990,7 @@

  • WSJArticle
  • XBef
  • XboxClips
  • -
  • XFileShare: XFileShare based sites: DaClips, FileHoot, GorillaVid, MovPod, PowerWatch, Rapidvideo.ws, TheVideoBee, Vidto, Streamin.To, XVIDSTAGE, Vid ABC, VidBom, vidlo, RapidVideo.TV
  • +
  • XFileShare: XFileShare based sites: DaClips, FileHoot, GorillaVid, MovPod, PowerWatch, Rapidvideo.ws, TheVideoBee, Vidto, Streamin.To, XVIDSTAGE, Vid ABC, VidBom, vidlo, RapidVideo.TV, FastVideo.me
  • XHamster
  • XHamsterEmbed
  • xiami:album: 虾米音乐 - 专辑
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 7d15e1a39..3b220a901 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.06.12 \ No newline at end of file +2017.06.18 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 137689774..cadc11c03 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 - 2017-06-12T02:24:57.290497Z + 2017-06-18T00:18:35.613587Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11780,4 +11780,19 @@ 2017-06-12T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.06.18 + New version 2017.06.18 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.06.18/ +
    +
    + + The youtube-dl maintainers + + 2017-06-18T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 10aa140c5..633e90149 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.06.12", - "signature": "977516837d4ac894da8cede99f310b1f0d58be66567455e7af38c7977ad7f2d69ef374658a90fd4f935dd032d43c15aa9b3b9283dc07a9638b99b691d7be15798b9968418f437e9416461a2941301117dcf91492ccbca80dbec6d72fcc30ff3aef753490aa01ed2a046eb85a98d8ac8a36bffa038a5f68caa002ed8bee300a7e", + "latest": "2017.06.18", + "signature": "6da0528ec5174c7790253b29573522bb2515eeae92bcd18438c12455137121aecfacdc1a0857e25052832483bfcdaca0e709716502d8a9c6cc52a6187417c93e8169ffe72295eeb527f2e89ec32f5fe8b238be5350baa9093978415c304c98f1c1570a483c284fa750dc069954caeb66b975700937aba47b555cbf6753fc89d6", "versions": { "2012.02.22": { "bin": [ @@ -10997,6 +10997,20 @@ "https://yt-dl.org/downloads/2017.06.12/youtube-dl-2017.06.12.tar.gz", "3cacd4aaaffd07eecd54eaea84b2a0537df3e5fc7bd5cd3bc96fa34dc8438ddc" ] + }, + "2017.06.18": { + "bin": [ + "https://yt-dl.org/downloads/2017.06.18/youtube-dl", + "254e4a1bfed50d1bda380c747077176da534c2ba8911f91b7827c2f7c9c67995" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.06.18/youtube-dl.exe", + "a9d97ed93f0fd6a207b19f9c12f7dbbe24db56327708a533e327393fe9a97829" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.06.18/youtube-dl-2017.06.18.tar.gz", + "f53d32c2ca64bb7bf2307666b42c88fa68dcc399f6a92ebed01b8693794e5f99" + ] } } } \ No newline at end of file From 78844ace397de211bf47407e77af61debb1e0f16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Fri, 23 Jun 2017 02:15:01 +0700 Subject: [PATCH 084/121] release 2017.06.23 --- download.html | 10 +++++----- supportedsites.html | 3 +++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 41 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 5189c0873..fbe523a94 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.

    -

    2017.06.18 (sig)

    +

    2017.06.23 (sig)

    -

    SHA256: 254e4a1bfed50d1bda380c747077176da534c2ba8911f91b7827c2f7c9c67995

    +

    SHA256: 29543309c45cba7ed62402bd2d2fcd7b97af9d3a54edcf462ef22d23e4f3b58e

    - Windows exe (sig - SHA256 a9d97ed93f0fd6a207b19f9c12f7dbbe24db56327708a533e327393fe9a97829)
    - Full source + docs + binary tarball (sig - SHA256 f53d32c2ca64bb7bf2307666b42c88fa68dcc399f6a92ebed01b8693794e5f99) + Windows exe (sig - SHA256 4176125736a472d5184dab66a946ea99225d45c1ab21272208ce4b361d8e9d4a)
    + Full source + docs + binary tarball (sig - SHA256 632109900e84619471c1c578688ec0a93834275be80ed98434ddd598cc0ca127)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index cdc9dd1aa..99c907db8 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -82,6 +82,8 @@

  • arte.tv:info
  • arte.tv:magazine
  • arte.tv:playlist
  • +
  • AsianCrush
  • +
  • AsianCrushPlaylist
  • AtresPlayer
  • ATTTechChannel
  • ATVAt
  • @@ -701,6 +703,7 @@
  • rutube:person: Rutube person videos
  • RUTV: RUTV.RU
  • Ruutu
  • +
  • Ruv
  • safari: safaribooksonline.com online video
  • safari:api
  • safari:course: safaribooksonline.com online courses
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 3b220a901..5eeeca9aa 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.06.18 \ No newline at end of file +2017.06.23 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index cadc11c03..be1eac2c1 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 - 2017-06-18T00:18:35.613587Z + 2017-06-23T02:14:56.352025Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11795,4 +11795,19 @@ 2017-06-18T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.06.23 + New version 2017.06.23 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.06.23/ +
    +
    + + The youtube-dl maintainers + + 2017-06-23T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 633e90149..d647f0c7b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.06.18", - "signature": "6da0528ec5174c7790253b29573522bb2515eeae92bcd18438c12455137121aecfacdc1a0857e25052832483bfcdaca0e709716502d8a9c6cc52a6187417c93e8169ffe72295eeb527f2e89ec32f5fe8b238be5350baa9093978415c304c98f1c1570a483c284fa750dc069954caeb66b975700937aba47b555cbf6753fc89d6", + "latest": "2017.06.23", + "signature": "16cd9daf9c83e02e6d89a5c4a54d8a241c6fb46e94eac71bc63551cfd4828999aa4c253812f82e87bf8b0b18758c7b3365b2087444e31e9dfe2f5b545508180a99775c42d115537316bed3913c5ebff2bffed31c1c9466d5ba4b38a63e2e7746288857c222eee7621c9a2d0a43b33566d29c85a6819376c4740d2f0966c1cb97", "versions": { "2012.02.22": { "bin": [ @@ -11011,6 +11011,20 @@ "https://yt-dl.org/downloads/2017.06.18/youtube-dl-2017.06.18.tar.gz", "f53d32c2ca64bb7bf2307666b42c88fa68dcc399f6a92ebed01b8693794e5f99" ] + }, + "2017.06.23": { + "bin": [ + "https://yt-dl.org/downloads/2017.06.23/youtube-dl", + "29543309c45cba7ed62402bd2d2fcd7b97af9d3a54edcf462ef22d23e4f3b58e" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.06.23/youtube-dl.exe", + "4176125736a472d5184dab66a946ea99225d45c1ab21272208ce4b361d8e9d4a" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.06.23/youtube-dl-2017.06.23.tar.gz", + "632109900e84619471c1c578688ec0a93834275be80ed98434ddd598cc0ca127" + ] } } } \ No newline at end of file From 4dcb6bc04a572735f4e8838a7636bf819a762286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 25 Jun 2017 05:17:55 +0700 Subject: [PATCH 085/121] release 2017.06.25 --- download.html | 10 +++++----- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 39 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index fbe523a94..8de003d16 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.

    -

    2017.06.23 (sig)

    +

    2017.06.25 (sig)

    -

    SHA256: 29543309c45cba7ed62402bd2d2fcd7b97af9d3a54edcf462ef22d23e4f3b58e

    +

    SHA256: 9cce42f5b31a9acc254d0b1224a3d413ab779f846b308b81976eef8c5a57136c

    - Windows exe (sig - SHA256 4176125736a472d5184dab66a946ea99225d45c1ab21272208ce4b361d8e9d4a)
    - Full source + docs + binary tarball (sig - SHA256 632109900e84619471c1c578688ec0a93834275be80ed98434ddd598cc0ca127) + Windows exe (sig - SHA256 4265e6df884979a2b1f0c4649f15434f6e546d3ccb417e29e3759e2d421c3df2)
    + Full source + docs + binary tarball (sig - SHA256 0531958d4dc10f0fae7960a4c8d08d17fe57acf79719a76387d765c382809f59)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 99c907db8..7ba05f685 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -659,6 +659,7 @@

  • RadioJavan
  • Rai
  • RaiPlay
  • +
  • RaiPlayLive
  • RBMARadio
  • RDS: RDS.ca
  • RedBullTV
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 5eeeca9aa..be3906996 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.06.23 \ No newline at end of file +2017.06.25 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index be1eac2c1..4859dc131 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 - 2017-06-23T02:14:56.352025Z + 2017-06-25T05:17:49.998951Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11810,4 +11810,19 @@ 2017-06-23T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.06.25 + New version 2017.06.25 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.06.25/ +
    +
    + + The youtube-dl maintainers + + 2017-06-25T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index d647f0c7b..c914d84b8 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.06.23", - "signature": "16cd9daf9c83e02e6d89a5c4a54d8a241c6fb46e94eac71bc63551cfd4828999aa4c253812f82e87bf8b0b18758c7b3365b2087444e31e9dfe2f5b545508180a99775c42d115537316bed3913c5ebff2bffed31c1c9466d5ba4b38a63e2e7746288857c222eee7621c9a2d0a43b33566d29c85a6819376c4740d2f0966c1cb97", + "latest": "2017.06.25", + "signature": "0d7fa51ddc3e8a64d9d9cc711bdb9161d6e10d2d73d8de4ca76c010eff8e85363b6b20835b21d5c06494a99ba907d884fbdc35d995621e3658750740ade96bf6da4fe2628a1706a8f8cf6eb5df05e583ffffb997fa3cf98fadf57998f7773d408a1df3d9f6e5c4cc12333525299241ef444b2b213554952df25fea6fb73bd590", "versions": { "2012.02.22": { "bin": [ @@ -11025,6 +11025,20 @@ "https://yt-dl.org/downloads/2017.06.23/youtube-dl-2017.06.23.tar.gz", "632109900e84619471c1c578688ec0a93834275be80ed98434ddd598cc0ca127" ] + }, + "2017.06.25": { + "bin": [ + "https://yt-dl.org/downloads/2017.06.25/youtube-dl", + "9cce42f5b31a9acc254d0b1224a3d413ab779f846b308b81976eef8c5a57136c" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.06.25/youtube-dl.exe", + "4265e6df884979a2b1f0c4649f15434f6e546d3ccb417e29e3759e2d421c3df2" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.06.25/youtube-dl-2017.06.25.tar.gz", + "0531958d4dc10f0fae7960a4c8d08d17fe57acf79719a76387d765c382809f59" + ] } } } \ No newline at end of file From d0cd4e653b86d86ad3d5ad0e697fa2c1f1a79cc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 2 Jul 2017 20:18:56 +0700 Subject: [PATCH 086/121] release 2017.07.02 --- download.html | 10 +++++----- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 39 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 8de003d16..c352ae2c0 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.

    -

    2017.06.25 (sig)

    +

    2017.07.02 (sig)

    -

    SHA256: 9cce42f5b31a9acc254d0b1224a3d413ab779f846b308b81976eef8c5a57136c

    +

    SHA256: 6e374ea904bfeebefe57e3b6251b643b95917e8751880918e91d80fe71ba2c24

    - Windows exe (sig - SHA256 4265e6df884979a2b1f0c4649f15434f6e546d3ccb417e29e3759e2d421c3df2)
    - Full source + docs + binary tarball (sig - SHA256 0531958d4dc10f0fae7960a4c8d08d17fe57acf79719a76387d765c382809f59) + Windows exe (sig - SHA256 d5a74a3aae836a01272eff5623253537d0eb7786d745695bb5316bd273418218)
    + Full source + docs + binary tarball (sig - SHA256 5b8b11c932ddbc346e2188f0e3a4c0ab8203b1b749f8ea9b212e10d34fa20168)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 7ba05f685..9e175fcd3 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -783,6 +783,7 @@

  • Tagesschau
  • tagesschau:player
  • Tass
  • +
  • TastyTrade
  • TBS
  • TDSLifeway
  • teachertube: teachertube.com videos
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index be3906996..ef9ae6235 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.06.25 \ No newline at end of file +2017.07.02 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 4859dc131..674e6cd1e 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 - 2017-06-25T05:17:49.998951Z + 2017-07-02T20:18:51.150920Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11825,4 +11825,19 @@ 2017-06-25T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.07.02 + New version 2017.07.02 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.07.02/ +
    +
    + + The youtube-dl maintainers + + 2017-07-02T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index c914d84b8..95a3172ac 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.06.25", - "signature": "0d7fa51ddc3e8a64d9d9cc711bdb9161d6e10d2d73d8de4ca76c010eff8e85363b6b20835b21d5c06494a99ba907d884fbdc35d995621e3658750740ade96bf6da4fe2628a1706a8f8cf6eb5df05e583ffffb997fa3cf98fadf57998f7773d408a1df3d9f6e5c4cc12333525299241ef444b2b213554952df25fea6fb73bd590", + "latest": "2017.07.02", + "signature": "81f65bd9c6197b3ad3696288b1bdf45547b03bf1c6f59855a4e43cac2b92deb6eda3ee543478fc3017ba63ab2cb7619af3bd7733b7faf028d7de7f2bdcf63d4060e6c94bfc8688eb527de62980aa610aa2a0a44b0f7c2926c110603962ea232fb65f1c4f30a0519ffd419ec299875b2ad9a842ad809cd70969c5f6b9d30adc33", "versions": { "2012.02.22": { "bin": [ @@ -11039,6 +11039,20 @@ "https://yt-dl.org/downloads/2017.06.25/youtube-dl-2017.06.25.tar.gz", "0531958d4dc10f0fae7960a4c8d08d17fe57acf79719a76387d765c382809f59" ] + }, + "2017.07.02": { + "bin": [ + "https://yt-dl.org/downloads/2017.07.02/youtube-dl", + "6e374ea904bfeebefe57e3b6251b643b95917e8751880918e91d80fe71ba2c24" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.07.02/youtube-dl.exe", + "d5a74a3aae836a01272eff5623253537d0eb7786d745695bb5316bd273418218" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.07.02/youtube-dl-2017.07.02.tar.gz", + "5b8b11c932ddbc346e2188f0e3a4c0ab8203b1b749f8ea9b212e10d34fa20168" + ] } } } \ No newline at end of file From 2baebebe4a647b90848befde6d46e764c4853a8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 9 Jul 2017 20:18:41 +0700 Subject: [PATCH 087/121] release 2017.07.09 --- download.html | 10 +++++----- supportedsites.html | 3 ++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 40 insertions(+), 10 deletions(-) diff --git a/download.html b/download.html index c352ae2c0..b6cb45fb9 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.

    -

    2017.07.02 (sig)

    +

    2017.07.09 (sig)

    -

    SHA256: 6e374ea904bfeebefe57e3b6251b643b95917e8751880918e91d80fe71ba2c24

    +

    SHA256: 2393d85557efc95010b1283cc4550639c43f5fe873989fd6eaff111ee51339cc

    - Windows exe (sig - SHA256 d5a74a3aae836a01272eff5623253537d0eb7786d745695bb5316bd273418218)
    - Full source + docs + binary tarball (sig - SHA256 5b8b11c932ddbc346e2188f0e3a4c0ab8203b1b749f8ea9b212e10d34fa20168) + Windows exe (sig - SHA256 6b37a566e9f5726b1af5626c5ce912bbc5070502659e5017e83393f09a3670c9)
    + Full source + docs + binary tarball (sig - SHA256 422d33644be3a7e14b947f5095089a5289cce4786b8d134a2fbe4c2bfc72195e)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 9e175fcd3..1d9fcc209 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -169,6 +169,7 @@

  • chirbit
  • chirbit:profile
  • Cinchcast
  • +
  • CJSW
  • Clipfish
  • cliphunter
  • ClipRs
  • @@ -384,6 +385,7 @@
  • Jamendo
  • JamendoAlbum
  • JeuxVideo
  • +
  • Joj
  • Jove
  • jpopsuki.tv
  • JWPlatform
  • @@ -1011,7 +1013,6 @@
  • XVideos
  • XXXYMovies
  • Yahoo: Yahoo screen and movies
  • -
  • Yam: 蕃薯藤yam天空部落
  • yandexmusic:album: Яндекс.Музыка - Альбом
  • yandexmusic:playlist: Яндекс.Музыка - Плейлист
  • yandexmusic:track: Яндекс.Музыка - Трек
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index ef9ae6235..2fbe3c0a7 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.07.02 \ No newline at end of file +2017.07.09 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 674e6cd1e..427a23218 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 - 2017-07-02T20:18:51.150920Z + 2017-07-09T20:18:35.018284Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11840,4 +11840,19 @@ 2017-07-02T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.07.09 + New version 2017.07.09 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.07.09/ +
    +
    + + The youtube-dl maintainers + + 2017-07-09T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 95a3172ac..61aafac3a 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.07.02", - "signature": "81f65bd9c6197b3ad3696288b1bdf45547b03bf1c6f59855a4e43cac2b92deb6eda3ee543478fc3017ba63ab2cb7619af3bd7733b7faf028d7de7f2bdcf63d4060e6c94bfc8688eb527de62980aa610aa2a0a44b0f7c2926c110603962ea232fb65f1c4f30a0519ffd419ec299875b2ad9a842ad809cd70969c5f6b9d30adc33", + "latest": "2017.07.09", + "signature": "761a9ecec284f8419fdfc79a99625378e1d3b14b8113cbd3fb786573a64d3b3f24a99e39a7da59e03dd57ca966e6b79b395edb8725c882364aac5115601f6935a5b975a77d4abbdf3a38a6b0e3389f2345b29e6ddb7a91f6ec30704ec19ca86dafa8c02c4df4fdf8efd0a7de809b7ed5f6f7fc955aa52b1b066f2506ead0f821", "versions": { "2012.02.22": { "bin": [ @@ -11053,6 +11053,20 @@ "https://yt-dl.org/downloads/2017.07.02/youtube-dl-2017.07.02.tar.gz", "5b8b11c932ddbc346e2188f0e3a4c0ab8203b1b749f8ea9b212e10d34fa20168" ] + }, + "2017.07.09": { + "bin": [ + "https://yt-dl.org/downloads/2017.07.09/youtube-dl", + "2393d85557efc95010b1283cc4550639c43f5fe873989fd6eaff111ee51339cc" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.07.09/youtube-dl.exe", + "6b37a566e9f5726b1af5626c5ce912bbc5070502659e5017e83393f09a3670c9" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.07.09/youtube-dl-2017.07.09.tar.gz", + "422d33644be3a7e14b947f5095089a5289cce4786b8d134a2fbe4c2bfc72195e" + ] } } } \ No newline at end of file From 3979f9d91b903c8aced8eec5893c4a8d5e57e9f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sat, 15 Jul 2017 07:25:53 +0700 Subject: [PATCH 088/121] Actualize about page --- about.html | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/about.html b/about.html index 4f42ec0f8..41b426020 100644 --- a/about.html +++ b/about.html @@ -21,23 +21,28 @@

    Core team:

    -

    Many other people contributing patches, code, ideas and kind messages. Too many to be listed here. You know who you are. Thank you very much.

    +

    Core team (inactive):

    + + + +

    Many other people contributing patches, code, ideas and kind messages. Too many to be listed here. You know who you are. Thank you very much.

    Creative Commons License
    -Copyright © 2006-2017 Ricardo Garcia Gonzalez
    +Copyright © 2006-2016 Ricardo Garcia Gonzalez From 234fc749eb1acea036449f064cff4b7f771949a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sat, 15 Jul 2017 07:38:20 +0700 Subject: [PATCH 089/121] release 2017.07.15 --- about.html | 2 +- download.html | 10 +++++----- supportedsites.html | 2 ++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 6 files changed, 41 insertions(+), 10 deletions(-) diff --git a/about.html b/about.html index 41b426020..678c9867a 100644 --- a/about.html +++ b/about.html @@ -43,6 +43,6 @@ Creative Commons License
    -Copyright © 2006-2016 Ricardo Garcia Gonzalez +Copyright © 2006-2017 Ricardo Garcia Gonzalez diff --git a/download.html b/download.html index b6cb45fb9..02438490f 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.

    -

    2017.07.09 (sig)

    +

    2017.07.15 (sig)

    -

    SHA256: 2393d85557efc95010b1283cc4550639c43f5fe873989fd6eaff111ee51339cc

    +

    SHA256: a23b13763328b2bbf6a2575413c43caaeee87ffa5405091a98b600b6efaf8dbc

    - Windows exe (sig - SHA256 6b37a566e9f5726b1af5626c5ce912bbc5070502659e5017e83393f09a3670c9)
    - Full source + docs + binary tarball (sig - SHA256 422d33644be3a7e14b947f5095089a5289cce4786b8d134a2fbe4c2bfc72195e) + Windows exe (sig - SHA256 c0396d47480d7c9a14464a8e51e79993f88bd76d6bcfdb11312efd0d88f3c5c7)
    + Full source + docs + binary tarball (sig - SHA256 665905606b61cad2f4ac945823722c3bf951f3003f5a24506aea690f4189b5ca)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 1d9fcc209..a09fc79e9 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -536,6 +536,7 @@

  • NextMedia: 蘋果日報
  • NextMediaActionNews: 蘋果日報 - 動新聞
  • NextTV: 壹電視
  • +
  • Nexx
  • nfb: National Film Board of Canada
  • nfl.com
  • NhkVod
  • @@ -957,6 +958,7 @@
  • vk:wallpost
  • vlive
  • vlive:channel
  • +
  • vlive:playlist
  • Vodlocker
  • VODPl
  • VODPlatform
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 2fbe3c0a7..f6546c430 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.07.09 \ No newline at end of file +2017.07.15 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 427a23218..8da20b70a 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 - 2017-07-09T20:18:35.018284Z + 2017-07-15T07:38:10.432512Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11855,4 +11855,19 @@ 2017-07-09T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.07.15 + New version 2017.07.15 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.07.15/ +
    +
    + + The youtube-dl maintainers + + 2017-07-15T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 61aafac3a..fa714af0b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.07.09", - "signature": "761a9ecec284f8419fdfc79a99625378e1d3b14b8113cbd3fb786573a64d3b3f24a99e39a7da59e03dd57ca966e6b79b395edb8725c882364aac5115601f6935a5b975a77d4abbdf3a38a6b0e3389f2345b29e6ddb7a91f6ec30704ec19ca86dafa8c02c4df4fdf8efd0a7de809b7ed5f6f7fc955aa52b1b066f2506ead0f821", + "latest": "2017.07.15", + "signature": "2dcd0a08a9cd545464d23bb6199e18e3c624403595a864b9fdcca2f029fd998976a9ce3bd6c6f2cf1171c0b99c91f6ef8838d81c42e5ac8d720ecf9799c91b3aab068c7420d12e406af3be4523a09e2ade8c05761ae4688f2cef810bbba446c664c939779f833faa0df8419a72b485bfa535a67408a704987cb1cdb3e770f054", "versions": { "2012.02.22": { "bin": [ @@ -11067,6 +11067,20 @@ "https://yt-dl.org/downloads/2017.07.09/youtube-dl-2017.07.09.tar.gz", "422d33644be3a7e14b947f5095089a5289cce4786b8d134a2fbe4c2bfc72195e" ] + }, + "2017.07.15": { + "bin": [ + "https://yt-dl.org/downloads/2017.07.15/youtube-dl", + "a23b13763328b2bbf6a2575413c43caaeee87ffa5405091a98b600b6efaf8dbc" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.07.15/youtube-dl.exe", + "c0396d47480d7c9a14464a8e51e79993f88bd76d6bcfdb11312efd0d88f3c5c7" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.07.15/youtube-dl-2017.07.15.tar.gz", + "665905606b61cad2f4ac945823722c3bf951f3003f5a24506aea690f4189b5ca" + ] } } } \ No newline at end of file From 551e77c1cd1c1108b9ee978b8747c15005de1fe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 23 Jul 2017 01:10:58 +0700 Subject: [PATCH 090/121] release 2017.07.23 --- download.html | 10 +++++----- supportedsites.html | 13 ++++++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 46 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index 02438490f..33d1e2b34 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.

    -

    2017.07.15 (sig)

    +

    2017.07.23 (sig)

    -

    SHA256: a23b13763328b2bbf6a2575413c43caaeee87ffa5405091a98b600b6efaf8dbc

    +

    SHA256: 9d1685555e6f97c120958e91418bb286ab7cd8382436d9579ed268a3ee1ec404

    - Windows exe (sig - SHA256 c0396d47480d7c9a14464a8e51e79993f88bd76d6bcfdb11312efd0d88f3c5c7)
    - Full source + docs + binary tarball (sig - SHA256 665905606b61cad2f4ac945823722c3bf951f3003f5a24506aea690f4189b5ca) + Windows exe (sig - SHA256 5b7a20b7111e45648810ab9f6b6bb0d798e03d1fab64aaf9de9a04e003b38bb2)
    + Full source + docs + binary tarball (sig - SHA256 950068234d9af63168bf1c53961638b78766d5f83f227d1e3f699d8e4f8d1241)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index a09fc79e9..bf857f6f8 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -57,7 +57,7 @@

  • Allocine
  • AlphaPorno
  • AMCNetworks
  • -
  • anderetijden: npo.nl and ntr.nl
  • +
  • anderetijden: npo.nl, ntr.nl, omroepwnl.nl, zapp.nl and npo3.nl
  • AnimeOnDemand
  • anitube.se
  • Anvato
  • @@ -253,6 +253,7 @@
  • EbaumsWorld
  • EchoMsk
  • egghead:course: egghead.io course
  • +
  • egghead:lesson: egghead.io lesson
  • eHow
  • Einthusan
  • eitb.tv
  • @@ -537,6 +538,7 @@
  • NextMediaActionNews: 蘋果日報 - 動新聞
  • NextTV: 壹電視
  • Nexx
  • +
  • NexxEmbed
  • nfb: National Film Board of Canada
  • nfl.com
  • NhkVod
  • @@ -567,7 +569,7 @@
  • NowTVList
  • nowvideo: NowVideo
  • Noz
  • -
  • npo: npo.nl and ntr.nl
  • +
  • npo: npo.nl, ntr.nl, omroepwnl.nl, zapp.nl and npo3.nl
  • npo.nl:live
  • npo.nl:radio
  • npo.nl:radio:fragment
  • @@ -611,6 +613,7 @@
  • Patreon
  • pbs: Public Broadcasting Service (PBS) and member stations: PBS: Public Broadcasting Service, APT - Alabama Public Television (WBIQ), GPB/Georgia Public Broadcasting (WGTV), Mississippi Public Broadcasting (WMPN), Nashville Public Television (WNPT), WFSU-TV (WFSU), WSRE (WSRE), WTCI (WTCI), WPBA/Channel 30 (WPBA), Alaska Public Media (KAKM), Arizona PBS (KAET), KNME-TV/Channel 5 (KNME), Vegas PBS (KLVX), AETN/ARKANSAS ETV NETWORK (KETS), KET (WKLE), WKNO/Channel 10 (WKNO), LPB/LOUISIANA PUBLIC BROADCASTING (WLPB), OETA (KETA), Ozarks Public Television (KOZK), WSIU Public Broadcasting (WSIU), KEET TV (KEET), KIXE/Channel 9 (KIXE), KPBS San Diego (KPBS), KQED (KQED), KVIE Public Television (KVIE), PBS SoCal/KOCE (KOCE), ValleyPBS (KVPT), CONNECTICUT PUBLIC TELEVISION (WEDH), KNPB Channel 5 (KNPB), SOPTV (KSYS), Rocky Mountain PBS (KRMA), KENW-TV3 (KENW), KUED Channel 7 (KUED), Wyoming PBS (KCWC), Colorado Public Television / KBDI 12 (KBDI), KBYU-TV (KBYU), Thirteen/WNET New York (WNET), WGBH/Channel 2 (WGBH), WGBY (WGBY), NJTV Public Media NJ (WNJT), WLIW21 (WLIW), mpt/Maryland Public Television (WMPB), WETA Television and Radio (WETA), WHYY (WHYY), PBS 39 (WLVT), WVPT - Your Source for PBS and More! (WVPT), Howard University Television (WHUT), WEDU PBS (WEDU), WGCU Public Media (WGCU), WPBT2 (WPBT), WUCF TV (WUCF), WUFT/Channel 5 (WUFT), WXEL/Channel 42 (WXEL), WLRN/Channel 17 (WLRN), WUSF Public Broadcasting (WUSF), ETV (WRLK), UNC-TV (WUNC), PBS Hawaii - Oceanic Cable Channel 10 (KHET), Idaho Public Television (KAID), KSPS (KSPS), OPB (KOPB), KWSU/Channel 10 & KTNW/Channel 31 (KWSU), WILL-TV (WILL), Network Knowledge - WSEC/Springfield (WSEC), WTTW11 (WTTW), Iowa Public Television/IPTV (KDIN), Nine Network (KETC), PBS39 Fort Wayne (WFWA), WFYI Indianapolis (WFYI), Milwaukee Public Television (WMVS), WNIN (WNIN), WNIT Public Television (WNIT), WPT (WPNE), WVUT/Channel 22 (WVUT), WEIU/Channel 51 (WEIU), WQPT-TV (WQPT), WYCC PBS Chicago (WYCC), WIPB-TV (WIPB), WTIU (WTIU), CET (WCET), ThinkTVNetwork (WPTD), WBGU-TV (WBGU), WGVU TV (WGVU), NET1 (KUON), Pioneer Public Television (KWCM), SDPB Television (KUSD), TPT (KTCA), KSMQ (KSMQ), KPTS/Channel 8 (KPTS), KTWU/Channel 11 (KTWU), East Tennessee PBS (WSJK), WCTE-TV (WCTE), WLJT, Channel 11 (WLJT), WOSU TV (WOSU), WOUB/WOUC (WOUB), WVPB (WVPB), WKYU-PBS (WKYU), KERA 13 (KERA), MPBN (WCBB), Mountain Lake PBS (WCFE), NHPTV (WENH), Vermont PBS (WETK), witf (WITF), WQED Multimedia (WQED), WMHT Educational Telecommunications (WMHT), Q-TV (WDCQ), WTVS Detroit Public TV (WTVS), CMU Public Television (WCMU), WKAR-TV (WKAR), WNMU-TV Public TV 13 (WNMU), WDSE - WRPT (WDSE), WGTE TV (WGTE), Lakeland Public Television (KAWE), KMOS-TV - Channels 6.1, 6.2 and 6.3 (KMOS), MontanaPBS (KUSM), KRWG/Channel 22 (KRWG), KACV (KACV), KCOS/Channel 13 (KCOS), WCNY/Channel 24 (WCNY), WNED (WNED), WPBS (WPBS), WSKG Public TV (WSKG), WXXI (WXXI), WPSU (WPSU), WVIA Public Media Studios (WVIA), WTVI (WTVI), Western Reserve PBS (WNEO), WVIZ/PBS ideastream (WVIZ), KCTS 9 (KCTS), Basin PBS (KPBT), KUHT / Channel 8 (KUHT), KLRN (KLRN), KLRU (KLRU), WTJX Channel 12 (WTJX), WCVE PBS (WCVE), KBTC Public Television (KBTC)
  • pcmag
  • +
  • PearVideo
  • People
  • periscope: Periscope
  • periscope:user: Periscope user videos
  • @@ -787,7 +790,7 @@
  • tagesschau:player
  • Tass
  • TastyTrade
  • -
  • TBS
  • +
  • TBS (Currently broken)
  • TDSLifeway
  • teachertube: teachertube.com videos
  • teachertube:user:collection: teachertube.com user and collection videos
  • @@ -965,7 +968,7 @@
  • VoiceRepublic
  • VoxMedia
  • Vporn
  • -
  • vpro: npo.nl and ntr.nl
  • +
  • vpro: npo.nl, ntr.nl, omroepwnl.nl, zapp.nl and npo3.nl
  • Vrak
  • VRT: deredactie.be, sporza.be, cobra.be and cobra.canvas.be
  • vrv
  • @@ -991,7 +994,7 @@
  • wholecloud: WholeCloud
  • Wimp
  • Wistia
  • -
  • wnl: npo.nl and ntr.nl
  • +
  • wnl: npo.nl, ntr.nl, omroepwnl.nl, zapp.nl and npo3.nl
  • WorldStarHipHop
  • wrzuta.pl
  • wrzuta.pl:playlist
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index f6546c430..e36b0b294 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.07.15 \ No newline at end of file +2017.07.23 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 8da20b70a..e0972cf37 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 - 2017-07-15T07:38:10.432512Z + 2017-07-23T01:10:53.398567Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11870,4 +11870,19 @@ 2017-07-15T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.07.23 + New version 2017.07.23 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.07.23/ +
    +
    + + The youtube-dl maintainers + + 2017-07-23T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index fa714af0b..e0548f77f 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.07.15", - "signature": "2dcd0a08a9cd545464d23bb6199e18e3c624403595a864b9fdcca2f029fd998976a9ce3bd6c6f2cf1171c0b99c91f6ef8838d81c42e5ac8d720ecf9799c91b3aab068c7420d12e406af3be4523a09e2ade8c05761ae4688f2cef810bbba446c664c939779f833faa0df8419a72b485bfa535a67408a704987cb1cdb3e770f054", + "latest": "2017.07.23", + "signature": "192759150b303ec9d142d35aede4b2413f417819490fee5ca78824bec2d80a5e248fac32370cae97339ebac4480a81de5cb440e8ddebe207a3a131f480957a57355636f26a8ffcdfc39ecd0a651abdec4842f9fb8f560519a70c82dd874cc1fbf58c1c4bc3ced22b2c318f38d990f7c5bd9ba80e648ae244b384aaf9220a7f50", "versions": { "2012.02.22": { "bin": [ @@ -11081,6 +11081,20 @@ "https://yt-dl.org/downloads/2017.07.15/youtube-dl-2017.07.15.tar.gz", "665905606b61cad2f4ac945823722c3bf951f3003f5a24506aea690f4189b5ca" ] + }, + "2017.07.23": { + "bin": [ + "https://yt-dl.org/downloads/2017.07.23/youtube-dl", + "9d1685555e6f97c120958e91418bb286ab7cd8382436d9579ed268a3ee1ec404" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.07.23/youtube-dl.exe", + "5b7a20b7111e45648810ab9f6b6bb0d798e03d1fab64aaf9de9a04e003b38bb2" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.07.23/youtube-dl-2017.07.23.tar.gz", + "950068234d9af63168bf1c53961638b78766d5f83f227d1e3f699d8e4f8d1241" + ] } } } \ No newline at end of file From f502243adb0a3061f37dc3c6068f8268eb8d15e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 30 Jul 2017 20:49:10 +0700 Subject: [PATCH 091/121] release 2017.07.30.1 --- download.html | 10 +++++----- supportedsites.html | 6 +++++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 10 deletions(-) diff --git a/download.html b/download.html index 33d1e2b34..2398f5dbf 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.

    -

    2017.07.23 (sig)

    +

    2017.07.30.1 (sig)

    -

    SHA256: 9d1685555e6f97c120958e91418bb286ab7cd8382436d9579ed268a3ee1ec404

    +

    SHA256: 5f7530b173e35f4193d308cb0e6b63647a29311f6c3fb6865c49675cc10458a3

    - Windows exe (sig - SHA256 5b7a20b7111e45648810ab9f6b6bb0d798e03d1fab64aaf9de9a04e003b38bb2)
    - Full source + docs + binary tarball (sig - SHA256 950068234d9af63168bf1c53961638b78766d5f83f227d1e3f699d8e4f8d1241) + Windows exe (sig - SHA256 2534437a5d3ea07818a9bc997eb3e2c435591a20ec20c614181abbd9e86001ff)
    + Full source + docs + binary tarball (sig - SHA256 4701c7533cced9b10d281031e0f7a95a60e5d38e5a4fd368b410c16e402b36d4)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index bf857f6f8..2ee4ec5e5 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -170,7 +170,6 @@

  • chirbit:profile
  • Cinchcast
  • CJSW
  • -
  • Clipfish
  • cliphunter
  • ClipRs
  • Clipsyndicate
  • @@ -455,6 +454,7 @@
  • Medialaan
  • Mediaset
  • Medici
  • +
  • megaphone.fm: megaphone.fm embedded players
  • Meipai: 美拍
  • MelonVOD
  • META
  • @@ -548,6 +548,7 @@
  • nhl.com:videocenter:category: NHL videocenter category
  • nick.com
  • nick.de
  • +
  • nickelodeonru
  • nicknight
  • niconico: ニコニコ動画
  • NiconicoPlaylist
  • @@ -749,6 +750,7 @@
  • soundcloud:playlist
  • soundcloud:search: Soundcloud search
  • soundcloud:set
  • +
  • soundcloud:trackstation
  • soundcloud:user
  • soundgasm
  • soundgasm:profile
  • @@ -983,6 +985,7 @@
  • washingtonpost
  • washingtonpost:article
  • wat.tv
  • +
  • WatchBox
  • WatchIndianPorn: Watch Indian Porn
  • WDR
  • wdr:mobile
  • @@ -1018,6 +1021,7 @@
  • XVideos
  • XXXYMovies
  • Yahoo: Yahoo screen and movies
  • +
  • YandexDisk
  • yandexmusic:album: Яндекс.Музыка - Альбом
  • yandexmusic:playlist: Яндекс.Музыка - Плейлист
  • yandexmusic:track: Яндекс.Музыка - Трек
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index e36b0b294..33cc71427 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.07.23 \ No newline at end of file +2017.07.30.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index e0972cf37..cd3ed520f 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 - 2017-07-23T01:10:53.398567Z + 2017-07-30T20:49:04.997839Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11885,4 +11885,19 @@ 2017-07-23T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.07.30.1 + New version 2017.07.30.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.07.30.1/ +
    +
    + + The youtube-dl maintainers + + 2017-07-30T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index e0548f77f..80b575010 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.07.23", - "signature": "192759150b303ec9d142d35aede4b2413f417819490fee5ca78824bec2d80a5e248fac32370cae97339ebac4480a81de5cb440e8ddebe207a3a131f480957a57355636f26a8ffcdfc39ecd0a651abdec4842f9fb8f560519a70c82dd874cc1fbf58c1c4bc3ced22b2c318f38d990f7c5bd9ba80e648ae244b384aaf9220a7f50", + "latest": "2017.07.30.1", + "signature": "50bd505ba491550a9d8dbff98faccfd561d3eabad663c505979df3a489e6891c8263253d6440252d79e0dd4e29d71ec4abebb4f93cc9e6583d0ffa9f75f13cd09ac63f360e7556780549733a564d9a432f9b456fbe88c58b1b55ce088926ed82e3caa60463a7686b008e0a4db11e0d58989cfc50cad54d44de6b6f0ae4079c67", "versions": { "2012.02.22": { "bin": [ @@ -11095,6 +11095,20 @@ "https://yt-dl.org/downloads/2017.07.23/youtube-dl-2017.07.23.tar.gz", "950068234d9af63168bf1c53961638b78766d5f83f227d1e3f699d8e4f8d1241" ] + }, + "2017.07.30.1": { + "bin": [ + "https://yt-dl.org/downloads/2017.07.30.1/youtube-dl", + "5f7530b173e35f4193d308cb0e6b63647a29311f6c3fb6865c49675cc10458a3" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.07.30.1/youtube-dl.exe", + "2534437a5d3ea07818a9bc997eb3e2c435591a20ec20c614181abbd9e86001ff" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.07.30.1/youtube-dl-2017.07.30.1.tar.gz", + "4701c7533cced9b10d281031e0f7a95a60e5d38e5a4fd368b410c16e402b36d4" + ] } } } \ No newline at end of file From 3f7778cff532cd67fe101d21d09854b8448d4e90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 6 Aug 2017 09:07:41 +0700 Subject: [PATCH 092/121] release 2017.08.06 --- download.html | 10 +++++----- supportedsites.html | 3 +-- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 39 insertions(+), 11 deletions(-) diff --git a/download.html b/download.html index 2398f5dbf..3c5faf4c3 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.

    -

    2017.07.30.1 (sig)

    +

    2017.08.06 (sig)

    -

    SHA256: 5f7530b173e35f4193d308cb0e6b63647a29311f6c3fb6865c49675cc10458a3

    +

    SHA256: b9d8ab79ee2605e3b12fc0abc291e5d8d97c086395c34e21817b5f104215cd13

    - Windows exe (sig - SHA256 2534437a5d3ea07818a9bc997eb3e2c435591a20ec20c614181abbd9e86001ff)
    - Full source + docs + binary tarball (sig - SHA256 4701c7533cced9b10d281031e0f7a95a60e5d38e5a4fd368b410c16e402b36d4) + Windows exe (sig - SHA256 5f1ca10085ea072858d083196c3dc08eb8a10e64ff44686a85d44a490f2d7063)
    + Full source + docs + binary tarball (sig - SHA256 95c7e6d7ee9990701c6191223334fce966404b86f7b28e94c570b2c0856aaeed)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 2ee4ec5e5..79871d10d 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -487,7 +487,6 @@

  • MovieFap
  • Moviezine
  • MovingImage
  • -
  • MPORA
  • MSN
  • mtg: MTG services
  • mtv
  • @@ -798,7 +797,6 @@
  • teachertube:user:collection: teachertube.com user and collection videos
  • TeachingChannel
  • Teamcoco
  • -
  • TeamFourStar
  • TechTalks
  • techtv.mit.edu
  • ted
  • @@ -968,6 +966,7 @@
  • VODPl
  • VODPlatform
  • VoiceRepublic
  • +
  • Voot
  • VoxMedia
  • Vporn
  • vpro: npo.nl, ntr.nl, omroepwnl.nl, zapp.nl and npo3.nl
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 33cc71427..6e9f0f84a 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.07.30.1 \ No newline at end of file +2017.08.06 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index cd3ed520f..08e85ada3 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 - 2017-07-30T20:49:04.997839Z + 2017-08-06T09:07:36.428025Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11900,4 +11900,19 @@ 2017-07-30T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.08.06 + New version 2017.08.06 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.08.06/ +
    +
    + + The youtube-dl maintainers + + 2017-08-06T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 80b575010..086789517 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.07.30.1", - "signature": "50bd505ba491550a9d8dbff98faccfd561d3eabad663c505979df3a489e6891c8263253d6440252d79e0dd4e29d71ec4abebb4f93cc9e6583d0ffa9f75f13cd09ac63f360e7556780549733a564d9a432f9b456fbe88c58b1b55ce088926ed82e3caa60463a7686b008e0a4db11e0d58989cfc50cad54d44de6b6f0ae4079c67", + "latest": "2017.08.06", + "signature": "203ab82803500ddd43c18c7b79376d7c887cab892bd5b31d952f31fdd98107172969d8e94b3b7260d610910ca931215bc0586ecedab876f7e8a11b143a85b583073d99d76c2b263371310fdff41ca5ec0db4a35c7388ebfa0d922b036bac8432f1623ff781cfd755c0d8fd8a35f7cdf53e1dcdcac410862ceb5259c46d257c3d", "versions": { "2012.02.22": { "bin": [ @@ -11109,6 +11109,20 @@ "https://yt-dl.org/downloads/2017.07.30.1/youtube-dl-2017.07.30.1.tar.gz", "4701c7533cced9b10d281031e0f7a95a60e5d38e5a4fd368b410c16e402b36d4" ] + }, + "2017.08.06": { + "bin": [ + "https://yt-dl.org/downloads/2017.08.06/youtube-dl", + "b9d8ab79ee2605e3b12fc0abc291e5d8d97c086395c34e21817b5f104215cd13" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.08.06/youtube-dl.exe", + "5f1ca10085ea072858d083196c3dc08eb8a10e64ff44686a85d44a490f2d7063" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.08.06/youtube-dl-2017.08.06.tar.gz", + "95c7e6d7ee9990701c6191223334fce966404b86f7b28e94c570b2c0856aaeed" + ] } } } \ No newline at end of file From 53653526dfec2e29208292b5e7b7ab8effdd6c3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Wed, 9 Aug 2017 23:54:16 +0700 Subject: [PATCH 093/121] release 2017.08.09 --- download.html | 10 +++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 38 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 3c5faf4c3..6d7049092 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.

    -

    2017.08.06 (sig)

    +

    2017.08.09 (sig)

    -

    SHA256: b9d8ab79ee2605e3b12fc0abc291e5d8d97c086395c34e21817b5f104215cd13

    +

    SHA256: cab173e2e60b38c0589ba7d4a84ebd4a2e2c783ab570d8dff764874a814d7099

    - Windows exe (sig - SHA256 5f1ca10085ea072858d083196c3dc08eb8a10e64ff44686a85d44a490f2d7063)
    - Full source + docs + binary tarball (sig - SHA256 95c7e6d7ee9990701c6191223334fce966404b86f7b28e94c570b2c0856aaeed) + Windows exe (sig - SHA256 62681ddce0be3e97de67f43f158be75a89d2a5eb461c1ba9073f3d3c8dc781ba)
    + Full source + docs + binary tarball (sig - SHA256 9c4f06fdd56189935fda60c2bdddc6acf98275d71c6ea65654d5480ea3561529)

    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 6e9f0f84a..1ef07a31a 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.08.06 \ No newline at end of file +2017.08.09 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 08e85ada3..3b2ee68a4 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 - 2017-08-06T09:07:36.428025Z + 2017-08-09T23:54:10.577271Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11915,4 +11915,19 @@ 2017-08-06T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.08.09 + New version 2017.08.09 + + +

    + Downloads available at https://yt-dl.org/downloads/2017.08.09/ +
    + + + The youtube-dl maintainers + + 2017-08-09T00:00:00Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 086789517..888b2d5de 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.08.06", - "signature": "203ab82803500ddd43c18c7b79376d7c887cab892bd5b31d952f31fdd98107172969d8e94b3b7260d610910ca931215bc0586ecedab876f7e8a11b143a85b583073d99d76c2b263371310fdff41ca5ec0db4a35c7388ebfa0d922b036bac8432f1623ff781cfd755c0d8fd8a35f7cdf53e1dcdcac410862ceb5259c46d257c3d", + "latest": "2017.08.09", + "signature": "0043056764b59f54f037c4458a036bd776109020b91facbdeca90717a150552956dd13f5036f1b739127b32309a1f25e0012b70e5df3625ef5d8889860c45559e470b3990a03e87c56a99e88cba19b18b65b99ec23c2b47292f7a23d17c564294752ef5caf50a194d62b82d4ed4c86e5d24aa10179ded69db6d9e16a1a2da2a4", "versions": { "2012.02.22": { "bin": [ @@ -11123,6 +11123,20 @@ "https://yt-dl.org/downloads/2017.08.06/youtube-dl-2017.08.06.tar.gz", "95c7e6d7ee9990701c6191223334fce966404b86f7b28e94c570b2c0856aaeed" ] + }, + "2017.08.09": { + "bin": [ + "https://yt-dl.org/downloads/2017.08.09/youtube-dl", + "cab173e2e60b38c0589ba7d4a84ebd4a2e2c783ab570d8dff764874a814d7099" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.08.09/youtube-dl.exe", + "62681ddce0be3e97de67f43f158be75a89d2a5eb461c1ba9073f3d3c8dc781ba" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.08.09/youtube-dl-2017.08.09.tar.gz", + "9c4f06fdd56189935fda60c2bdddc6acf98275d71c6ea65654d5480ea3561529" + ] } } } \ No newline at end of file From 7ffb188d0e3552d787d66aee92c6e6d58f39b9e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 13 Aug 2017 09:00:21 +0700 Subject: [PATCH 094/121] release 2017.08.13 --- download.html | 10 +++++----- supportedsites.html | 5 +++++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 6d7049092..392bfcf9a 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.

    -

    2017.08.09 (sig)

    +

    2017.08.13 (sig)

    -

    SHA256: cab173e2e60b38c0589ba7d4a84ebd4a2e2c783ab570d8dff764874a814d7099

    +

    SHA256: 94419dbb390bddcb7582312398ea6fa3bce9ea8d9cc5f0092fab85e79d900579

    - Windows exe (sig - SHA256 62681ddce0be3e97de67f43f158be75a89d2a5eb461c1ba9073f3d3c8dc781ba)
    - Full source + docs + binary tarball (sig - SHA256 9c4f06fdd56189935fda60c2bdddc6acf98275d71c6ea65654d5480ea3561529) + Windows exe (sig - SHA256 cbe1ec2a4aa7188bde5d61634e8691d9458a53cac6f62fdec7ad39a45894db07)
    + Full source + docs + binary tarball (sig - SHA256 212c4e6a622d4e20ea888d1b1539ab063e171bed2a05c9e00db71ed53ab059dd)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 79871d10d..74d03beba 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -309,6 +309,7 @@

  • Funimation
  • FunnyOrDie
  • Fusion
  • +
  • Fux
  • FXNetworks
  • GameInformer
  • GameOne
  • @@ -636,6 +637,7 @@
  • PolskieRadio
  • PolskieRadioCategory
  • PornCom
  • +
  • PornerBros
  • PornFlip
  • PornHd
  • PornHub: PornHub and Thumbzilla
  • @@ -644,6 +646,7 @@
  • Pornotube
  • PornoVoisines
  • PornoXO
  • +
  • PornTube
  • PressTV
  • PrimeShareTV
  • PromptFile
  • @@ -669,6 +672,8 @@
  • RBMARadio
  • RDS: RDS.ca
  • RedBullTV
  • +
  • Reddit
  • +
  • RedditR
  • RedTube
  • RegioTV
  • RENTV
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 1ef07a31a..ff5c04f9e 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.08.09 \ No newline at end of file +2017.08.13 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 3b2ee68a4..afcf22d4b 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 - 2017-08-09T23:54:10.577271Z + 2017-08-13T09:00:15.470841Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11930,4 +11930,19 @@ 2017-08-09T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.08.13 + New version 2017.08.13 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.08.13/ +
    +
    + + The youtube-dl maintainers + + 2017-08-13T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 888b2d5de..ab52214d5 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.08.09", - "signature": "0043056764b59f54f037c4458a036bd776109020b91facbdeca90717a150552956dd13f5036f1b739127b32309a1f25e0012b70e5df3625ef5d8889860c45559e470b3990a03e87c56a99e88cba19b18b65b99ec23c2b47292f7a23d17c564294752ef5caf50a194d62b82d4ed4c86e5d24aa10179ded69db6d9e16a1a2da2a4", + "latest": "2017.08.13", + "signature": "8ee9ad0c50faf9c45b31037224f018f93de586bfe3c0d655058ef675c9609753524508cbd8f30a7539cbca291c54ba100af00b4ba81ac4be19995e86b9185f66371c737c2e5fbad6ac949ee9c7a7457138abafc561bdf0aca5c0e15100736533aa58fdfa8639a62fc3f0c7dec75e1e9edb97c5591af40a352b6f07ca458500a7", "versions": { "2012.02.22": { "bin": [ @@ -11137,6 +11137,20 @@ "https://yt-dl.org/downloads/2017.08.09/youtube-dl-2017.08.09.tar.gz", "9c4f06fdd56189935fda60c2bdddc6acf98275d71c6ea65654d5480ea3561529" ] + }, + "2017.08.13": { + "bin": [ + "https://yt-dl.org/downloads/2017.08.13/youtube-dl", + "94419dbb390bddcb7582312398ea6fa3bce9ea8d9cc5f0092fab85e79d900579" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.08.13/youtube-dl.exe", + "cbe1ec2a4aa7188bde5d61634e8691d9458a53cac6f62fdec7ad39a45894db07" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.08.13/youtube-dl-2017.08.13.tar.gz", + "212c4e6a622d4e20ea888d1b1539ab063e171bed2a05c9e00db71ed53ab059dd" + ] } } } \ No newline at end of file From 0d842f09319c6ce44d102922f87104a9dc8c6d04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Fri, 18 Aug 2017 01:07:28 +0700 Subject: [PATCH 095/121] release 2017.08.18 --- download.html | 10 +++++----- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 39 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 392bfcf9a..5c330e1e0 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.

    -

    2017.08.13 (sig)

    +

    2017.08.18 (sig)

    -

    SHA256: 94419dbb390bddcb7582312398ea6fa3bce9ea8d9cc5f0092fab85e79d900579

    +

    SHA256: 4298141a9266d2779e166217639384a09a34455a7a22647344f0786d5342dc25

    - Windows exe (sig - SHA256 cbe1ec2a4aa7188bde5d61634e8691d9458a53cac6f62fdec7ad39a45894db07)
    - Full source + docs + binary tarball (sig - SHA256 212c4e6a622d4e20ea888d1b1539ab063e171bed2a05c9e00db71ed53ab059dd) + Windows exe (sig - SHA256 5d52ec311806d4c2374753c0f2adc94618f084de1e28428d3cbe13d0687a991a)
    + Full source + docs + binary tarball (sig - SHA256 a7f4279b7b8b54f44025fccc22f3e511cae77314f7d37b73334c981946e4c3d6)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 74d03beba..499b9ad5e 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -171,6 +171,7 @@

  • Cinchcast
  • CJSW
  • cliphunter
  • +
  • Clippit
  • ClipRs
  • Clipsyndicate
  • CloserToTruth
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index ff5c04f9e..a34a8c977 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.08.13 \ No newline at end of file +2017.08.18 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index afcf22d4b..e323df6e7 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 - 2017-08-13T09:00:15.470841Z + 2017-08-18T01:07:21.819048Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11945,4 +11945,19 @@ 2017-08-13T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.08.18 + New version 2017.08.18 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.08.18/ +
    +
    + + The youtube-dl maintainers + + 2017-08-18T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index ab52214d5..47a0e6bf5 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.08.13", - "signature": "8ee9ad0c50faf9c45b31037224f018f93de586bfe3c0d655058ef675c9609753524508cbd8f30a7539cbca291c54ba100af00b4ba81ac4be19995e86b9185f66371c737c2e5fbad6ac949ee9c7a7457138abafc561bdf0aca5c0e15100736533aa58fdfa8639a62fc3f0c7dec75e1e9edb97c5591af40a352b6f07ca458500a7", + "latest": "2017.08.18", + "signature": "3134cae0daf9baa9d67079c7541b0d5697331c337f343ba393929a8941daf739d5a4691bd45382ca7ad438d0d2e62cb46de1686494857394a0fee336fb83f9397a4af6a5d83815c0c2785451cdbe09a4155ff57175bc2f59986959570b19988fcac482969c1ac7e5f9407b52282d76880505ce7a3e344d7be5a5a0ae322a918c", "versions": { "2012.02.22": { "bin": [ @@ -11151,6 +11151,20 @@ "https://yt-dl.org/downloads/2017.08.13/youtube-dl-2017.08.13.tar.gz", "212c4e6a622d4e20ea888d1b1539ab063e171bed2a05c9e00db71ed53ab059dd" ] + }, + "2017.08.18": { + "bin": [ + "https://yt-dl.org/downloads/2017.08.18/youtube-dl", + "4298141a9266d2779e166217639384a09a34455a7a22647344f0786d5342dc25" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.08.18/youtube-dl.exe", + "5d52ec311806d4c2374753c0f2adc94618f084de1e28428d3cbe13d0687a991a" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.08.18/youtube-dl-2017.08.18.tar.gz", + "a7f4279b7b8b54f44025fccc22f3e511cae77314f7d37b73334c981946e4c3d6" + ] } } } \ No newline at end of file From 0bd3d4f43bef0e88925ed6c5327da31100cff755 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Wed, 23 Aug 2017 23:25:09 +0700 Subject: [PATCH 096/121] release 2017.08.23 --- download.html | 10 +++++----- supportedsites.html | 2 ++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 40 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 5c330e1e0..277127e64 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.

    -

    2017.08.18 (sig)

    +

    2017.08.23 (sig)

    -

    SHA256: 4298141a9266d2779e166217639384a09a34455a7a22647344f0786d5342dc25

    +

    SHA256: 6998f427ac07d6b1744939c45ba4ebee78b9ea5d7506c7a4bb7e7b7a37924c37

    - Windows exe (sig - SHA256 5d52ec311806d4c2374753c0f2adc94618f084de1e28428d3cbe13d0687a991a)
    - Full source + docs + binary tarball (sig - SHA256 a7f4279b7b8b54f44025fccc22f3e511cae77314f7d37b73334c981946e4c3d6) + Windows exe (sig - SHA256 7f0915e182cb7a9b17a89030b154e819c0c51145809cd1a95d1c1e6099996dca)
    + Full source + docs + binary tarball (sig - SHA256 90c56ce90cd99cefb83607c37b0b641c7e4e1ef37040ad4187425aebcfc800ef)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 499b9ad5e..39e4eff62 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -378,6 +378,7 @@

  • IPrima
  • iqiyi: 爱奇艺
  • Ir90Tv
  • +
  • ITTF
  • ITV
  • ivi: ivi.ru
  • ivi:compilation: ivi.ru compilations
  • @@ -434,6 +435,7 @@
  • limelight:channel_list
  • LiTV
  • LiveLeak
  • +
  • LiveLeakEmbed
  • livestream
  • livestream:original
  • LnkGo
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index a34a8c977..c7e908b1f 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.08.18 \ No newline at end of file +2017.08.23 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index e323df6e7..49abf38f9 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 - 2017-08-18T01:07:21.819048Z + 2017-08-23T23:25:03.213221Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11960,4 +11960,19 @@ 2017-08-18T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.08.23 + New version 2017.08.23 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.08.23/ +
    +
    + + The youtube-dl maintainers + + 2017-08-23T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 47a0e6bf5..aa98424ec 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.08.18", - "signature": "3134cae0daf9baa9d67079c7541b0d5697331c337f343ba393929a8941daf739d5a4691bd45382ca7ad438d0d2e62cb46de1686494857394a0fee336fb83f9397a4af6a5d83815c0c2785451cdbe09a4155ff57175bc2f59986959570b19988fcac482969c1ac7e5f9407b52282d76880505ce7a3e344d7be5a5a0ae322a918c", + "latest": "2017.08.23", + "signature": "3bbe852fb4c827f60e29d67f94c7a4ce150868690f75d88244cc57d63e62c20a94d7ebee3d3fec048c09cd4382b9d1d1bda6d7e628e95231d8c4d0ed05b2e65e4064329281aa4015a8cf17bd3d768b0d8f0aac74a41be9b2edf46c2ae6a5f556dba0696b18fc9d33f8ebe5425873211f20212c52c2fbf42d04b78e1c714fd3f2", "versions": { "2012.02.22": { "bin": [ @@ -11165,6 +11165,20 @@ "https://yt-dl.org/downloads/2017.08.18/youtube-dl-2017.08.18.tar.gz", "a7f4279b7b8b54f44025fccc22f3e511cae77314f7d37b73334c981946e4c3d6" ] + }, + "2017.08.23": { + "bin": [ + "https://yt-dl.org/downloads/2017.08.23/youtube-dl", + "6998f427ac07d6b1744939c45ba4ebee78b9ea5d7506c7a4bb7e7b7a37924c37" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.08.23/youtube-dl.exe", + "7f0915e182cb7a9b17a89030b154e819c0c51145809cd1a95d1c1e6099996dca" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.08.23/youtube-dl-2017.08.23.tar.gz", + "90c56ce90cd99cefb83607c37b0b641c7e4e1ef37040ad4187425aebcfc800ef" + ] } } } \ No newline at end of file From 329002a07d12539949d6994bea27ac7d64eaebaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 27 Aug 2017 04:30:22 +0700 Subject: [PATCH 097/121] release 2017.08.27 --- download.html | 10 +++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 38 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 277127e64..f6a60cd21 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.

    -

    2017.08.23 (sig)

    +

    2017.08.27 (sig)

    -

    SHA256: 6998f427ac07d6b1744939c45ba4ebee78b9ea5d7506c7a4bb7e7b7a37924c37

    +

    SHA256: 07dd3e0dd5e1995d0611c688c194363a79dadcca0ebd62f7775e0574f1a513cb

    - Windows exe (sig - SHA256 7f0915e182cb7a9b17a89030b154e819c0c51145809cd1a95d1c1e6099996dca)
    - Full source + docs + binary tarball (sig - SHA256 90c56ce90cd99cefb83607c37b0b641c7e4e1ef37040ad4187425aebcfc800ef) + Windows exe (sig - SHA256 9248fd6134a197e6c04209195c516c37063c526672d9aac4a8c126973a46a8da)
    + Full source + docs + binary tarball (sig - SHA256 710099f27e27c29a19ceb922ab5bddf3b064f22eae221ee8330bef50cf11caf6)

    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 c7e908b1f..fdd64b289 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.08.23 \ No newline at end of file +2017.08.27 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 49abf38f9..456761861 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 - 2017-08-23T23:25:03.213221Z + 2017-08-27T04:30:16.427377Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11975,4 +11975,19 @@ 2017-08-23T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.08.27 + New version 2017.08.27 + + +

    + Downloads available at https://yt-dl.org/downloads/2017.08.27/ +
    + + + The youtube-dl maintainers + + 2017-08-27T00:00:00Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index aa98424ec..79acfb15e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.08.23", - "signature": "3bbe852fb4c827f60e29d67f94c7a4ce150868690f75d88244cc57d63e62c20a94d7ebee3d3fec048c09cd4382b9d1d1bda6d7e628e95231d8c4d0ed05b2e65e4064329281aa4015a8cf17bd3d768b0d8f0aac74a41be9b2edf46c2ae6a5f556dba0696b18fc9d33f8ebe5425873211f20212c52c2fbf42d04b78e1c714fd3f2", + "latest": "2017.08.27", + "signature": "3dfa8fc5f5269b4bf00d45f01dc0b3d5a59ca4ff7d42e7c3fee516aaa70df73c9959c60311e4e93fd9c1976e6914768046276d0374de2b4f092009c71f9f2fb8774bbfe04640ac45790150196ecd7a54946be395fc88e8ff0ee88fa879c0504dc6910450a1ebef444d732f1ba6abca3b00ad3234e4a41a0b344b0f00a4012889", "versions": { "2012.02.22": { "bin": [ @@ -11179,6 +11179,20 @@ "https://yt-dl.org/downloads/2017.08.23/youtube-dl-2017.08.23.tar.gz", "90c56ce90cd99cefb83607c37b0b641c7e4e1ef37040ad4187425aebcfc800ef" ] + }, + "2017.08.27": { + "bin": [ + "https://yt-dl.org/downloads/2017.08.27/youtube-dl", + "07dd3e0dd5e1995d0611c688c194363a79dadcca0ebd62f7775e0574f1a513cb" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.08.27/youtube-dl.exe", + "9248fd6134a197e6c04209195c516c37063c526672d9aac4a8c126973a46a8da" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.08.27/youtube-dl-2017.08.27.tar.gz", + "710099f27e27c29a19ceb922ab5bddf3b064f22eae221ee8330bef50cf11caf6" + ] } } } \ No newline at end of file From f1c88434fe888086c6f7576fc7904b73cf738d6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 27 Aug 2017 06:11:35 +0700 Subject: [PATCH 098/121] release 2017.08.27.1 --- download.html | 10 +++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 38 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index f6a60cd21..db22d84ff 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.

    -

    2017.08.27 (sig)

    +

    2017.08.27.1 (sig)

    -

    SHA256: 07dd3e0dd5e1995d0611c688c194363a79dadcca0ebd62f7775e0574f1a513cb

    +

    SHA256: e949f3c2658474d2a35b294b3c786eb2408ccf38061d58e4d054483f582b9ce2

    - Windows exe (sig - SHA256 9248fd6134a197e6c04209195c516c37063c526672d9aac4a8c126973a46a8da)
    - Full source + docs + binary tarball (sig - SHA256 710099f27e27c29a19ceb922ab5bddf3b064f22eae221ee8330bef50cf11caf6) + Windows exe (sig - SHA256 adcf4e5f0da9be059687cd31bcd9c5e897f235d58f8450c5766becf5d04f1350)
    + Full source + docs + binary tarball (sig - SHA256 32d823b8aa1714c40e20f920e481be48d7458d657e66d118a0467a351d680aac)

    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 fdd64b289..c256ea3e6 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.08.27 \ No newline at end of file +2017.08.27.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 456761861..b6c2c6d48 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 - 2017-08-27T04:30:16.427377Z + 2017-08-27T06:11:30.408303Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11990,4 +11990,19 @@ 2017-08-27T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.08.27.1 + New version 2017.08.27.1 + + +

    + Downloads available at https://yt-dl.org/downloads/2017.08.27.1/ +
    + + + The youtube-dl maintainers + + 2017-08-27T00:00:01Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 79acfb15e..65f860e08 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.08.27", - "signature": "3dfa8fc5f5269b4bf00d45f01dc0b3d5a59ca4ff7d42e7c3fee516aaa70df73c9959c60311e4e93fd9c1976e6914768046276d0374de2b4f092009c71f9f2fb8774bbfe04640ac45790150196ecd7a54946be395fc88e8ff0ee88fa879c0504dc6910450a1ebef444d732f1ba6abca3b00ad3234e4a41a0b344b0f00a4012889", + "latest": "2017.08.27.1", + "signature": "6ad7565b11508c0b8cbac01eee80bd329b22e4c1462c3166a045a87298b4685271aa1a2cb11fc87b2181c3df4f3b9b5f0532827bafa01f91d09b4bc7295f5b1e48a4a1b2befc6bf5c4d1e840d423c58c59a1a1c7f0226eb31b8eb35430328557284a362b6849942c54f4aaf3240129a74b6886628dc0a9e22b377a5c152aaffc", "versions": { "2012.02.22": { "bin": [ @@ -11193,6 +11193,20 @@ "https://yt-dl.org/downloads/2017.08.27/youtube-dl-2017.08.27.tar.gz", "710099f27e27c29a19ceb922ab5bddf3b064f22eae221ee8330bef50cf11caf6" ] + }, + "2017.08.27.1": { + "bin": [ + "https://yt-dl.org/downloads/2017.08.27.1/youtube-dl", + "e949f3c2658474d2a35b294b3c786eb2408ccf38061d58e4d054483f582b9ce2" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.08.27.1/youtube-dl.exe", + "adcf4e5f0da9be059687cd31bcd9c5e897f235d58f8450c5766becf5d04f1350" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.08.27.1/youtube-dl-2017.08.27.1.tar.gz", + "32d823b8aa1714c40e20f920e481be48d7458d657e66d118a0467a351d680aac" + ] } } } \ No newline at end of file From 879f4b5a4b20a260f7bb1cac143ce473c56d6571 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sat, 2 Sep 2017 01:10:22 +0700 Subject: [PATCH 099/121] release 2017.09.02 --- download.html | 10 +++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 38 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index db22d84ff..218af6445 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.

    -

    2017.08.27.1 (sig)

    +

    2017.09.02 (sig)

    -

    SHA256: e949f3c2658474d2a35b294b3c786eb2408ccf38061d58e4d054483f582b9ce2

    +

    SHA256: 8374c0c39e27878552d2407d4224124b564a18ea5b88ee0e38c4c6d899204dc2

    - Windows exe (sig - SHA256 adcf4e5f0da9be059687cd31bcd9c5e897f235d58f8450c5766becf5d04f1350)
    - Full source + docs + binary tarball (sig - SHA256 32d823b8aa1714c40e20f920e481be48d7458d657e66d118a0467a351d680aac) + Windows exe (sig - SHA256 fb0aad2e3af76c5bb24ed3f2804ff16fb74299686523d1d76d93c44c7740d8c1)
    + Full source + docs + binary tarball (sig - SHA256 699a7ca22243e6a11a3e3a2b4f933c1ec0799d205a58c1eb5b139ee53252d9e9)

    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 c256ea3e6..6a41f1f0f 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.08.27.1 \ No newline at end of file +2017.09.02 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b6c2c6d48..a411f41a8 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 - 2017-08-27T06:11:30.408303Z + 2017-09-02T01:10:13.635326Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12005,4 +12005,19 @@ 2017-08-27T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.09.02 + New version 2017.09.02 + + +

    + Downloads available at https://yt-dl.org/downloads/2017.09.02/ +
    + + + The youtube-dl maintainers + + 2017-09-02T00:00:00Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 65f860e08..e7aa257dd 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.08.27.1", - "signature": "6ad7565b11508c0b8cbac01eee80bd329b22e4c1462c3166a045a87298b4685271aa1a2cb11fc87b2181c3df4f3b9b5f0532827bafa01f91d09b4bc7295f5b1e48a4a1b2befc6bf5c4d1e840d423c58c59a1a1c7f0226eb31b8eb35430328557284a362b6849942c54f4aaf3240129a74b6886628dc0a9e22b377a5c152aaffc", + "latest": "2017.09.02", + "signature": "0cd1033f2a263d75d36f5d30bafb91e37f90bc07d2b2c46855e1560aac1482f6ad8416a4314b881312726e9772fd2664318431de50b79fe7948035d34f1af52d8755727b4eba89105dbc082864064acb1a8d0fc8c5d5726c673a95ced69be47cf79f0219e9545e824b9513ee6d8868ddd53a1cb606c1bcefb738daaf8186067d", "versions": { "2012.02.22": { "bin": [ @@ -11207,6 +11207,20 @@ "https://yt-dl.org/downloads/2017.08.27.1/youtube-dl-2017.08.27.1.tar.gz", "32d823b8aa1714c40e20f920e481be48d7458d657e66d118a0467a351d680aac" ] + }, + "2017.09.02": { + "bin": [ + "https://yt-dl.org/downloads/2017.09.02/youtube-dl", + "8374c0c39e27878552d2407d4224124b564a18ea5b88ee0e38c4c6d899204dc2" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.09.02/youtube-dl.exe", + "fb0aad2e3af76c5bb24ed3f2804ff16fb74299686523d1d76d93c44c7740d8c1" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.09.02/youtube-dl-2017.09.02.tar.gz", + "699a7ca22243e6a11a3e3a2b4f933c1ec0799d205a58c1eb5b139ee53252d9e9" + ] } } } \ No newline at end of file From 0559e642f3aca399e3bf900781ff0cd4ecaf67fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 10 Sep 2017 22:21:15 +0700 Subject: [PATCH 100/121] release 2017.09.10 --- download.html | 10 +++++----- supportedsites.html | 3 +++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 41 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 218af6445..68a8c3a95 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.

    -

    2017.09.02 (sig)

    +

    2017.09.10 (sig)

    -

    SHA256: 8374c0c39e27878552d2407d4224124b564a18ea5b88ee0e38c4c6d899204dc2

    +

    SHA256: b42ef2a36ec07793cf2e78a17036bd04d2edfbd289cda02322e5ef65d9a86e59

    - Windows exe (sig - SHA256 fb0aad2e3af76c5bb24ed3f2804ff16fb74299686523d1d76d93c44c7740d8c1)
    - Full source + docs + binary tarball (sig - SHA256 699a7ca22243e6a11a3e3a2b4f933c1ec0799d205a58c1eb5b139ee53252d9e9) + Windows exe (sig - SHA256 2f53ac608b090b0bb28a2b68f1d99dce78793a4fbf99a12acb8c0e6a877f33f0)
    + Full source + docs + binary tarball (sig - SHA256 6d8541b15edbe20a6c9c5f84478bb663d9691f8d622a5cc829ba899bd119b1cf)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 39e4eff62..9cb58b492 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -53,6 +53,7 @@

  • afreecatv: afreecatv.com
  • afreecatv:global: afreecatv.com
  • AirMozilla
  • +
  • AliExpressLive
  • AlJazeera
  • Allocine
  • AlphaPorno
  • @@ -452,6 +453,7 @@
  • MakerTV
  • mangomolo:live
  • mangomolo:video
  • +
  • ManyVids
  • MatchTV
  • MDR: MDR.DE and KiKA
  • media.ccc.de
  • @@ -716,6 +718,7 @@
  • rutube:embed: Rutube embedded videos
  • rutube:movie: Rutube movies
  • rutube:person: Rutube person videos
  • +
  • rutube:playlist: Rutube playlists
  • RUTV: RUTV.RU
  • Ruutu
  • Ruv
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 6a41f1f0f..abe1f36f1 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.09.02 \ No newline at end of file +2017.09.10 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index a411f41a8..b8ed8b4a6 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 - 2017-09-02T01:10:13.635326Z + 2017-09-10T22:21:09.819770Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12020,4 +12020,19 @@ 2017-09-02T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.09.10 + New version 2017.09.10 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.09.10/ +
    +
    + + The youtube-dl maintainers + + 2017-09-10T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index e7aa257dd..0c631c1a8 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.09.02", - "signature": "0cd1033f2a263d75d36f5d30bafb91e37f90bc07d2b2c46855e1560aac1482f6ad8416a4314b881312726e9772fd2664318431de50b79fe7948035d34f1af52d8755727b4eba89105dbc082864064acb1a8d0fc8c5d5726c673a95ced69be47cf79f0219e9545e824b9513ee6d8868ddd53a1cb606c1bcefb738daaf8186067d", + "latest": "2017.09.10", + "signature": "0db4e81e81d22691797abe209337bd67cc50a01381d0204a7e175c98b082ef8ea312eb16c1c11377c8cab41e7eb7dca710a91f680e7cd59da4cf44e94dd6f398c9fa40381b845a7da90d4bee93b35200895cb83e4f2750c3b8fa64bae7853fc1fae32998ebca14c7291e3d4011b768cf9489405a98c95880682d3c1ab125d280", "versions": { "2012.02.22": { "bin": [ @@ -11221,6 +11221,20 @@ "https://yt-dl.org/downloads/2017.09.02/youtube-dl-2017.09.02.tar.gz", "699a7ca22243e6a11a3e3a2b4f933c1ec0799d205a58c1eb5b139ee53252d9e9" ] + }, + "2017.09.10": { + "bin": [ + "https://yt-dl.org/downloads/2017.09.10/youtube-dl", + "b42ef2a36ec07793cf2e78a17036bd04d2edfbd289cda02322e5ef65d9a86e59" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.09.10/youtube-dl.exe", + "2f53ac608b090b0bb28a2b68f1d99dce78793a4fbf99a12acb8c0e6a877f33f0" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.09.10/youtube-dl-2017.09.10.tar.gz", + "6d8541b15edbe20a6c9c5f84478bb663d9691f8d622a5cc829ba899bd119b1cf" + ] } } } \ No newline at end of file From a17cf2f21eccab96129c89dfd4f176a5ef0535f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Mon, 11 Sep 2017 03:32:37 +0700 Subject: [PATCH 101/121] release 2017.09.11 --- download.html | 10 +++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 38 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 68a8c3a95..a12136159 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.

    -

    2017.09.10 (sig)

    +

    2017.09.11 (sig)

    -

    SHA256: b42ef2a36ec07793cf2e78a17036bd04d2edfbd289cda02322e5ef65d9a86e59

    +

    SHA256: 7e28bf323e74cc0829ce4e3e48ed2d457ea77adab7debb23e225a1ff20a39ed3

    - Windows exe (sig - SHA256 2f53ac608b090b0bb28a2b68f1d99dce78793a4fbf99a12acb8c0e6a877f33f0)
    - Full source + docs + binary tarball (sig - SHA256 6d8541b15edbe20a6c9c5f84478bb663d9691f8d622a5cc829ba899bd119b1cf) + Windows exe (sig - SHA256 b1d0b07167efc086580694115a8494f4dd5e1d2c9ffd11fb2a1b4a5ac1798081)
    + Full source + docs + binary tarball (sig - SHA256 8b6defdd7cb9a8228eca2ef03a8c203a3ccba1ed97cb700f11b40a3af548212a)

    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 abe1f36f1..fd8ae3a0c 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.09.10 \ No newline at end of file +2017.09.11 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b8ed8b4a6..2de57eaad 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 - 2017-09-10T22:21:09.819770Z + 2017-09-11T03:32:32.060268Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12035,4 +12035,19 @@ 2017-09-10T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.09.11 + New version 2017.09.11 + + +

    + Downloads available at https://yt-dl.org/downloads/2017.09.11/ +
    + + + The youtube-dl maintainers + + 2017-09-11T00:00:00Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 0c631c1a8..ed8335c40 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.09.10", - "signature": "0db4e81e81d22691797abe209337bd67cc50a01381d0204a7e175c98b082ef8ea312eb16c1c11377c8cab41e7eb7dca710a91f680e7cd59da4cf44e94dd6f398c9fa40381b845a7da90d4bee93b35200895cb83e4f2750c3b8fa64bae7853fc1fae32998ebca14c7291e3d4011b768cf9489405a98c95880682d3c1ab125d280", + "latest": "2017.09.11", + "signature": "8693f9d5801c5e2869f32e029ede30b5efab94817e6cfc9ad8115fc0e2464a2640c57d6436e1430b1e2aa66c6f728a008e654607612d0c5fd5a443a8ba4fa179c0b77bd87e444f0a4d112332fcbf14578956fa67b76afea8ece495ec6241c3ee2669c07b9c1f15ecd06de4018a41620a8ab1a87a87373b2d71081ee1b66a50bc", "versions": { "2012.02.22": { "bin": [ @@ -11235,6 +11235,20 @@ "https://yt-dl.org/downloads/2017.09.10/youtube-dl-2017.09.10.tar.gz", "6d8541b15edbe20a6c9c5f84478bb663d9691f8d622a5cc829ba899bd119b1cf" ] + }, + "2017.09.11": { + "bin": [ + "https://yt-dl.org/downloads/2017.09.11/youtube-dl", + "7e28bf323e74cc0829ce4e3e48ed2d457ea77adab7debb23e225a1ff20a39ed3" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.09.11/youtube-dl.exe", + "b1d0b07167efc086580694115a8494f4dd5e1d2c9ffd11fb2a1b4a5ac1798081" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.09.11/youtube-dl-2017.09.11.tar.gz", + "8b6defdd7cb9a8228eca2ef03a8c203a3ccba1ed97cb700f11b40a3af548212a" + ] } } } \ No newline at end of file From 19d55d19f1f2d71ee896b97344621ff882aa56ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Fri, 15 Sep 2017 21:50:11 +0700 Subject: [PATCH 102/121] release 2017.09.15 --- download.html | 10 +++++----- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 39 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index a12136159..456bf6985 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.

    -

    2017.09.11 (sig)

    +

    2017.09.15 (sig)

    -

    SHA256: 7e28bf323e74cc0829ce4e3e48ed2d457ea77adab7debb23e225a1ff20a39ed3

    +

    SHA256: 692e818ba99cd503914e6349f2d6080286cbe19505e4ed013dd52ea48d9f82bf

    - Windows exe (sig - SHA256 b1d0b07167efc086580694115a8494f4dd5e1d2c9ffd11fb2a1b4a5ac1798081)
    - Full source + docs + binary tarball (sig - SHA256 8b6defdd7cb9a8228eca2ef03a8c203a3ccba1ed97cb700f11b40a3af548212a) + Windows exe (sig - SHA256 8e2a518d8736c2822625bd910ba4b59ca2296857bb1ac815587c08356c2743ee)
    + Full source + docs + binary tarball (sig - SHA256 eef429c94978febb7b022ad7805adda3fdc78814c92c293eebfe2eb83fbe88cf)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 9cb58b492..66d237481 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -608,6 +608,7 @@

  • Openload
  • OraTV
  • orf:fm4: radio FM4
  • +
  • orf:fm4:story: fm4.orf.at stories
  • orf:iptv: iptv.ORF.at
  • orf:oe1: Radio Österreich 1
  • orf:tvthek: ORF TVthek
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index fd8ae3a0c..f70010cac 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.09.11 \ No newline at end of file +2017.09.15 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 2de57eaad..a311deedd 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 - 2017-09-11T03:32:32.060268Z + 2017-09-15T21:50:06.342193Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12050,4 +12050,19 @@ 2017-09-11T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.09.15 + New version 2017.09.15 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.09.15/ +
    +
    + + The youtube-dl maintainers + + 2017-09-15T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index ed8335c40..bb1693eac 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.09.11", - "signature": "8693f9d5801c5e2869f32e029ede30b5efab94817e6cfc9ad8115fc0e2464a2640c57d6436e1430b1e2aa66c6f728a008e654607612d0c5fd5a443a8ba4fa179c0b77bd87e444f0a4d112332fcbf14578956fa67b76afea8ece495ec6241c3ee2669c07b9c1f15ecd06de4018a41620a8ab1a87a87373b2d71081ee1b66a50bc", + "latest": "2017.09.15", + "signature": "7ffeb83a526a4b02f2f48a30f80d9856ed4ca4a9233e01a64f0084ed4f5d604f625bdf064802d8c93df65492cbf39b2e1911bde556ceac254e602b98b45fd10dd1ff0e3cb4c8ac68304de59dc51cc96577fac444c0eb3e09b6ddbcc0e8199b6fbd542ffbcdff41f27ccd90522ed60c11a2e1bcab954ed33633541704172b2c4d", "versions": { "2012.02.22": { "bin": [ @@ -11249,6 +11249,20 @@ "https://yt-dl.org/downloads/2017.09.11/youtube-dl-2017.09.11.tar.gz", "8b6defdd7cb9a8228eca2ef03a8c203a3ccba1ed97cb700f11b40a3af548212a" ] + }, + "2017.09.15": { + "bin": [ + "https://yt-dl.org/downloads/2017.09.15/youtube-dl", + "692e818ba99cd503914e6349f2d6080286cbe19505e4ed013dd52ea48d9f82bf" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.09.15/youtube-dl.exe", + "8e2a518d8736c2822625bd910ba4b59ca2296857bb1ac815587c08356c2743ee" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.09.15/youtube-dl-2017.09.15.tar.gz", + "eef429c94978febb7b022ad7805adda3fdc78814c92c293eebfe2eb83fbe88cf" + ] } } } \ No newline at end of file From 7033a5c718c2322720a591b861c418492f666085 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 24 Sep 2017 00:24:55 +0700 Subject: [PATCH 103/121] release 2017.09.24 --- download.html | 10 +++++----- supportedsites.html | 3 +++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 41 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 456bf6985..d7c231b65 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.

    -

    2017.09.15 (sig)

    +

    2017.09.24 (sig)

    -

    SHA256: 692e818ba99cd503914e6349f2d6080286cbe19505e4ed013dd52ea48d9f82bf

    +

    SHA256: f44ca6995a39073f66ce9b493525f287b46531156c8c970b42e46a76563b76e3

    - Windows exe (sig - SHA256 8e2a518d8736c2822625bd910ba4b59ca2296857bb1ac815587c08356c2743ee)
    - Full source + docs + binary tarball (sig - SHA256 eef429c94978febb7b022ad7805adda3fdc78814c92c293eebfe2eb83fbe88cf) + Windows exe (sig - SHA256 b7899c7e010dbfd6daa11d950aa75cc0ee0751868f7f0ed67194674115f9ef23)
    + Full source + docs + binary tarball (sig - SHA256 7d7140ce63377e84a2072b4922809c7a2e90e3916cde2f4f1cc8860664395548)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 66d237481..ea98f820f 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -58,6 +58,7 @@

  • Allocine
  • AlphaPorno
  • AMCNetworks
  • +
  • AmericasTestKitchen
  • anderetijden: npo.nl, ntr.nl, omroepwnl.nl, zapp.nl and npo3.nl
  • AnimeOnDemand
  • anitube.se
  • @@ -393,6 +394,7 @@
  • Jove
  • jpopsuki.tv
  • JWPlatform
  • +
  • Kakao
  • Kaltura
  • Kamcord
  • KanalPlay: Kanal 5/9/11 Play
  • @@ -642,6 +644,7 @@
  • Pokemon
  • PolskieRadio
  • PolskieRadioCategory
  • +
  • PopcornTV
  • PornCom
  • PornerBros
  • PornFlip
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index f70010cac..bfd89ac87 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.09.15 \ No newline at end of file +2017.09.24 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index a311deedd..9bcf4392b 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 - 2017-09-15T21:50:06.342193Z + 2017-09-24T00:24:48.375352Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12065,4 +12065,19 @@ 2017-09-15T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.09.24 + New version 2017.09.24 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.09.24/ +
    +
    + + The youtube-dl maintainers + + 2017-09-24T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index bb1693eac..3d735f131 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.09.15", - "signature": "7ffeb83a526a4b02f2f48a30f80d9856ed4ca4a9233e01a64f0084ed4f5d604f625bdf064802d8c93df65492cbf39b2e1911bde556ceac254e602b98b45fd10dd1ff0e3cb4c8ac68304de59dc51cc96577fac444c0eb3e09b6ddbcc0e8199b6fbd542ffbcdff41f27ccd90522ed60c11a2e1bcab954ed33633541704172b2c4d", + "latest": "2017.09.24", + "signature": "1a11f67ef69327b25e8bb0d4c1e0689313ab66e7131f99d60215f9e50e72867430de1256115941da15b15fc1fa593beec4d69d3e9e485455429bf203f95d665618cfe1f66a8d313fd9caf1aadf25d648fa8a114f8133071ce46982608b0996a191255f0b009cb20261997013e1d2c592cf662127090f7e59c2012b89762aded6", "versions": { "2012.02.22": { "bin": [ @@ -11263,6 +11263,20 @@ "https://yt-dl.org/downloads/2017.09.15/youtube-dl-2017.09.15.tar.gz", "eef429c94978febb7b022ad7805adda3fdc78814c92c293eebfe2eb83fbe88cf" ] + }, + "2017.09.24": { + "bin": [ + "https://yt-dl.org/downloads/2017.09.24/youtube-dl", + "f44ca6995a39073f66ce9b493525f287b46531156c8c970b42e46a76563b76e3" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.09.24/youtube-dl.exe", + "b7899c7e010dbfd6daa11d950aa75cc0ee0751868f7f0ed67194674115f9ef23" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.09.24/youtube-dl-2017.09.24.tar.gz", + "7d7140ce63377e84a2072b4922809c7a2e90e3916cde2f4f1cc8860664395548" + ] } } } \ No newline at end of file From 0b4bb07d968498b041ec6599a2f0ad114aa4d416 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 1 Oct 2017 21:56:35 +0700 Subject: [PATCH 104/121] release 2017.10.01 --- download.html | 10 +++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 38 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index d7c231b65..2a564ed19 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.

    -

    2017.09.24 (sig)

    +

    2017.10.01 (sig)

    -

    SHA256: f44ca6995a39073f66ce9b493525f287b46531156c8c970b42e46a76563b76e3

    +

    SHA256: cf0963f4f4b6ef1c159fcb5ab878c232a179326d1f24450018a324a42bfb2577

    - Windows exe (sig - SHA256 b7899c7e010dbfd6daa11d950aa75cc0ee0751868f7f0ed67194674115f9ef23)
    - Full source + docs + binary tarball (sig - SHA256 7d7140ce63377e84a2072b4922809c7a2e90e3916cde2f4f1cc8860664395548) + Windows exe (sig - SHA256 e26957064f4d448c66d683c211ae7ade5907b7bf3a535846aab331e8b70e2b7d)
    + Full source + docs + binary tarball (sig - SHA256 0b4f0e12b099c46ad47597764b10f45ceae3935834abf99d49ccd8cfb48dff10)

    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 bfd89ac87..39f04f988 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.09.24 \ No newline at end of file +2017.10.01 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 9bcf4392b..fc4e7f70d 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 - 2017-09-24T00:24:48.375352Z + 2017-10-01T21:56:29.658590Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12080,4 +12080,19 @@ 2017-09-24T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.10.01 + New version 2017.10.01 + + +

    + Downloads available at https://yt-dl.org/downloads/2017.10.01/ +
    + + + The youtube-dl maintainers + + 2017-10-01T00:00:00Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 3d735f131..3cff39ea8 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.09.24", - "signature": "1a11f67ef69327b25e8bb0d4c1e0689313ab66e7131f99d60215f9e50e72867430de1256115941da15b15fc1fa593beec4d69d3e9e485455429bf203f95d665618cfe1f66a8d313fd9caf1aadf25d648fa8a114f8133071ce46982608b0996a191255f0b009cb20261997013e1d2c592cf662127090f7e59c2012b89762aded6", + "latest": "2017.10.01", + "signature": "95b07c38f64e19316950e5a488ba58bb3ef0dd5e0d7a1a4cd558a22040b48bc55cbf29d0b485aa467b0af6378aaff39cc2118e70030bd55724439cd5787e6e6cd0b3151463e532d4a9c6f07f3616608d040580d961d0ea91b1e38100c4d12966cb92ff2859fa34356d57db6ba75346b464e8f336a88698f1161c2dd6ee156f91", "versions": { "2012.02.22": { "bin": [ @@ -11277,6 +11277,20 @@ "https://yt-dl.org/downloads/2017.09.24/youtube-dl-2017.09.24.tar.gz", "7d7140ce63377e84a2072b4922809c7a2e90e3916cde2f4f1cc8860664395548" ] + }, + "2017.10.01": { + "bin": [ + "https://yt-dl.org/downloads/2017.10.01/youtube-dl", + "cf0963f4f4b6ef1c159fcb5ab878c232a179326d1f24450018a324a42bfb2577" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.10.01/youtube-dl.exe", + "e26957064f4d448c66d683c211ae7ade5907b7bf3a535846aab331e8b70e2b7d" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.10.01/youtube-dl-2017.10.01.tar.gz", + "0b4f0e12b099c46ad47597764b10f45ceae3935834abf99d49ccd8cfb48dff10" + ] } } } \ No newline at end of file From d810a3fd733c96df250659e2f4ca0457160f1176 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sat, 7 Oct 2017 05:04:53 +0700 Subject: [PATCH 105/121] release 2017.10.07 --- download.html | 10 +++++----- supportedsites.html | 3 ++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 40 insertions(+), 10 deletions(-) diff --git a/download.html b/download.html index 2a564ed19..21436a7a6 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.

    -

    2017.10.01 (sig)

    +

    2017.10.07 (sig)

    -

    SHA256: cf0963f4f4b6ef1c159fcb5ab878c232a179326d1f24450018a324a42bfb2577

    +

    SHA256: c240b76f9f86ad4c4d2aec88d741c9604954b446b98ea635c1ac85cba7e5ac70

    - Windows exe (sig - SHA256 e26957064f4d448c66d683c211ae7ade5907b7bf3a535846aab331e8b70e2b7d)
    - Full source + docs + binary tarball (sig - SHA256 0b4f0e12b099c46ad47597764b10f45ceae3935834abf99d49ccd8cfb48dff10) + Windows exe (sig - SHA256 151c94e93796816ab5bbad3bf503b1dd3c1e2b461a760e19d4dd791fd96cc4c3)
    + Full source + docs + binary tarball (sig - SHA256 d9a8935087c1e2fa3307594ae15f1e9ea0f8676e825fa676a50a3a3d471bba83)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index ea98f820f..82719b18c 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -145,7 +145,8 @@

  • CamWithHer
  • canalc2.tv
  • Canalplus: canalplus.fr, piwiplus.fr and d8.tv
  • -
  • Canvas: canvas.be and een.be
  • +
  • Canvas
  • +
  • CanvasEen: canvas.be and een.be
  • CarambaTV
  • CarambaTVPage
  • CartoonNetwork
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 39f04f988..e06080c46 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.10.01 \ No newline at end of file +2017.10.07 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index fc4e7f70d..b34d28045 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 - 2017-10-01T21:56:29.658590Z + 2017-10-07T05:04:48.317918Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12095,4 +12095,19 @@ 2017-10-01T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.10.07 + New version 2017.10.07 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.10.07/ +
    +
    + + The youtube-dl maintainers + + 2017-10-07T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 3cff39ea8..482947f88 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.10.01", - "signature": "95b07c38f64e19316950e5a488ba58bb3ef0dd5e0d7a1a4cd558a22040b48bc55cbf29d0b485aa467b0af6378aaff39cc2118e70030bd55724439cd5787e6e6cd0b3151463e532d4a9c6f07f3616608d040580d961d0ea91b1e38100c4d12966cb92ff2859fa34356d57db6ba75346b464e8f336a88698f1161c2dd6ee156f91", + "latest": "2017.10.07", + "signature": "60ce8d7f2e36ad363eac1f96dd2eb3f2883ca9c994a743c8cbf64b0b551baf210883093469c60d927425c073da76d9df681a7ee32f2780c69711b711e89aeea14a22f066158f8d3f4289681d04c85d5d2003543e4783ebafac8805f0d95157512babb8a88b6d2c242627829b9e2a5d810d0bf338ece35950286288cc865a27fa", "versions": { "2012.02.22": { "bin": [ @@ -11291,6 +11291,20 @@ "https://yt-dl.org/downloads/2017.10.01/youtube-dl-2017.10.01.tar.gz", "0b4f0e12b099c46ad47597764b10f45ceae3935834abf99d49ccd8cfb48dff10" ] + }, + "2017.10.07": { + "bin": [ + "https://yt-dl.org/downloads/2017.10.07/youtube-dl", + "c240b76f9f86ad4c4d2aec88d741c9604954b446b98ea635c1ac85cba7e5ac70" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.10.07/youtube-dl.exe", + "151c94e93796816ab5bbad3bf503b1dd3c1e2b461a760e19d4dd791fd96cc4c3" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.10.07/youtube-dl-2017.10.07.tar.gz", + "d9a8935087c1e2fa3307594ae15f1e9ea0f8676e825fa676a50a3a3d471bba83" + ] } } } \ No newline at end of file From 004938f46334b586f47ab19e15a879c9b72b65e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Thu, 12 Oct 2017 01:08:25 +0700 Subject: [PATCH 106/121] release 2017.10.12 --- download.html | 10 +++++----- supportedsites.html | 5 +++-- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 41 insertions(+), 11 deletions(-) diff --git a/download.html b/download.html index 21436a7a6..c5756375d 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.

    -

    2017.10.07 (sig)

    +

    2017.10.12 (sig)

    -

    SHA256: c240b76f9f86ad4c4d2aec88d741c9604954b446b98ea635c1ac85cba7e5ac70

    +

    SHA256: 2239b5dceead8fd1f6f636ac612fe5b2094417f6941132b2b2d72e4f746223d8

    - Windows exe (sig - SHA256 151c94e93796816ab5bbad3bf503b1dd3c1e2b461a760e19d4dd791fd96cc4c3)
    - Full source + docs + binary tarball (sig - SHA256 d9a8935087c1e2fa3307594ae15f1e9ea0f8676e825fa676a50a3a3d471bba83) + Windows exe (sig - SHA256 1891a4365586a85b272719a2eb7f4fb32d5ad83cd8f9c4c183492882b68cc34c)
    + Full source + docs + binary tarball (sig - SHA256 abbfd0f4c941a85fd26af074a026dd1f4e366b385463fd23ef20432e2b2890ac)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 82719b18c..45cdaab95 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -51,7 +51,6 @@

  • AdultSwim
  • aenetworks: A+E Networks: A&E, Lifetime, History.com, FYI Network
  • afreecatv: afreecatv.com
  • -
  • afreecatv:global: afreecatv.com
  • AirMozilla
  • AliExpressLive
  • AlJazeera
  • @@ -311,6 +310,7 @@
  • freespeech.org
  • FreshLive
  • Funimation
  • +
  • Funk
  • FunnyOrDie
  • Fusion
  • Fux
  • @@ -753,6 +753,7 @@
  • skynewsarabia:video
  • SkySports
  • Slideshare
  • +
  • SlidesLive
  • Slutload
  • smotri: Smotri.com
  • smotri:broadcast: Smotri.com broadcasts
  • @@ -984,6 +985,7 @@
  • VoiceRepublic
  • Voot
  • VoxMedia
  • +
  • VoxMediaVolume
  • Vporn
  • vpro: npo.nl, ntr.nl, omroepwnl.nl, zapp.nl and npo3.nl
  • Vrak
  • @@ -1059,7 +1061,6 @@
  • youtube:search: YouTube.com searches
  • youtube:search:date: YouTube.com searches, newest videos first
  • youtube:search_url: YouTube.com search URLs
  • -
  • youtube:shared
  • youtube:show: YouTube.com (multi-season) shows
  • youtube:subscriptions: YouTube.com subscriptions feed, "ytsubs" keyword (requires authentication)
  • youtube:user: YouTube.com user videos (URL or "ytuser" keyword)
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index e06080c46..778898a38 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.10.07 \ No newline at end of file +2017.10.12 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b34d28045..92d100606 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 - 2017-10-07T05:04:48.317918Z + 2017-10-12T01:08:20.393379Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12110,4 +12110,19 @@ 2017-10-07T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.10.12 + New version 2017.10.12 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.10.12/ +
    +
    + + The youtube-dl maintainers + + 2017-10-12T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 482947f88..10101d81b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.10.07", - "signature": "60ce8d7f2e36ad363eac1f96dd2eb3f2883ca9c994a743c8cbf64b0b551baf210883093469c60d927425c073da76d9df681a7ee32f2780c69711b711e89aeea14a22f066158f8d3f4289681d04c85d5d2003543e4783ebafac8805f0d95157512babb8a88b6d2c242627829b9e2a5d810d0bf338ece35950286288cc865a27fa", + "latest": "2017.10.12", + "signature": "2b33e9380474e73c4cd47913327be3c924ce80545add2cf2aeb7ef003e2d14e2c0f77d6e3a0d9e7f08be626635cb1b8dfdcd505d223adc17b7a04a0caa16afcfbcfe710153b42e8ae44293cf7c1a151d81225a3991142e3ee2471e0d14cf8ba995bc07301e723aea0d300f3b8c541a7d98f0f31f2866ef8f325b5a3fc4cade75", "versions": { "2012.02.22": { "bin": [ @@ -11305,6 +11305,20 @@ "https://yt-dl.org/downloads/2017.10.07/youtube-dl-2017.10.07.tar.gz", "d9a8935087c1e2fa3307594ae15f1e9ea0f8676e825fa676a50a3a3d471bba83" ] + }, + "2017.10.12": { + "bin": [ + "https://yt-dl.org/downloads/2017.10.12/youtube-dl", + "2239b5dceead8fd1f6f636ac612fe5b2094417f6941132b2b2d72e4f746223d8" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.10.12/youtube-dl.exe", + "1891a4365586a85b272719a2eb7f4fb32d5ad83cd8f9c4c183492882b68cc34c" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.10.12/youtube-dl-2017.10.12.tar.gz", + "abbfd0f4c941a85fd26af074a026dd1f4e366b385463fd23ef20432e2b2890ac" + ] } } } \ No newline at end of file From d451428eb06b6a84f779f4ef6bafee545eded524 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 15 Oct 2017 02:28:59 +0700 Subject: [PATCH 107/121] release 2017.10.15 --- download.html | 10 +++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 38 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index c5756375d..41a6cbe46 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.

    -

    2017.10.12 (sig)

    +

    2017.10.15 (sig)

    -

    SHA256: 2239b5dceead8fd1f6f636ac612fe5b2094417f6941132b2b2d72e4f746223d8

    +

    SHA256: 67ca0cd6a1416ec34335483db94fc38524fda7404bdd4d7877d0a1d817725488

    - Windows exe (sig - SHA256 1891a4365586a85b272719a2eb7f4fb32d5ad83cd8f9c4c183492882b68cc34c)
    - Full source + docs + binary tarball (sig - SHA256 abbfd0f4c941a85fd26af074a026dd1f4e366b385463fd23ef20432e2b2890ac) + Windows exe (sig - SHA256 008e9851bf943b97f34ff6259af4dc72b45c4ab384cdfc50473edd2ce2803bbc)
    + Full source + docs + binary tarball (sig - SHA256 c5a367dc8290ddc589bc7dd92ee8baec101a124224edbdf5358b37c7b4af9773)

    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 778898a38..6f0b557de 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.10.12 \ No newline at end of file +2017.10.15 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 92d100606..598185b77 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 - 2017-10-12T01:08:20.393379Z + 2017-10-15T02:28:54.311308Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12125,4 +12125,19 @@ 2017-10-12T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.10.15 + New version 2017.10.15 + + +

    + Downloads available at https://yt-dl.org/downloads/2017.10.15/ +
    + + + The youtube-dl maintainers + + 2017-10-15T00:00:00Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 10101d81b..ce2f11bc0 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.10.12", - "signature": "2b33e9380474e73c4cd47913327be3c924ce80545add2cf2aeb7ef003e2d14e2c0f77d6e3a0d9e7f08be626635cb1b8dfdcd505d223adc17b7a04a0caa16afcfbcfe710153b42e8ae44293cf7c1a151d81225a3991142e3ee2471e0d14cf8ba995bc07301e723aea0d300f3b8c541a7d98f0f31f2866ef8f325b5a3fc4cade75", + "latest": "2017.10.15", + "signature": "5490b8efacc68b0b971b785dcd4ca23e9279d23d4cbffbc45e83a7f4b6e3d1564233b5ad0071beb56774111bd1871577c8e13048c622f81bcefda6c3fab7876d1b1729ffd880cd125dd74a8542c0a1865c168a87293bf722d666b78c0797d445f81432608723ac5b09595340b62c595a1b27a289ac5ef28ffb9baf995dbbfa1f", "versions": { "2012.02.22": { "bin": [ @@ -11319,6 +11319,20 @@ "https://yt-dl.org/downloads/2017.10.12/youtube-dl-2017.10.12.tar.gz", "abbfd0f4c941a85fd26af074a026dd1f4e366b385463fd23ef20432e2b2890ac" ] + }, + "2017.10.15": { + "bin": [ + "https://yt-dl.org/downloads/2017.10.15/youtube-dl", + "67ca0cd6a1416ec34335483db94fc38524fda7404bdd4d7877d0a1d817725488" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.10.15/youtube-dl.exe", + "008e9851bf943b97f34ff6259af4dc72b45c4ab384cdfc50473edd2ce2803bbc" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.10.15/youtube-dl-2017.10.15.tar.gz", + "c5a367dc8290ddc589bc7dd92ee8baec101a124224edbdf5358b37c7b4af9773" + ] } } } \ No newline at end of file From f6a68a76d3b720d2791ca03dbe1269c0986e0136 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 15 Oct 2017 06:18:34 +0700 Subject: [PATCH 108/121] release 2017.10.15.1 --- download.html | 10 +++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 38 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 41a6cbe46..449d3ac11 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.

    -

    2017.10.15 (sig)

    +

    2017.10.15.1 (sig)

    -

    SHA256: 67ca0cd6a1416ec34335483db94fc38524fda7404bdd4d7877d0a1d817725488

    +

    SHA256: a53dc50875c1d21dab24f909b72621b273074036f5528abb52dfc0abb66ceeda

    - Windows exe (sig - SHA256 008e9851bf943b97f34ff6259af4dc72b45c4ab384cdfc50473edd2ce2803bbc)
    - Full source + docs + binary tarball (sig - SHA256 c5a367dc8290ddc589bc7dd92ee8baec101a124224edbdf5358b37c7b4af9773) + Windows exe (sig - SHA256 6d6b9328799ad204494f17f694cc981cc979a2b761cc1547bcdcf79a7ca92495)
    + Full source + docs + binary tarball (sig - SHA256 da6ae68b2fbe81da7cf4ac6b989fa7bf27b3beb214eed551d466cc6e41d7297f)

    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 6f0b557de..24889c5d8 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.10.15 \ No newline at end of file +2017.10.15.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 598185b77..a29e2453f 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 - 2017-10-15T02:28:54.311308Z + 2017-10-15T06:18:29.126331Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12140,4 +12140,19 @@ 2017-10-15T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.10.15.1 + New version 2017.10.15.1 + + +

    + Downloads available at https://yt-dl.org/downloads/2017.10.15.1/ +
    + + + The youtube-dl maintainers + + 2017-10-15T00:00:01Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index ce2f11bc0..cb1b62ac9 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.10.15", - "signature": "5490b8efacc68b0b971b785dcd4ca23e9279d23d4cbffbc45e83a7f4b6e3d1564233b5ad0071beb56774111bd1871577c8e13048c622f81bcefda6c3fab7876d1b1729ffd880cd125dd74a8542c0a1865c168a87293bf722d666b78c0797d445f81432608723ac5b09595340b62c595a1b27a289ac5ef28ffb9baf995dbbfa1f", + "latest": "2017.10.15.1", + "signature": "852ba7e22a8ab1f891c900f9096f0049659c9bb3c2c55d927a6359520f1244e1e05cc3ebfc8ab3b82de8882789b7857d85cfa157b2c349a94c77eeb3f69cccaae710f4f6a5ec8fc12c3ba52859bdd5c52f3ef536630a050a533a6bbf2475252f38b1c84edad9f55e25f4aef2663132b500b3f707ec3eb14d99a0985cd2b05a16", "versions": { "2012.02.22": { "bin": [ @@ -11333,6 +11333,20 @@ "https://yt-dl.org/downloads/2017.10.15/youtube-dl-2017.10.15.tar.gz", "c5a367dc8290ddc589bc7dd92ee8baec101a124224edbdf5358b37c7b4af9773" ] + }, + "2017.10.15.1": { + "bin": [ + "https://yt-dl.org/downloads/2017.10.15.1/youtube-dl", + "a53dc50875c1d21dab24f909b72621b273074036f5528abb52dfc0abb66ceeda" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.10.15.1/youtube-dl.exe", + "6d6b9328799ad204494f17f694cc981cc979a2b761cc1547bcdcf79a7ca92495" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.10.15.1/youtube-dl-2017.10.15.1.tar.gz", + "da6ae68b2fbe81da7cf4ac6b989fa7bf27b3beb214eed551d466cc6e41d7297f" + ] } } } \ No newline at end of file From 2a11c83e324e113ef14014b5f739310970d8512c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Fri, 20 Oct 2017 23:42:43 +0700 Subject: [PATCH 109/121] release 2017.10.20 --- download.html | 10 +++++----- supportedsites.html | 2 ++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 40 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 449d3ac11..9a38ba8fe 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.

    -

    2017.10.15.1 (sig)

    +

    2017.10.20 (sig)

    -

    SHA256: a53dc50875c1d21dab24f909b72621b273074036f5528abb52dfc0abb66ceeda

    +

    SHA256: 4e16914ce1d3ef85b2e1e8cf0fa428f57f24c6403dddaeaec569e5ce7632d4dd

    - Windows exe (sig - SHA256 6d6b9328799ad204494f17f694cc981cc979a2b761cc1547bcdcf79a7ca92495)
    - Full source + docs + binary tarball (sig - SHA256 da6ae68b2fbe81da7cf4ac6b989fa7bf27b3beb214eed551d466cc6e41d7297f) + Windows exe (sig - SHA256 0d1f1c40347cc80b51b878185aa71e089a8ed8cbce78280484bac92daf898f22)
    + Full source + docs + binary tarball (sig - SHA256 3e920a573218328a0864ffda5084093ec03108a7d4cd13cea7be85d7c342f95a)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 45cdaab95..cbd802e2e 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -743,6 +743,7 @@

  • SenateISVP
  • SendtoNews
  • ServingSys
  • +
  • Servus
  • Sexu
  • Shahid
  • Shared: shared.sx
  • @@ -902,6 +903,7 @@
  • UDNEmbed: 聯合影音
  • UKTVPlay
  • Unistra
  • +
  • Unity
  • uol.com.br
  • uplynk
  • uplynk:preplay
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 24889c5d8..caa05ed9b 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.10.15.1 \ No newline at end of file +2017.10.20 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index a29e2453f..cd7f81436 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 - 2017-10-15T06:18:29.126331Z + 2017-10-20T23:42:38.117395Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12155,4 +12155,19 @@ 2017-10-15T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.10.20 + New version 2017.10.20 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.10.20/ +
    +
    + + The youtube-dl maintainers + + 2017-10-20T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index cb1b62ac9..357e7a12b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.10.15.1", - "signature": "852ba7e22a8ab1f891c900f9096f0049659c9bb3c2c55d927a6359520f1244e1e05cc3ebfc8ab3b82de8882789b7857d85cfa157b2c349a94c77eeb3f69cccaae710f4f6a5ec8fc12c3ba52859bdd5c52f3ef536630a050a533a6bbf2475252f38b1c84edad9f55e25f4aef2663132b500b3f707ec3eb14d99a0985cd2b05a16", + "latest": "2017.10.20", + "signature": "8a02f681a45c37e63ae927f168e4ff3c82e5f20acf67843ffd8f64be6b1a7057e0949559908d518b4d7434a17c8a094d7b9a65039a78ad4458c3a6669fc069c37df00ff55b075c2c026ac1f100fc7cbdc9ee59e5ca3ebf3c9a5679f46e2b953c522c30c5ef4d319f4232dd7156e87866e852522becc23f12888581445fc936e9", "versions": { "2012.02.22": { "bin": [ @@ -11347,6 +11347,20 @@ "https://yt-dl.org/downloads/2017.10.15.1/youtube-dl-2017.10.15.1.tar.gz", "da6ae68b2fbe81da7cf4ac6b989fa7bf27b3beb214eed551d466cc6e41d7297f" ] + }, + "2017.10.20": { + "bin": [ + "https://yt-dl.org/downloads/2017.10.20/youtube-dl", + "4e16914ce1d3ef85b2e1e8cf0fa428f57f24c6403dddaeaec569e5ce7632d4dd" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.10.20/youtube-dl.exe", + "0d1f1c40347cc80b51b878185aa71e089a8ed8cbce78280484bac92daf898f22" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.10.20/youtube-dl-2017.10.20.tar.gz", + "3e920a573218328a0864ffda5084093ec03108a7d4cd13cea7be85d7c342f95a" + ] } } } \ No newline at end of file From 71bff58a003f150f0106c71cd6ca656d3e1b3061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 29 Oct 2017 07:24:53 +0700 Subject: [PATCH 110/121] release 2017.10.29 --- download.html | 10 +++++----- supportedsites.html | 5 ++++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 42 insertions(+), 10 deletions(-) diff --git a/download.html b/download.html index 9a38ba8fe..6e15d9b18 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.

    -

    2017.10.20 (sig)

    +

    2017.10.29 (sig)

    -

    SHA256: 4e16914ce1d3ef85b2e1e8cf0fa428f57f24c6403dddaeaec569e5ce7632d4dd

    +

    SHA256: 3a15bffec2b6e33ef57540b70351d3854667bfef193f4737431bedd020aec659

    - Windows exe (sig - SHA256 0d1f1c40347cc80b51b878185aa71e089a8ed8cbce78280484bac92daf898f22)
    - Full source + docs + binary tarball (sig - SHA256 3e920a573218328a0864ffda5084093ec03108a7d4cd13cea7be85d7c342f95a) + Windows exe (sig - SHA256 128b114f030b018da2a1527ac9200866eb1e708e7cb8d8b146a220b5a18ed503)
    + Full source + docs + binary tarball (sig - SHA256 8fe003472048113ed6fcc422cc48cc76a49cfdd12f189b832c40a2cc44e452f9)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index cbd802e2e..5f702f05c 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -513,7 +513,6 @@

  • MySpace:album
  • MySpass
  • Myvi
  • -
  • myvideo (Currently broken)
  • MyVidster
  • n-tv.de
  • natgeo
  • @@ -992,6 +991,7 @@
  • vpro: npo.nl, ntr.nl, omroepwnl.nl, zapp.nl and npo3.nl
  • Vrak
  • VRT: deredactie.be, sporza.be, cobra.be and cobra.canvas.be
  • +
  • VrtNU: VrtNU.be
  • vrv
  • vrv:series
  • VShare
  • @@ -1050,6 +1050,9 @@
  • YouJizz
  • youku: 优酷
  • youku:show
  • +
  • YouNowChannel
  • +
  • YouNowLive
  • +
  • YouNowMoment
  • YouPorn
  • YourUpload
  • youtube: YouTube.com
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index caa05ed9b..d5c3a4b8d 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.10.20 \ No newline at end of file +2017.10.29 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index cd7f81436..3d510bec8 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 - 2017-10-20T23:42:38.117395Z + 2017-10-29T07:24:48.420991Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12170,4 +12170,19 @@ 2017-10-20T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.10.29 + New version 2017.10.29 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.10.29/ +
    +
    + + The youtube-dl maintainers + + 2017-10-29T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 357e7a12b..b382b3d57 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.10.20", - "signature": "8a02f681a45c37e63ae927f168e4ff3c82e5f20acf67843ffd8f64be6b1a7057e0949559908d518b4d7434a17c8a094d7b9a65039a78ad4458c3a6669fc069c37df00ff55b075c2c026ac1f100fc7cbdc9ee59e5ca3ebf3c9a5679f46e2b953c522c30c5ef4d319f4232dd7156e87866e852522becc23f12888581445fc936e9", + "latest": "2017.10.29", + "signature": "5aaf6c63d920bb2ff32122ecbb35882e84795786425f070a335ce23caa2a2f3f701a7806fcbd1aef0f4779ce6c17e7d1bf67d7568516e272e743c5c01e7a0a4e3f9ad6565b4215a184e0bfa5ea4d22b3e8b45916a04abe6af50d7c6a92a33c7ebd35fad70c9f189a9f55c39192b4be1a910680fe7df2a7d64ef9af973beb4e22", "versions": { "2012.02.22": { "bin": [ @@ -11361,6 +11361,20 @@ "https://yt-dl.org/downloads/2017.10.20/youtube-dl-2017.10.20.tar.gz", "3e920a573218328a0864ffda5084093ec03108a7d4cd13cea7be85d7c342f95a" ] + }, + "2017.10.29": { + "bin": [ + "https://yt-dl.org/downloads/2017.10.29/youtube-dl", + "3a15bffec2b6e33ef57540b70351d3854667bfef193f4737431bedd020aec659" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.10.29/youtube-dl.exe", + "128b114f030b018da2a1527ac9200866eb1e708e7cb8d8b146a220b5a18ed503" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.10.29/youtube-dl-2017.10.29.tar.gz", + "8fe003472048113ed6fcc422cc48cc76a49cfdd12f189b832c40a2cc44e452f9" + ] } } } \ No newline at end of file From 0f2f505c2f5769ea79c39a5b1357cb3be2300d3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Mon, 6 Nov 2017 22:43:04 +0700 Subject: [PATCH 111/121] release 2017.11.06 --- download.html | 10 +++++----- supportedsites.html | 3 +-- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 39 insertions(+), 11 deletions(-) diff --git a/download.html b/download.html index 6e15d9b18..343cc90e3 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.

    -

    2017.10.29 (sig)

    +

    2017.11.06 (sig)

    -

    SHA256: 3a15bffec2b6e33ef57540b70351d3854667bfef193f4737431bedd020aec659

    +

    SHA256: 5e7ff8b0e95df66e345e7881b124dbee9f0c47b5597c90a1054687fd4fa77d5f

    - Windows exe (sig - SHA256 128b114f030b018da2a1527ac9200866eb1e708e7cb8d8b146a220b5a18ed503)
    - Full source + docs + binary tarball (sig - SHA256 8fe003472048113ed6fcc422cc48cc76a49cfdd12f189b832c40a2cc44e452f9) + Windows exe (sig - SHA256 bdfe1c70c962fe33f3af6761e6dba9fa181764a0223011cd47856fd70626efdf)
    + Full source + docs + binary tarball (sig - SHA256 6d0c0226a1e914c94a9a68e8bff5a6498bdf783ffb9513ecf18646139c1e58b6)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 5f702f05c..9f5c19c70 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -18,8 +18,6 @@

  • 1up.com
  • 20min
  • 220.ro
  • -
  • 22tracks:genre
  • -
  • 22tracks:track
  • 24video
  • 3qsdn: 3Q SDN
  • 3sat
  • @@ -357,6 +355,7 @@
  • HornBunny
  • HotNewHipHop
  • HotStar
  • +
  • hotstar:playlist
  • Howcast
  • HowStuffWorks
  • HRTi
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index d5c3a4b8d..932a0b1b3 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.10.29 \ No newline at end of file +2017.11.06 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 3d510bec8..42080822c 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 - 2017-10-29T07:24:48.420991Z + 2017-11-06T22:42:58.040892Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12185,4 +12185,19 @@ 2017-10-29T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.11.06 + New version 2017.11.06 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.11.06/ +
    +
    + + The youtube-dl maintainers + + 2017-11-06T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index b382b3d57..3dbea322f 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.10.29", - "signature": "5aaf6c63d920bb2ff32122ecbb35882e84795786425f070a335ce23caa2a2f3f701a7806fcbd1aef0f4779ce6c17e7d1bf67d7568516e272e743c5c01e7a0a4e3f9ad6565b4215a184e0bfa5ea4d22b3e8b45916a04abe6af50d7c6a92a33c7ebd35fad70c9f189a9f55c39192b4be1a910680fe7df2a7d64ef9af973beb4e22", + "latest": "2017.11.06", + "signature": "75d262e57ae29bb38ab0976b60e75cbdf0eec0348d085d6e89595fd48e72b0f3f7f317bae3fbd06afabd54ebce8ddd5f87745b8725e6b55eed2760dafc7298d6e93e4ffb0b00f26c92b01a32a83aac7424f80d391923c506d151d7f3ed0750e0d925bda1e1ce575b345ed9f8fe3a086a7c8ff03ea42092255c4c0055b6545ca3", "versions": { "2012.02.22": { "bin": [ @@ -11375,6 +11375,20 @@ "https://yt-dl.org/downloads/2017.10.29/youtube-dl-2017.10.29.tar.gz", "8fe003472048113ed6fcc422cc48cc76a49cfdd12f189b832c40a2cc44e452f9" ] + }, + "2017.11.06": { + "bin": [ + "https://yt-dl.org/downloads/2017.11.06/youtube-dl", + "5e7ff8b0e95df66e345e7881b124dbee9f0c47b5597c90a1054687fd4fa77d5f" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.11.06/youtube-dl.exe", + "bdfe1c70c962fe33f3af6761e6dba9fa181764a0223011cd47856fd70626efdf" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.11.06/youtube-dl-2017.11.06.tar.gz", + "6d0c0226a1e914c94a9a68e8bff5a6498bdf783ffb9513ecf18646139c1e58b6" + ] } } } \ No newline at end of file From 33db337845e16e2cbd1565ac177d2b196172a1b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Wed, 15 Nov 2017 00:21:39 +0700 Subject: [PATCH 112/121] release 2017.11.15 --- download.html | 10 +++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 38 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 343cc90e3..23c123013 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.

    -

    2017.11.06 (sig)

    +

    2017.11.15 (sig)

    -

    SHA256: 5e7ff8b0e95df66e345e7881b124dbee9f0c47b5597c90a1054687fd4fa77d5f

    +

    SHA256: c9afd970df5cda9325f9460744ad67334f899df8c24085bf7555eb6e849cfe75

    - Windows exe (sig - SHA256 bdfe1c70c962fe33f3af6761e6dba9fa181764a0223011cd47856fd70626efdf)
    - Full source + docs + binary tarball (sig - SHA256 6d0c0226a1e914c94a9a68e8bff5a6498bdf783ffb9513ecf18646139c1e58b6) + Windows exe (sig - SHA256 9ca37460c28bd6a6f9215be6a8b06f9f46905ca644b9bf9e8590e30e3e89e274)
    + Full source + docs + binary tarball (sig - SHA256 88b177baaad0ceafc496bbef790c24b35272cbd9527e2b64f536131aad040ce8)

    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 932a0b1b3..9d796a916 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.11.06 \ No newline at end of file +2017.11.15 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 42080822c..53a2db511 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 - 2017-11-06T22:42:58.040892Z + 2017-11-15T00:21:30.911261Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12200,4 +12200,19 @@ 2017-11-06T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.11.15 + New version 2017.11.15 + + +

    + Downloads available at https://yt-dl.org/downloads/2017.11.15/ +
    + + + The youtube-dl maintainers + + 2017-11-15T00:00:00Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 3dbea322f..0bcfbbabe 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.11.06", - "signature": "75d262e57ae29bb38ab0976b60e75cbdf0eec0348d085d6e89595fd48e72b0f3f7f317bae3fbd06afabd54ebce8ddd5f87745b8725e6b55eed2760dafc7298d6e93e4ffb0b00f26c92b01a32a83aac7424f80d391923c506d151d7f3ed0750e0d925bda1e1ce575b345ed9f8fe3a086a7c8ff03ea42092255c4c0055b6545ca3", + "latest": "2017.11.15", + "signature": "0109d6bcdbe218daa9275afb3ae112f325f4efb24746ee964bbbc979b257c73a4eb1a4a0f554c3c566ccdc2a6b42ae2b64fdc10f4f5cb5aee1edea1430ed671492cf1dd34cb5bb926c0234d14ae3c8f1ef90bd362d97b22d197a0af16722c3039ce96c274fdd0ef3bee1e948aa8481043c0b98409f5335680d657985b36e5a48", "versions": { "2012.02.22": { "bin": [ @@ -11389,6 +11389,20 @@ "https://yt-dl.org/downloads/2017.11.06/youtube-dl-2017.11.06.tar.gz", "6d0c0226a1e914c94a9a68e8bff5a6498bdf783ffb9513ecf18646139c1e58b6" ] + }, + "2017.11.15": { + "bin": [ + "https://yt-dl.org/downloads/2017.11.15/youtube-dl", + "c9afd970df5cda9325f9460744ad67334f899df8c24085bf7555eb6e849cfe75" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.11.15/youtube-dl.exe", + "9ca37460c28bd6a6f9215be6a8b06f9f46905ca644b9bf9e8590e30e3e89e274" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.11.15/youtube-dl-2017.11.15.tar.gz", + "88b177baaad0ceafc496bbef790c24b35272cbd9527e2b64f536131aad040ce8" + ] } } } \ No newline at end of file From 0bc87bb7320dfbd18ad5bb840f0cbc1bb19ff784 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 26 Nov 2017 21:51:15 +0700 Subject: [PATCH 113/121] release 2017.11.26 --- download.html | 10 +++++----- supportedsites.html | 7 +++---- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 41 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 23c123013..5fd06442a 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.

    -

    2017.11.15 (sig)

    +

    2017.11.26 (sig)

    -

    SHA256: c9afd970df5cda9325f9460744ad67334f899df8c24085bf7555eb6e849cfe75

    +

    SHA256: 8249844eb2e2c596387a2b30e394763449c99ce2bbda58e5b4fec9a2ee94a475

    - Windows exe (sig - SHA256 9ca37460c28bd6a6f9215be6a8b06f9f46905ca644b9bf9e8590e30e3e89e274)
    - Full source + docs + binary tarball (sig - SHA256 88b177baaad0ceafc496bbef790c24b35272cbd9527e2b64f536131aad040ce8) + Windows exe (sig - SHA256 0e703f229fb1c7904eb042b99598d123c977cc15591b56583538d2dbb64c8268)
    + Full source + docs + binary tarball (sig - SHA256 47d30aec89cd2456b7ee7026c66c0ee4f56ab7d2700c44af27be0e00627d2d5a)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 9f5c19c70..d4d720ecc 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -281,10 +281,8 @@

  • fc2
  • fc2:embed
  • Fczenit
  • -
  • fernsehkritik.tv
  • filmon
  • filmon:channel
  • -
  • Firstpost
  • FiveTV
  • Flickr
  • Flipagram
  • @@ -298,7 +296,7 @@
  • foxnews:article
  • foxnews:insider
  • FoxSports
  • -
  • france2.fr:generation-quoi
  • +
  • france2.fr:generation-what
  • FranceCulture
  • FranceInter
  • FranceTV
  • @@ -316,7 +314,6 @@
  • GameInformer
  • GameOne
  • gameone:playlist
  • -
  • Gamersyde
  • GameSpot
  • GameStar
  • Gaskrank
  • @@ -456,6 +453,7 @@
  • mangomolo:live
  • mangomolo:video
  • ManyVids
  • +
  • massengeschmack.tv
  • MatchTV
  • MDR: MDR.DE and KiKA
  • media.ccc.de
  • @@ -623,6 +621,7 @@
  • pcmag
  • PearVideo
  • People
  • +
  • PerformGroup
  • periscope: Periscope
  • periscope:user: Periscope user videos
  • PhilharmonieDeParis: Philharmonie de Paris
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 9d796a916..d5d9588cb 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.11.15 \ No newline at end of file +2017.11.26 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 53a2db511..3f05f0337 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 - 2017-11-15T00:21:30.911261Z + 2017-11-26T21:51:10.368725Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12215,4 +12215,19 @@ 2017-11-15T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.11.26 + New version 2017.11.26 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.11.26/ +
    +
    + + The youtube-dl maintainers + + 2017-11-26T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 0bcfbbabe..3ed3b43d0 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.11.15", - "signature": "0109d6bcdbe218daa9275afb3ae112f325f4efb24746ee964bbbc979b257c73a4eb1a4a0f554c3c566ccdc2a6b42ae2b64fdc10f4f5cb5aee1edea1430ed671492cf1dd34cb5bb926c0234d14ae3c8f1ef90bd362d97b22d197a0af16722c3039ce96c274fdd0ef3bee1e948aa8481043c0b98409f5335680d657985b36e5a48", + "latest": "2017.11.26", + "signature": "0745727243e4594c9974e1b4ffdcfbd78c9e289f5b760f2a6ed25e52b2b82748c655fa4fb38900d13e5dbdda3d379c34f4b14b77a7608f5e53f9c9c0cd3b7277d7cadb316fff964a64ba8f20583b634747a40bbd66f402e2bf643ce813a274f7abf5baeccfec3417ec0742361f037a4a665609e1020b427163c6a1c333b683cd", "versions": { "2012.02.22": { "bin": [ @@ -11403,6 +11403,20 @@ "https://yt-dl.org/downloads/2017.11.15/youtube-dl-2017.11.15.tar.gz", "88b177baaad0ceafc496bbef790c24b35272cbd9527e2b64f536131aad040ce8" ] + }, + "2017.11.26": { + "bin": [ + "https://yt-dl.org/downloads/2017.11.26/youtube-dl", + "8249844eb2e2c596387a2b30e394763449c99ce2bbda58e5b4fec9a2ee94a475" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.11.26/youtube-dl.exe", + "0e703f229fb1c7904eb042b99598d123c977cc15591b56583538d2dbb64c8268" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.11.26/youtube-dl-2017.11.26.tar.gz", + "47d30aec89cd2456b7ee7026c66c0ee4f56ab7d2700c44af27be0e00627d2d5a" + ] } } } \ No newline at end of file From 4e748007fc0a981f2e9b06f7d01c2d0b246d96d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sat, 2 Dec 2017 21:36:37 +0700 Subject: [PATCH 114/121] release 2017.12.02 --- download.html | 10 +++++----- supportedsites.html | 7 ++++--- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 42 insertions(+), 12 deletions(-) diff --git a/download.html b/download.html index 5fd06442a..b42349c95 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.

    -

    2017.11.26 (sig)

    +

    2017.12.02 (sig)

    -

    SHA256: 8249844eb2e2c596387a2b30e394763449c99ce2bbda58e5b4fec9a2ee94a475

    +

    SHA256: 1f3f7134b366f3edac034f34cdca5f2ddb439ac30f313bc9f7d173c0bac8b413

    - Windows exe (sig - SHA256 0e703f229fb1c7904eb042b99598d123c977cc15591b56583538d2dbb64c8268)
    - Full source + docs + binary tarball (sig - SHA256 47d30aec89cd2456b7ee7026c66c0ee4f56ab7d2700c44af27be0e00627d2d5a) + Windows exe (sig - SHA256 7dd864df7d64063bf4990ae096a938aa42f12cc5a6e53c175e781f6adb4d5e98)
    + Full source + docs + binary tarball (sig - SHA256 0a523db989f0f75e7e91676d6e416dad22a0e1ef3341cec652bf5b06c07fc5e1)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index d4d720ecc..188c9f6b2 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -127,11 +127,12 @@

  • BokeCC
  • BostonGlobe
  • Bpb: Bundeszentrale für politische Bildung
  • -
  • BR: Bayerischer Rundfunk Mediathek
  • +
  • BR: Bayerischer Rundfunk
  • BravoTV
  • Break
  • brightcove:legacy
  • brightcove:new
  • +
  • BRMediathek: Bayerischer Rundfunk Mediathek
  • bt:article: Bergens Tidende Articles
  • bt:vestlendingen: Bergens Tidende - Vestlendingen
  • BuzzFeed
  • @@ -213,8 +214,8 @@
  • dailymotion:playlist
  • dailymotion:user
  • DailymotionCloud
  • -
  • Daisuki
  • -
  • DaisukiPlaylist
  • +
  • DaisukiMotto
  • +
  • DaisukiMottoPlaylist
  • daum.net
  • daum.net:clip
  • daum.net:playlist
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index d5d9588cb..fb6dc7557 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.11.26 \ No newline at end of file +2017.12.02 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 3f05f0337..0c47aaaca 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 - 2017-11-26T21:51:10.368725Z + 2017-12-02T21:36:30.873133Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12230,4 +12230,19 @@ 2017-11-26T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.12.02 + New version 2017.12.02 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.12.02/ +
    +
    + + The youtube-dl maintainers + + 2017-12-02T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 3ed3b43d0..b6748699d 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.11.26", - "signature": "0745727243e4594c9974e1b4ffdcfbd78c9e289f5b760f2a6ed25e52b2b82748c655fa4fb38900d13e5dbdda3d379c34f4b14b77a7608f5e53f9c9c0cd3b7277d7cadb316fff964a64ba8f20583b634747a40bbd66f402e2bf643ce813a274f7abf5baeccfec3417ec0742361f037a4a665609e1020b427163c6a1c333b683cd", + "latest": "2017.12.02", + "signature": "5c8b93ab7d588ef55da1ccf760addcbe9a72bc39f1e1a696667b5b63ed0681e0fab7b43d9e96490f7fbe9fd104e091fccbe3da7512f00318b93336dde18024858020c5ffe91497a1111e26082207706192295575c595c9596df7eebc384c9b28c7df75c81a4e526e58a2e75310884d5614c8f1da85973f3b3b253e2884baeec8", "versions": { "2012.02.22": { "bin": [ @@ -11417,6 +11417,20 @@ "https://yt-dl.org/downloads/2017.11.26/youtube-dl-2017.11.26.tar.gz", "47d30aec89cd2456b7ee7026c66c0ee4f56ab7d2700c44af27be0e00627d2d5a" ] + }, + "2017.12.02": { + "bin": [ + "https://yt-dl.org/downloads/2017.12.02/youtube-dl", + "1f3f7134b366f3edac034f34cdca5f2ddb439ac30f313bc9f7d173c0bac8b413" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.12.02/youtube-dl.exe", + "7dd864df7d64063bf4990ae096a938aa42f12cc5a6e53c175e781f6adb4d5e98" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.12.02/youtube-dl-2017.12.02.tar.gz", + "0a523db989f0f75e7e91676d6e416dad22a0e1ef3341cec652bf5b06c07fc5e1" + ] } } } \ No newline at end of file From 4a79deb63d76a618e0da43be2fc15bae01552dcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 10 Dec 2017 23:20:52 +0700 Subject: [PATCH 115/121] release 2017.12.10 --- download.html | 10 +++++----- supportedsites.html | 8 +++++--- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 12 deletions(-) diff --git a/download.html b/download.html index b42349c95..f51e6e528 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.

    -

    2017.12.02 (sig)

    +

    2017.12.10 (sig)

    -

    SHA256: 1f3f7134b366f3edac034f34cdca5f2ddb439ac30f313bc9f7d173c0bac8b413

    +

    SHA256: b2bf9830140b9f3cc38ba883a32a35a331d0931e89056d79293a381217a2b256

    - Windows exe (sig - SHA256 7dd864df7d64063bf4990ae096a938aa42f12cc5a6e53c175e781f6adb4d5e98)
    - Full source + docs + binary tarball (sig - SHA256 0a523db989f0f75e7e91676d6e416dad22a0e1ef3341cec652bf5b06c07fc5e1) + Windows exe (sig - SHA256 0b044785d7cb6c88d502118bb0cfe4e276dc1d4afd60bc7796df67fa97c89a90)
    + Full source + docs + binary tarball (sig - SHA256 6b1714e51425684d1716f7bcd6fc09aebfbfcd6ef3030b0d62a0997279ed9cca)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 188c9f6b2..5725c27d7 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -213,7 +213,6 @@

  • dailymotion
  • dailymotion:playlist
  • dailymotion:user
  • -
  • DailymotionCloud
  • DaisukiMotto
  • DaisukiMottoPlaylist
  • daum.net
  • @@ -258,8 +257,9 @@
  • eHow
  • Einthusan
  • eitb.tv
  • -
  • EllenTV
  • -
  • EllenTV:clips
  • +
  • EllenTube
  • +
  • EllenTubePlaylist
  • +
  • EllenTubeVideo
  • ElPais: El País
  • Embedly
  • EMPFlix
  • @@ -677,6 +677,7 @@
  • Rai
  • RaiPlay
  • RaiPlayLive
  • +
  • RaiPlayPlaylist
  • RBMARadio
  • RDS: RDS.ca
  • RedBullTV
  • @@ -796,6 +797,7 @@
  • streamcloud.eu
  • StreamCZ
  • StreetVoice
  • +
  • StretchInternet
  • SunPorno
  • SVT
  • SVTPlay: SVT Play and Öppet arkiv
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index fb6dc7557..ae177784e 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.12.02 \ No newline at end of file +2017.12.10 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 0c47aaaca..7cd09ae5b 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 - 2017-12-02T21:36:30.873133Z + 2017-12-10T23:20:47.068833Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12245,4 +12245,19 @@ 2017-12-02T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.12.10 + New version 2017.12.10 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.12.10/ +
    +
    + + The youtube-dl maintainers + + 2017-12-10T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index b6748699d..ff9eec0dc 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.12.02", - "signature": "5c8b93ab7d588ef55da1ccf760addcbe9a72bc39f1e1a696667b5b63ed0681e0fab7b43d9e96490f7fbe9fd104e091fccbe3da7512f00318b93336dde18024858020c5ffe91497a1111e26082207706192295575c595c9596df7eebc384c9b28c7df75c81a4e526e58a2e75310884d5614c8f1da85973f3b3b253e2884baeec8", + "latest": "2017.12.10", + "signature": "3250bcf297e1aa8d8284886df7f70e665b4647a5fbed64057b9117b200189eeb946d6071801173e9da625002abe8b4ebca64c314bc6ec45705f5cbdc4e59abd3a1695e33e8cafd8cc9e3a2f23a038d3f809f1b43a8a74c03ef124c49c4cd78aa722352bb58909ae52a9582bfcc5ad92636c81843cfb24c6deb16108b68523f92", "versions": { "2012.02.22": { "bin": [ @@ -11431,6 +11431,20 @@ "https://yt-dl.org/downloads/2017.12.02/youtube-dl-2017.12.02.tar.gz", "0a523db989f0f75e7e91676d6e416dad22a0e1ef3341cec652bf5b06c07fc5e1" ] + }, + "2017.12.10": { + "bin": [ + "https://yt-dl.org/downloads/2017.12.10/youtube-dl", + "b2bf9830140b9f3cc38ba883a32a35a331d0931e89056d79293a381217a2b256" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.12.10/youtube-dl.exe", + "0b044785d7cb6c88d502118bb0cfe4e276dc1d4afd60bc7796df67fa97c89a90" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.12.10/youtube-dl-2017.12.10.tar.gz", + "6b1714e51425684d1716f7bcd6fc09aebfbfcd6ef3030b0d62a0997279ed9cca" + ] } } } \ No newline at end of file From f7644f0ffdd1e784972d9ea3f1c65a331d8f9cc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Thu, 14 Dec 2017 05:21:18 +0700 Subject: [PATCH 116/121] release 2017.12.14 --- download.html | 10 +++++----- supportedsites.html | 8 ++++---- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index f51e6e528..0771bad78 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.

    -

    2017.12.10 (sig)

    +

    2017.12.14 (sig)

    -

    SHA256: b2bf9830140b9f3cc38ba883a32a35a331d0931e89056d79293a381217a2b256

    +

    SHA256: ebf65d9bf94500dbc220e5ad139b1995a2e659a7bfb0afa1e12cac020cd3d0b3

    - Windows exe (sig - SHA256 0b044785d7cb6c88d502118bb0cfe4e276dc1d4afd60bc7796df67fa97c89a90)
    - Full source + docs + binary tarball (sig - SHA256 6b1714e51425684d1716f7bcd6fc09aebfbfcd6ef3030b0d62a0997279ed9cca) + Windows exe (sig - SHA256 06627f8935e5413ded7aaa0608a5ad2e1148d4300bd65aea37d8e4c0362ced34)
    + Full source + docs + binary tarball (sig - SHA256 1212228b53424184cbffc64007475da6844fa7a906d11dab02ce2d7f20d31b06)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 5725c27d7..14e7a312f 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -137,7 +137,6 @@

  • bt:vestlendingen: Bergens Tidende - Vestlendingen
  • BuzzFeed
  • BYUtv
  • -
  • BYUtvEvent
  • Camdemy
  • CamdemyFolder
  • CamWithHer
  • @@ -553,6 +552,7 @@
  • nhl.com:videocenter:category: NHL videocenter category
  • nick.com
  • nick.de
  • +
  • nickelodeon:br
  • nickelodeonru
  • nicknight
  • niconico: ニコニコ動画
  • @@ -571,8 +571,6 @@
  • nowness
  • nowness:playlist
  • nowness:series
  • -
  • NowTV (Currently broken)
  • -
  • NowTVList
  • nowvideo: NowVideo
  • Noz
  • npo: npo.nl, ntr.nl, omroepwnl.nl, zapp.nl and npo3.nl
  • @@ -809,7 +807,7 @@
  • tagesschau:player
  • Tass
  • TastyTrade
  • -
  • TBS (Currently broken)
  • +
  • TBS
  • TDSLifeway
  • teachertube: teachertube.com videos
  • teachertube:user:collection: teachertube.com user and collection videos
  • @@ -880,6 +878,8 @@
  • tvland.com
  • TVN24
  • TVNoe
  • +
  • TVNow
  • +
  • TVNowList
  • tvp: Telewizja Polska
  • tvp:embed: Telewizja Polska
  • tvp:series
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index ae177784e..38a8106d8 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.12.10 \ No newline at end of file +2017.12.14 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 7cd09ae5b..89953eeec 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 - 2017-12-10T23:20:47.068833Z + 2017-12-14T05:21:13.216315Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12260,4 +12260,19 @@ 2017-12-10T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.12.14 + New version 2017.12.14 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.12.14/ +
    +
    + + The youtube-dl maintainers + + 2017-12-14T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index ff9eec0dc..4ecf8c321 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.12.10", - "signature": "3250bcf297e1aa8d8284886df7f70e665b4647a5fbed64057b9117b200189eeb946d6071801173e9da625002abe8b4ebca64c314bc6ec45705f5cbdc4e59abd3a1695e33e8cafd8cc9e3a2f23a038d3f809f1b43a8a74c03ef124c49c4cd78aa722352bb58909ae52a9582bfcc5ad92636c81843cfb24c6deb16108b68523f92", + "latest": "2017.12.14", + "signature": "8a0caa9a43b5d0058332855e60eff8a66db1f99697a48c75748538269cff5573817079257dd28f94b086455024be2d6dc213b6cd64b6d60e925108255f208c74fed5f88f2d5b9b6016817d0ed4e652335bb926338fb62ca81cb7efb2fedc26e53818c2ac2a7967cd854035275a7ddab6168e5b4cbf45a5a1c881aea263120181", "versions": { "2012.02.22": { "bin": [ @@ -11445,6 +11445,20 @@ "https://yt-dl.org/downloads/2017.12.10/youtube-dl-2017.12.10.tar.gz", "6b1714e51425684d1716f7bcd6fc09aebfbfcd6ef3030b0d62a0997279ed9cca" ] + }, + "2017.12.14": { + "bin": [ + "https://yt-dl.org/downloads/2017.12.14/youtube-dl", + "ebf65d9bf94500dbc220e5ad139b1995a2e659a7bfb0afa1e12cac020cd3d0b3" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.12.14/youtube-dl.exe", + "06627f8935e5413ded7aaa0608a5ad2e1148d4300bd65aea37d8e4c0362ced34" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.12.14/youtube-dl-2017.12.14.tar.gz", + "1212228b53424184cbffc64007475da6844fa7a906d11dab02ce2d7f20d31b06" + ] } } } \ No newline at end of file From 81153fdc2489981aa5e5f1c5f08026d2f3299dff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sat, 23 Dec 2017 21:26:27 +0700 Subject: [PATCH 117/121] release 2017.12.23 --- download.html | 10 +++++----- supportedsites.html | 2 ++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 40 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 0771bad78..dd88ddb1b 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.

    -

    2017.12.14 (sig)

    +

    2017.12.23 (sig)

    -

    SHA256: ebf65d9bf94500dbc220e5ad139b1995a2e659a7bfb0afa1e12cac020cd3d0b3

    +

    SHA256: b839e0aa9a1248e2bf1e76e807dc3cd2ddfe2f89bfe6f1d0d361cf56b22e9d44

    - Windows exe (sig - SHA256 06627f8935e5413ded7aaa0608a5ad2e1148d4300bd65aea37d8e4c0362ced34)
    - Full source + docs + binary tarball (sig - SHA256 1212228b53424184cbffc64007475da6844fa7a906d11dab02ce2d7f20d31b06) + Windows exe (sig - SHA256 66438160dcde549fa5a9fc276474b90260e0a44359028254825e8a3b3ffaafc7)
    + Full source + docs + binary tarball (sig - SHA256 85206c46a90a8993b133b9dd0e0ec8fc6f358060dfea5b5c607aa58a9b5ca18a)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 14e7a312f..8fd8566cf 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -25,6 +25,7 @@

  • 56.com
  • 5min
  • 6play
  • +
  • 7plus
  • 8tracks
  • 91porn
  • 9c9media
  • @@ -743,6 +744,7 @@
  • Servus
  • Sexu
  • Shahid
  • +
  • ShahidShow
  • Shared: shared.sx
  • ShowRoomLive
  • Sina
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 38a8106d8..7cc13ad72 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.12.14 \ No newline at end of file +2017.12.23 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 89953eeec..9e24c0a20 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 - 2017-12-14T05:21:13.216315Z + 2017-12-23T21:26:20.171874Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12275,4 +12275,19 @@ 2017-12-14T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.12.23 + New version 2017.12.23 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.12.23/ +
    +
    + + The youtube-dl maintainers + + 2017-12-23T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 4ecf8c321..a091868d8 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.12.14", - "signature": "8a0caa9a43b5d0058332855e60eff8a66db1f99697a48c75748538269cff5573817079257dd28f94b086455024be2d6dc213b6cd64b6d60e925108255f208c74fed5f88f2d5b9b6016817d0ed4e652335bb926338fb62ca81cb7efb2fedc26e53818c2ac2a7967cd854035275a7ddab6168e5b4cbf45a5a1c881aea263120181", + "latest": "2017.12.23", + "signature": "4ae36c4da871e77b4c547b2983b8db13425f7435b9fae5282556920c15406c529b33c9ce8a9baf53596f2f4fbe49b030e45714b9952c935cf1400071fe34331d7f7593859d9a66ea5a1a827f169b4e5008f78067b600ce7359d431612cdcb00d1b6e24f03d2812a24bc909b362bb8c729515e8d7926d8fb56e283fe952ef33c5", "versions": { "2012.02.22": { "bin": [ @@ -11459,6 +11459,20 @@ "https://yt-dl.org/downloads/2017.12.14/youtube-dl-2017.12.14.tar.gz", "1212228b53424184cbffc64007475da6844fa7a906d11dab02ce2d7f20d31b06" ] + }, + "2017.12.23": { + "bin": [ + "https://yt-dl.org/downloads/2017.12.23/youtube-dl", + "b839e0aa9a1248e2bf1e76e807dc3cd2ddfe2f89bfe6f1d0d361cf56b22e9d44" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.12.23/youtube-dl.exe", + "66438160dcde549fa5a9fc276474b90260e0a44359028254825e8a3b3ffaafc7" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.12.23/youtube-dl-2017.12.23.tar.gz", + "85206c46a90a8993b133b9dd0e0ec8fc6f358060dfea5b5c607aa58a9b5ca18a" + ] } } } \ No newline at end of file From 23e4d4fee3eb32a7e66e7b051676766974e82982 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Thu, 28 Dec 2017 23:14:59 +0700 Subject: [PATCH 118/121] release 2017.12.28 --- download.html | 10 +++++----- supportedsites.html | 5 +++++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index dd88ddb1b..560519547 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.

    -

    2017.12.23 (sig)

    +

    2017.12.28 (sig)

    -

    SHA256: b839e0aa9a1248e2bf1e76e807dc3cd2ddfe2f89bfe6f1d0d361cf56b22e9d44

    +

    SHA256: 4b1cf1b01bed9eb33df56ca715dd3aee2bfbbfb4c7cbf7c3196c97c81441552a

    - Windows exe (sig - SHA256 66438160dcde549fa5a9fc276474b90260e0a44359028254825e8a3b3ffaafc7)
    - Full source + docs + binary tarball (sig - SHA256 85206c46a90a8993b133b9dd0e0ec8fc6f358060dfea5b5c607aa58a9b5ca18a) + Windows exe (sig - SHA256 aee41eac66a47911ed4d7591201afad8c2eae18fa257a92b70f1606f81d72f55)
    + Full source + docs + binary tarball (sig - SHA256 6e361234921bebba34417012a1c74f69b124a7fe4c1d1c84008bfd16c80a48e2)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 8fd8566cf..8de2a4ccc 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -18,6 +18,7 @@

  • 1up.com
  • 20min
  • 220.ro
  • +
  • 23video
  • 24video
  • 3qsdn: 3Q SDN
  • 3sat
  • @@ -284,6 +285,8 @@
  • Fczenit
  • filmon
  • filmon:channel
  • +
  • Filmweb
  • +
  • FiveThirtyEight
  • FiveTV
  • Flickr
  • Flipagram
  • @@ -374,6 +377,7 @@
  • InfoQ
  • Instagram
  • instagram:user: Instagram user profile
  • +
  • Internazionale
  • InternetVideoArchive
  • IPrima
  • iqiyi: 爱奇艺
  • @@ -904,6 +908,7 @@
  • udemy:course
  • UDNEmbed: 聯合影音
  • UKTVPlay
  • +
  • umg:de: Universal Music Deutschland
  • Unistra
  • Unity
  • uol.com.br
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 7cc13ad72..15318512f 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.12.23 \ No newline at end of file +2017.12.28 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 9e24c0a20..b854dce8f 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 - 2017-12-23T21:26:20.171874Z + 2017-12-28T23:14:53.949440Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12290,4 +12290,19 @@ 2017-12-23T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.12.28 + New version 2017.12.28 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.12.28/ +
    +
    + + The youtube-dl maintainers + + 2017-12-28T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index a091868d8..26c938cb5 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.12.23", - "signature": "4ae36c4da871e77b4c547b2983b8db13425f7435b9fae5282556920c15406c529b33c9ce8a9baf53596f2f4fbe49b030e45714b9952c935cf1400071fe34331d7f7593859d9a66ea5a1a827f169b4e5008f78067b600ce7359d431612cdcb00d1b6e24f03d2812a24bc909b362bb8c729515e8d7926d8fb56e283fe952ef33c5", + "latest": "2017.12.28", + "signature": "9129c22afb0cea0ef52f8af33212a2d1bed97b80caaa549ab8b171dce91ce553835b4ec47f7145f02bbb5d2221310e2250c6d933d9ae0f6d7966e2b77c323a1093ace0b745515614bb699c90f485292e6fb2c7098bb08e3f0e945635402ab6039a1b2eefc29e340601c649bdd5e0fa606b39353843da253a9368c53dd3d5e9c4", "versions": { "2012.02.22": { "bin": [ @@ -11473,6 +11473,20 @@ "https://yt-dl.org/downloads/2017.12.23/youtube-dl-2017.12.23.tar.gz", "85206c46a90a8993b133b9dd0e0ec8fc6f358060dfea5b5c607aa58a9b5ca18a" ] + }, + "2017.12.28": { + "bin": [ + "https://yt-dl.org/downloads/2017.12.28/youtube-dl", + "4b1cf1b01bed9eb33df56ca715dd3aee2bfbbfb4c7cbf7c3196c97c81441552a" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.12.28/youtube-dl.exe", + "aee41eac66a47911ed4d7591201afad8c2eae18fa257a92b70f1606f81d72f55" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.12.28/youtube-dl-2017.12.28.tar.gz", + "6e361234921bebba34417012a1c74f69b124a7fe4c1d1c84008bfd16c80a48e2" + ] } } } \ No newline at end of file From 8457b78f9d104bf0150efe017b738a9138e1f2b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 31 Dec 2017 04:32:33 +0700 Subject: [PATCH 119/121] release 2017.12.31 --- download.html | 10 +++++----- supportedsites.html | 4 ++-- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 40 insertions(+), 11 deletions(-) diff --git a/download.html b/download.html index 560519547..22ca8ffad 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.

    -

    2017.12.28 (sig)

    +

    2017.12.31 (sig)

    -

    SHA256: 4b1cf1b01bed9eb33df56ca715dd3aee2bfbbfb4c7cbf7c3196c97c81441552a

    +

    SHA256: fd2b774bf5a7a642bdcd52096717d6a4742d0505f2e1c3bc27a8fa30906a4bc3

    - Windows exe (sig - SHA256 aee41eac66a47911ed4d7591201afad8c2eae18fa257a92b70f1606f81d72f55)
    - Full source + docs + binary tarball (sig - SHA256 6e361234921bebba34417012a1c74f69b124a7fe4c1d1c84008bfd16c80a48e2) + Windows exe (sig - SHA256 ae48915b393e75202247954eeb79edfd53e56db3b2554a92876254faeadc55c1)
    + Full source + docs + binary tarball (sig - SHA256 b10b23b7f5b2b1e3bca036e2c6b127902cac53d140cb40cf1ff8529362040133)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 8de2a4ccc..2ea943c43 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -186,7 +186,6 @@

  • CNN
  • CNNArticle
  • CNNBlogs
  • -
  • CollegeRama
  • ComCarCoff
  • ComedyCentral
  • ComedyCentralFullEpisodes
  • @@ -464,6 +463,7 @@
  • media.ccc.de
  • Medialaan
  • Mediaset
  • +
  • Mediasite
  • Medici
  • megaphone.fm: megaphone.fm embedded players
  • Meipai: 美拍
  • @@ -732,7 +732,6 @@
  • safari: safaribooksonline.com online video
  • safari:api
  • safari:course: safaribooksonline.com online courses
  • -
  • Sandia: Sandia National Laboratories
  • Sapo: SAPO Vídeos
  • savefrom.net
  • SBS: sbs.com.au
  • @@ -907,6 +906,7 @@
  • udemy
  • udemy:course
  • UDNEmbed: 聯合影音
  • +
  • UFCTV
  • UKTVPlay
  • umg:de: Universal Music Deutschland
  • Unistra
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 15318512f..9a546bee3 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.12.28 \ No newline at end of file +2017.12.31 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b854dce8f..9b81aaea9 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 - 2017-12-28T23:14:53.949440Z + 2017-12-31T04:32:26.848025Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12305,4 +12305,19 @@ 2017-12-28T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.12.31 + New version 2017.12.31 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.12.31/ +
    +
    + + The youtube-dl maintainers + + 2017-12-31T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 26c938cb5..337bd4715 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.12.28", - "signature": "9129c22afb0cea0ef52f8af33212a2d1bed97b80caaa549ab8b171dce91ce553835b4ec47f7145f02bbb5d2221310e2250c6d933d9ae0f6d7966e2b77c323a1093ace0b745515614bb699c90f485292e6fb2c7098bb08e3f0e945635402ab6039a1b2eefc29e340601c649bdd5e0fa606b39353843da253a9368c53dd3d5e9c4", + "latest": "2017.12.31", + "signature": "18f712cd2467eb5e75a5832b0a596215fda86507118dd0a5a9e50078825402f0612655f517f36acbdc781f767a25d0542ef4710b82d25a8c47102e25296c0183ea9d38fb5d44c1946ba5bf94793b6c40e0591be7c1cd2dddc2cf7604b3dd32eeb4b09ad18c53c932d2e22f7b1f05727bb315c7b79f39cba7ee601115aa5f61a2", "versions": { "2012.02.22": { "bin": [ @@ -11487,6 +11487,20 @@ "https://yt-dl.org/downloads/2017.12.28/youtube-dl-2017.12.28.tar.gz", "6e361234921bebba34417012a1c74f69b124a7fe4c1d1c84008bfd16c80a48e2" ] + }, + "2017.12.31": { + "bin": [ + "https://yt-dl.org/downloads/2017.12.31/youtube-dl", + "fd2b774bf5a7a642bdcd52096717d6a4742d0505f2e1c3bc27a8fa30906a4bc3" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.12.31/youtube-dl.exe", + "ae48915b393e75202247954eeb79edfd53e56db3b2554a92876254faeadc55c1" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.12.31/youtube-dl-2017.12.31.tar.gz", + "b10b23b7f5b2b1e3bca036e2c6b127902cac53d140cb40cf1ff8529362040133" + ] } } } \ No newline at end of file From 55a35ce9a13c3328b8fecfbed280db5f2ede541a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 7 Jan 2018 23:54:06 +0700 Subject: [PATCH 120/121] release 2018.01.07 --- about.html | 2 +- donations.html | 2 +- download.html | 12 ++++++------ download.html.in | 2 +- index.html | 2 +- supportedsites.html | 3 ++- supportedsites.html.in | 2 +- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 10 files changed, 46 insertions(+), 16 deletions(-) diff --git a/about.html b/about.html index 678c9867a..ee27a5b5b 100644 --- a/about.html +++ b/about.html @@ -43,6 +43,6 @@ Creative Commons License
    -Copyright © 2006-2017 Ricardo Garcia Gonzalez +Copyright © 2006-2018 Ricardo Garcia Gonzalez diff --git a/donations.html b/donations.html index b46de963a..8a8551c90 100644 --- a/donations.html +++ b/donations.html @@ -36,6 +36,6 @@ Creative Commons License
    -Copyright © 2006-2017 Ricardo Garcia Gonzalez +Copyright © 2006-2018 Ricardo Garcia Gonzalez diff --git a/download.html b/download.html index 22ca8ffad..cb42f61a3 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.

    -

    2017.12.31 (sig)

    +

    2018.01.07 (sig)

    -

    SHA256: fd2b774bf5a7a642bdcd52096717d6a4742d0505f2e1c3bc27a8fa30906a4bc3

    +

    SHA256: 49319bbb761c15f36ced599a9c2202735dd81a7a93bb8ac6a8ca2cdf232039fb

    - Windows exe (sig - SHA256 ae48915b393e75202247954eeb79edfd53e56db3b2554a92876254faeadc55c1)
    - Full source + docs + binary tarball (sig - SHA256 b10b23b7f5b2b1e3bca036e2c6b127902cac53d140cb40cf1ff8529362040133) + Windows exe (sig - SHA256 af8f29b39e98db5216b9de9830a201b5490776084512091a69cf46905c298964)
    + Full source + docs + binary tarball (sig - SHA256 280d11c565978d735bae954916390810df1217824bfe704181f1d93ad2f4e1b6)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: @@ -70,6 +70,6 @@ See the pypi page for more Creative Commons License
    -Copyright © 2006-2017 Ricardo Garcia Gonzalez +Copyright © 2006-2018 Ricardo Garcia Gonzalez diff --git a/download.html.in b/download.html.in index 5b33b2c93..a2049328b 100644 --- a/download.html.in +++ b/download.html.in @@ -70,6 +70,6 @@ See the pypi page for more Creative Commons License
    -Copyright © 2006-2017 Ricardo Garcia Gonzalez +Copyright © 2006-2018 Ricardo Garcia Gonzalez diff --git a/index.html b/index.html index 0391449d5..f4cad6c71 100644 --- a/index.html +++ b/index.html @@ -32,6 +32,6 @@ Creative Commons License
    -Copyright © 2006-2017 Ricardo Garcia Gonzalez +Copyright © 2006-2018 Ricardo Garcia Gonzalez diff --git a/supportedsites.html b/supportedsites.html index 2ea943c43..c66490de9 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -493,6 +493,7 @@

  • Moniker: allmyvideos.net and vidspot.net
  • Morningstar: morningstar.com
  • Motherless
  • +
  • MotherlessGroup
  • Motorsport: motorsport.com
  • MovieClips
  • MovieFap
  • @@ -1089,6 +1090,6 @@ Creative Commons License
    -Copyright © 2006-2017 Ricardo Garcia Gonzalez +Copyright © 2006-2018 Ricardo Garcia Gonzalez diff --git a/supportedsites.html.in b/supportedsites.html.in index 6e70af709..45503027e 100644 --- a/supportedsites.html.in +++ b/supportedsites.html.in @@ -21,6 +21,6 @@ Creative Commons License
    -Copyright © 2006-2017 Ricardo Garcia Gonzalez +Copyright © 2006-2018 Ricardo Garcia Gonzalez diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 9a546bee3..292bd7c27 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.12.31 \ No newline at end of file +2018.01.07 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 9b81aaea9..ff9c11959 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 - 2017-12-31T04:32:26.848025Z + 2018-01-07T23:54:01.870353Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12320,4 +12320,19 @@ 2017-12-31T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.01.07 + New version 2018.01.07 + + +
    + Downloads available at https://yt-dl.org/downloads/2018.01.07/ +
    +
    + + The youtube-dl maintainers + + 2018-01-07T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 337bd4715..a6c5b2a81 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.12.31", - "signature": "18f712cd2467eb5e75a5832b0a596215fda86507118dd0a5a9e50078825402f0612655f517f36acbdc781f767a25d0542ef4710b82d25a8c47102e25296c0183ea9d38fb5d44c1946ba5bf94793b6c40e0591be7c1cd2dddc2cf7604b3dd32eeb4b09ad18c53c932d2e22f7b1f05727bb315c7b79f39cba7ee601115aa5f61a2", + "latest": "2018.01.07", + "signature": "0cc4506cdb04572aa39a9a847b3acd7e9ba046be6a84ee1a60de83e36fc35a1bc27964d65718fbefd06ca9a013986ae0dc4196ad25b29a7e380bee3211047836f5d331397e1c83a290b71fa288f8ca8a428e29cda8c55a3ecafd44869cc89515868f0cba731f4c708ea59685a31010c5bd93ee4890d31cae0dec9515f9a22363", "versions": { "2012.02.22": { "bin": [ @@ -11501,6 +11501,20 @@ "https://yt-dl.org/downloads/2017.12.31/youtube-dl-2017.12.31.tar.gz", "b10b23b7f5b2b1e3bca036e2c6b127902cac53d140cb40cf1ff8529362040133" ] + }, + "2018.01.07": { + "bin": [ + "https://yt-dl.org/downloads/2018.01.07/youtube-dl", + "49319bbb761c15f36ced599a9c2202735dd81a7a93bb8ac6a8ca2cdf232039fb" + ], + "exe": [ + "https://yt-dl.org/downloads/2018.01.07/youtube-dl.exe", + "af8f29b39e98db5216b9de9830a201b5490776084512091a69cf46905c298964" + ], + "tar": [ + "https://yt-dl.org/downloads/2018.01.07/youtube-dl-2018.01.07.tar.gz", + "280d11c565978d735bae954916390810df1217824bfe704181f1d93ad2f4e1b6" + ] } } } \ No newline at end of file From 49aea39b26f9f0453fb581fb85d3dc54bf036946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 14 Jan 2018 00:15:39 +0700 Subject: [PATCH 121/121] release 2018.01.14 --- download.html | 10 +++++----- supportedsites.html | 10 ++++++++-- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 46 insertions(+), 11 deletions(-) diff --git a/download.html b/download.html index cb42f61a3..7f656c41a 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.

    -

    2018.01.07 (sig)

    +

    2018.01.14 (sig)

    -

    SHA256: 49319bbb761c15f36ced599a9c2202735dd81a7a93bb8ac6a8ca2cdf232039fb

    +

    SHA256: 6ca80587d3b58c58c629cbac93f84b052a42b72da110c77adce72e88950b9cc5

    - Windows exe (sig - SHA256 af8f29b39e98db5216b9de9830a201b5490776084512091a69cf46905c298964)
    - Full source + docs + binary tarball (sig - SHA256 280d11c565978d735bae954916390810df1217824bfe704181f1d93ad2f4e1b6) + Windows exe (sig - SHA256 d993c25e0e1888227a8b50e3a567bcd7bf768ab2821ddf0e5202f6b57ce7a524)
    + Full source + docs + binary tarball (sig - SHA256 6bfddba076d4dbb4841d12d65e9ab1c9130cc928ad186d92b6f590d78f92875e)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index c66490de9..3748f43b6 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -143,7 +143,7 @@

  • CamdemyFolder
  • CamWithHer
  • canalc2.tv
  • -
  • Canalplus: canalplus.fr, piwiplus.fr and d8.tv
  • +
  • Canalplus: mycanal.fr and piwiplus.fr
  • Canvas
  • CanvasEen: canvas.be and een.be
  • CarambaTV
  • @@ -225,6 +225,7 @@
  • defense.gouv.fr
  • democracynow
  • DHM: Filmarchiv - Deutsches Historisches Museum
  • +
  • Digg
  • DigitallySpeaking
  • Digiteka
  • Discovery
  • @@ -788,7 +789,6 @@
  • Sport5
  • SportBoxEmbed
  • SportDeutschland
  • -
  • Sportschau
  • Sprout
  • sr:mediathek: Saarländischer Rundfunk
  • SRGSSR
  • @@ -1017,10 +1017,14 @@
  • WatchIndianPorn: Watch Indian Porn
  • WDR
  • wdr:mobile
  • +
  • WDRElefant
  • +
  • WDRPage
  • Webcaster
  • WebcasterFeed
  • WebOfStories
  • WebOfStoriesPlaylist
  • +
  • Weibo
  • +
  • WeiboMobile
  • WeiqiTV: WQTV
  • wholecloud: WholeCloud
  • Wimp
  • @@ -1040,6 +1044,8 @@
  • xiami:artist: 虾米音乐 - 歌手
  • xiami:collection: 虾米音乐 - 精选集
  • xiami:song: 虾米音乐
  • +
  • ximalaya: 喜马拉雅FM
  • +
  • ximalaya:album: 喜马拉雅FM 专辑
  • XMinus
  • XNXX
  • Xstream
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 292bd7c27..218e10042 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2018.01.07 \ No newline at end of file +2018.01.14 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index ff9c11959..05279b8fb 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 - 2018-01-07T23:54:01.870353Z + 2018-01-14T00:15:34.371079Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12335,4 +12335,19 @@ 2018-01-07T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.01.14 + New version 2018.01.14 + + +
    + Downloads available at https://yt-dl.org/downloads/2018.01.14/ +
    +
    + + The youtube-dl maintainers + + 2018-01-14T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index a6c5b2a81..1d3a237ed 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2018.01.07", - "signature": "0cc4506cdb04572aa39a9a847b3acd7e9ba046be6a84ee1a60de83e36fc35a1bc27964d65718fbefd06ca9a013986ae0dc4196ad25b29a7e380bee3211047836f5d331397e1c83a290b71fa288f8ca8a428e29cda8c55a3ecafd44869cc89515868f0cba731f4c708ea59685a31010c5bd93ee4890d31cae0dec9515f9a22363", + "latest": "2018.01.14", + "signature": "6e0ec685af9e9561c49126eda8be5a7bc68f7c39143b0dbe4ead3d721d40698c049346337a0b199ee3555fe57f129125bb108d13263a578abeec4da8c49ba786734fa890d3247858a6951566c271ad2a569bfa611a25040d71059039c9e14b89590bf419f07b5432476c6a51be8b9d9c10e59fb9f4b30ea0fe5e78b7e29bc760", "versions": { "2012.02.22": { "bin": [ @@ -11515,6 +11515,20 @@ "https://yt-dl.org/downloads/2018.01.07/youtube-dl-2018.01.07.tar.gz", "280d11c565978d735bae954916390810df1217824bfe704181f1d93ad2f4e1b6" ] + }, + "2018.01.14": { + "bin": [ + "https://yt-dl.org/downloads/2018.01.14/youtube-dl", + "6ca80587d3b58c58c629cbac93f84b052a42b72da110c77adce72e88950b9cc5" + ], + "exe": [ + "https://yt-dl.org/downloads/2018.01.14/youtube-dl.exe", + "d993c25e0e1888227a8b50e3a567bcd7bf768ab2821ddf0e5202f6b57ce7a524" + ], + "tar": [ + "https://yt-dl.org/downloads/2018.01.14/youtube-dl-2018.01.14.tar.gz", + "6bfddba076d4dbb4841d12d65e9ab1c9130cc928ad186d92b6f590d78f92875e" + ] } } } \ No newline at end of file