From e655f10673e378e993ac164cda596bd79b63f72f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Thu, 18 Jan 2018 23:43:45 +0700 Subject: [PATCH 01/22] release 2018.01.18 --- download.html | 10 +++++----- supportedsites.html | 1 - update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 38 insertions(+), 10 deletions(-) diff --git a/download.html b/download.html index 7f656c41a..f46111c16 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.14 (sig)

+

2018.01.18 (sig)

-

SHA256: 6ca80587d3b58c58c629cbac93f84b052a42b72da110c77adce72e88950b9cc5

+

SHA256: fec90470277070b650ec4b3ce32ee212b67435c95afc83f33b4e4a2d78aeb10a

- Windows exe (sig - SHA256 d993c25e0e1888227a8b50e3a567bcd7bf768ab2821ddf0e5202f6b57ce7a524)
- Full source + docs + binary tarball (sig - SHA256 6bfddba076d4dbb4841d12d65e9ab1c9130cc928ad186d92b6f590d78f92875e) + Windows exe (sig - SHA256 b83d7261ba6e0a0759aece890a6296f8bf9e36957efcaf3368ff216add8eb715)
+ Full source + docs + binary tarball (sig - SHA256 4e2fce3de822df51baec4e08d50277fda7f7b25566b3d570e03040a407f2ad9a)

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

  • JWPlatform
  • Kakao
  • Kaltura
  • -
  • Kamcord
  • KanalPlay: Kanal 5/9/11 Play
  • Kankan
  • Karaoketv
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 218e10042..34038e471 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2018.01.14 \ No newline at end of file +2018.01.18 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 05279b8fb..0e5538ea2 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-14T00:15:34.371079Z + 2018-01-18T23:43:39.093883Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12350,4 +12350,19 @@ 2018-01-14T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.01.18 + New version 2018.01.18 + + +
    + Downloads available at https://yt-dl.org/downloads/2018.01.18/ +
    +
    + + The youtube-dl maintainers + + 2018-01-18T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 1d3a237ed..f6392e254 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2018.01.14", - "signature": "6e0ec685af9e9561c49126eda8be5a7bc68f7c39143b0dbe4ead3d721d40698c049346337a0b199ee3555fe57f129125bb108d13263a578abeec4da8c49ba786734fa890d3247858a6951566c271ad2a569bfa611a25040d71059039c9e14b89590bf419f07b5432476c6a51be8b9d9c10e59fb9f4b30ea0fe5e78b7e29bc760", + "latest": "2018.01.18", + "signature": "2b871e8bc5453ffc7e80e1851cc025d2d938f23a6037f44e1dbd131574f7a1ca27a14d583515546f230a7bcfaaf216b5c4c42495e630d3be577fc8639818eafa56b948a5bcb2a4adf6649fde367db4ccf6ac8ef54170f5cf06c7ba6d34e3794e162adaa8dbc30a4de54a40ef034335baeeb4ae88d280a575bfedc48b92421390", "versions": { "2012.02.22": { "bin": [ @@ -11529,6 +11529,20 @@ "https://yt-dl.org/downloads/2018.01.14/youtube-dl-2018.01.14.tar.gz", "6bfddba076d4dbb4841d12d65e9ab1c9130cc928ad186d92b6f590d78f92875e" ] + }, + "2018.01.18": { + "bin": [ + "https://yt-dl.org/downloads/2018.01.18/youtube-dl", + "fec90470277070b650ec4b3ce32ee212b67435c95afc83f33b4e4a2d78aeb10a" + ], + "exe": [ + "https://yt-dl.org/downloads/2018.01.18/youtube-dl.exe", + "b83d7261ba6e0a0759aece890a6296f8bf9e36957efcaf3368ff216add8eb715" + ], + "tar": [ + "https://yt-dl.org/downloads/2018.01.18/youtube-dl-2018.01.18.tar.gz", + "4e2fce3de822df51baec4e08d50277fda7f7b25566b3d570e03040a407f2ad9a" + ] } } } \ No newline at end of file From 2c2dd943e0721a45df965400b9ee354a5e89c124 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 21 Jan 2018 21:27:47 +0700 Subject: [PATCH 02/22] release 2018.01.21 --- 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 f46111c16..6541d41c3 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.18 (sig)

    +

    2018.01.21 (sig)

    -

    SHA256: fec90470277070b650ec4b3ce32ee212b67435c95afc83f33b4e4a2d78aeb10a

    +

    SHA256: bbdb3229934c3fc31fcba9f49e8cac1d5269b4263b35b4fa51a77e6a47f3c157

    - Windows exe (sig - SHA256 b83d7261ba6e0a0759aece890a6296f8bf9e36957efcaf3368ff216add8eb715)
    - Full source + docs + binary tarball (sig - SHA256 4e2fce3de822df51baec4e08d50277fda7f7b25566b3d570e03040a407f2ad9a) + Windows exe (sig - SHA256 d2e18edab25793fe7bc43fe1c908bb0c6c189e0a73674bbf24ac1f4077c4162b)
    + Full source + docs + binary tarball (sig - SHA256 c5be3f7ee9236505ae3dc945eddcc0c59661c91fb3b40347625d0b066d97ef91)

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

  • revision
  • revision3:embed
  • RICE
  • -
  • RingTV
  • RMCDecouverte
  • RockstarGames
  • RoosterTeeth
  • @@ -718,6 +717,7 @@
  • rtve.es:live: RTVE.es live streams
  • rtve.es:television
  • RTVNH
  • +
  • RTVS
  • Rudo
  • RUHD
  • RulePorn
  • @@ -788,6 +788,7 @@
  • Sport5
  • SportBoxEmbed
  • SportDeutschland
  • +
  • SpringboardPlatform
  • Sprout
  • sr:mediathek: Saarländischer Rundfunk
  • SRGSSR
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 34038e471..32c8bf144 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2018.01.18 \ No newline at end of file +2018.01.21 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 0e5538ea2..8330ab844 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-18T23:43:39.093883Z + 2018-01-21T21:27:43.088339Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12365,4 +12365,19 @@ 2018-01-18T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.01.21 + New version 2018.01.21 + + +
    + Downloads available at https://yt-dl.org/downloads/2018.01.21/ +
    +
    + + The youtube-dl maintainers + + 2018-01-21T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index f6392e254..8d32ff946 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2018.01.18", - "signature": "2b871e8bc5453ffc7e80e1851cc025d2d938f23a6037f44e1dbd131574f7a1ca27a14d583515546f230a7bcfaaf216b5c4c42495e630d3be577fc8639818eafa56b948a5bcb2a4adf6649fde367db4ccf6ac8ef54170f5cf06c7ba6d34e3794e162adaa8dbc30a4de54a40ef034335baeeb4ae88d280a575bfedc48b92421390", + "latest": "2018.01.21", + "signature": "8393e98a1d31a0216598dba057aa19db2f02642d371e01269942b3b783c549d618c6a0ac971600c96f52a916b44d2d730832b0fc9cdaf4b187f4f5c00a5562901f4d0571a5a12b34549c00ff89fc543cf11ca77cb725b0a4205ab517a9f5698bcbd732eb1c889f4550f1c2bcd7ea00481d07349d1592539c6d04b08325b3fc2b", "versions": { "2012.02.22": { "bin": [ @@ -11543,6 +11543,20 @@ "https://yt-dl.org/downloads/2018.01.18/youtube-dl-2018.01.18.tar.gz", "4e2fce3de822df51baec4e08d50277fda7f7b25566b3d570e03040a407f2ad9a" ] + }, + "2018.01.21": { + "bin": [ + "https://yt-dl.org/downloads/2018.01.21/youtube-dl", + "bbdb3229934c3fc31fcba9f49e8cac1d5269b4263b35b4fa51a77e6a47f3c157" + ], + "exe": [ + "https://yt-dl.org/downloads/2018.01.21/youtube-dl.exe", + "d2e18edab25793fe7bc43fe1c908bb0c6c189e0a73674bbf24ac1f4077c4162b" + ], + "tar": [ + "https://yt-dl.org/downloads/2018.01.21/youtube-dl-2018.01.21.tar.gz", + "c5be3f7ee9236505ae3dc945eddcc0c59661c91fb3b40347625d0b066d97ef91" + ] } } } \ No newline at end of file From 3fc2784af8d5d075d8fd7bb9062370ca160c498a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sat, 27 Jan 2018 23:46:12 +0700 Subject: [PATCH 03/22] release 2018.01.27 --- 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 6541d41c3..b3319bda8 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.21 (sig)

    +

    2018.01.27 (sig)

    -

    SHA256: bbdb3229934c3fc31fcba9f49e8cac1d5269b4263b35b4fa51a77e6a47f3c157

    +

    SHA256: bd19ebc6295f0b735cd69aa0235b7b4b51fbec1f93e5456d5ae66d1a5acf4f78

    - Windows exe (sig - SHA256 d2e18edab25793fe7bc43fe1c908bb0c6c189e0a73674bbf24ac1f4077c4162b)
    - Full source + docs + binary tarball (sig - SHA256 c5be3f7ee9236505ae3dc945eddcc0c59661c91fb3b40347625d0b066d97ef91) + Windows exe (sig - SHA256 acaad834dd9b81070f9f576bdd2dcb564aa39611496d045d96c8890e4fa5b856)
    + Full source + docs + binary tarball (sig - SHA256 29caea0321cd7c2379b2a7322ae66d8b2a9b05da642689e66ab975932faa6b93)

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

  • ServingSys
  • Servus
  • Sexu
  • +
  • SeznamZpravy
  • +
  • SeznamZpravyArticle
  • Shahid
  • ShahidShow
  • Shared: shared.sx
  • @@ -837,7 +839,6 @@
  • ThePlatform
  • ThePlatformFeed
  • TheScene
  • -
  • TheSixtyOne
  • TheStar
  • TheSun
  • TheWeatherChannel
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 32c8bf144..adae70078 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2018.01.21 \ No newline at end of file +2018.01.27 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 8330ab844..f874bcf52 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-21T21:27:43.088339Z + 2018-01-27T23:46:05.446217Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12380,4 +12380,19 @@ 2018-01-21T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.01.27 + New version 2018.01.27 + + +
    + Downloads available at https://yt-dl.org/downloads/2018.01.27/ +
    +
    + + The youtube-dl maintainers + + 2018-01-27T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 8d32ff946..86645e51e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2018.01.21", - "signature": "8393e98a1d31a0216598dba057aa19db2f02642d371e01269942b3b783c549d618c6a0ac971600c96f52a916b44d2d730832b0fc9cdaf4b187f4f5c00a5562901f4d0571a5a12b34549c00ff89fc543cf11ca77cb725b0a4205ab517a9f5698bcbd732eb1c889f4550f1c2bcd7ea00481d07349d1592539c6d04b08325b3fc2b", + "latest": "2018.01.27", + "signature": "91591a07bfd055301b5d15a8b4d9fde5e042e59e2c6b377e52796f0b6160ecd71f914d85f339e819c294d36aa5a2b6cf8afb9472b816c2948763fd80d87369be884c0981a46c0118a77c65f716b322bc0d86804be2318a8a11cd2c8f72b0be848d2ec00bff63e3c5dc69ba62692bf4d499e015e5949446a4b7767fc06247d38f", "versions": { "2012.02.22": { "bin": [ @@ -11557,6 +11557,20 @@ "https://yt-dl.org/downloads/2018.01.21/youtube-dl-2018.01.21.tar.gz", "c5be3f7ee9236505ae3dc945eddcc0c59661c91fb3b40347625d0b066d97ef91" ] + }, + "2018.01.27": { + "bin": [ + "https://yt-dl.org/downloads/2018.01.27/youtube-dl", + "bd19ebc6295f0b735cd69aa0235b7b4b51fbec1f93e5456d5ae66d1a5acf4f78" + ], + "exe": [ + "https://yt-dl.org/downloads/2018.01.27/youtube-dl.exe", + "acaad834dd9b81070f9f576bdd2dcb564aa39611496d045d96c8890e4fa5b856" + ], + "tar": [ + "https://yt-dl.org/downloads/2018.01.27/youtube-dl-2018.01.27.tar.gz", + "29caea0321cd7c2379b2a7322ae66d8b2a9b05da642689e66ab975932faa6b93" + ] } } } \ No newline at end of file From 929045923f255745271a89eef99b2232b5cd4c66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sat, 3 Feb 2018 23:46:12 +0700 Subject: [PATCH 04/22] release 2018.02.03 --- 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 b3319bda8..09a7a836e 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.27 (sig)

    +

    2018.02.03 (sig)

    -

    SHA256: bd19ebc6295f0b735cd69aa0235b7b4b51fbec1f93e5456d5ae66d1a5acf4f78

    +

    SHA256: 8d3d086a54f6c8a5e4d50630f228d72e6c043dc21f100b373b3e8914f6ea99d0

    - Windows exe (sig - SHA256 acaad834dd9b81070f9f576bdd2dcb564aa39611496d045d96c8890e4fa5b856)
    - Full source + docs + binary tarball (sig - SHA256 29caea0321cd7c2379b2a7322ae66d8b2a9b05da642689e66ab975932faa6b93) + Windows exe (sig - SHA256 8e2860788384840d0832083de5c11b4bed51f0777390965427073bc678f92f6f)
    + Full source + docs + binary tarball (sig - SHA256 e8c24239010040570179caa460955c9696a2eeeafb1a2dc82ad5f70324f39bed)

    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 adae70078..f11c729fe 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2018.01.27 \ No newline at end of file +2018.02.03 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index f874bcf52..84c49aef5 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-27T23:46:05.446217Z + 2018-02-03T23:46:08.013415Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12395,4 +12395,19 @@ 2018-01-27T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.02.03 + New version 2018.02.03 + + +

    + Downloads available at https://yt-dl.org/downloads/2018.02.03/ +
    + + + The youtube-dl maintainers + + 2018-02-03T00:00:00Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 86645e51e..4649b3552 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2018.01.27", - "signature": "91591a07bfd055301b5d15a8b4d9fde5e042e59e2c6b377e52796f0b6160ecd71f914d85f339e819c294d36aa5a2b6cf8afb9472b816c2948763fd80d87369be884c0981a46c0118a77c65f716b322bc0d86804be2318a8a11cd2c8f72b0be848d2ec00bff63e3c5dc69ba62692bf4d499e015e5949446a4b7767fc06247d38f", + "latest": "2018.02.03", + "signature": "9ccf54d7bbfd606334b553fa48f9ef56773c292f8d1ac14ff3f6495b067fc119610a61fb067d67465633e6bbfe17e87d67536494ddf18c1ec44eb6ef37986c4804420470d0c6d2ca29badda5c31019aca0c3e6844aa7649971ebd499413442f1409007759d99d7d9dfdb9108f4745a8cc90920a46ca6cec146c1b7eddfaea932", "versions": { "2012.02.22": { "bin": [ @@ -11571,6 +11571,20 @@ "https://yt-dl.org/downloads/2018.01.27/youtube-dl-2018.01.27.tar.gz", "29caea0321cd7c2379b2a7322ae66d8b2a9b05da642689e66ab975932faa6b93" ] + }, + "2018.02.03": { + "bin": [ + "https://yt-dl.org/downloads/2018.02.03/youtube-dl", + "8d3d086a54f6c8a5e4d50630f228d72e6c043dc21f100b373b3e8914f6ea99d0" + ], + "exe": [ + "https://yt-dl.org/downloads/2018.02.03/youtube-dl.exe", + "8e2860788384840d0832083de5c11b4bed51f0777390965427073bc678f92f6f" + ], + "tar": [ + "https://yt-dl.org/downloads/2018.02.03/youtube-dl-2018.02.03.tar.gz", + "e8c24239010040570179caa460955c9696a2eeeafb1a2dc82ad5f70324f39bed" + ] } } } \ No newline at end of file From 42f75d4d450cdec6579a858f20df8667d7f954fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 4 Feb 2018 08:04:48 +0700 Subject: [PATCH 05/22] release 2018.02.04 --- 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 09a7a836e..a81a74f8f 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.02.03 (sig)

    +

    2018.02.04 (sig)

    -

    SHA256: 8d3d086a54f6c8a5e4d50630f228d72e6c043dc21f100b373b3e8914f6ea99d0

    +

    SHA256: 157be71476a97dae99a18df5452472e1786f39b3fe2f968dfa0f81c144d81734

    - Windows exe (sig - SHA256 8e2860788384840d0832083de5c11b4bed51f0777390965427073bc678f92f6f)
    - Full source + docs + binary tarball (sig - SHA256 e8c24239010040570179caa460955c9696a2eeeafb1a2dc82ad5f70324f39bed) + Windows exe (sig - SHA256 87ec7e56cd4422fba3ac20c395cb0e7dd4662e167776898fc48a71881e559f19)
    + Full source + docs + binary tarball (sig - SHA256 4ae02802815bd15d469e85d0e910b91cd8da05ae82eff46d50186d4fd777b47b)

    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 f11c729fe..016910245 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2018.02.03 \ No newline at end of file +2018.02.04 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 84c49aef5..c77fc5e38 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-02-03T23:46:08.013415Z + 2018-02-04T08:04:40.805023Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12410,4 +12410,19 @@ 2018-02-03T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.02.04 + New version 2018.02.04 + + +

    + Downloads available at https://yt-dl.org/downloads/2018.02.04/ +
    + + + The youtube-dl maintainers + + 2018-02-04T00:00:00Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 4649b3552..4304a2994 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2018.02.03", - "signature": "9ccf54d7bbfd606334b553fa48f9ef56773c292f8d1ac14ff3f6495b067fc119610a61fb067d67465633e6bbfe17e87d67536494ddf18c1ec44eb6ef37986c4804420470d0c6d2ca29badda5c31019aca0c3e6844aa7649971ebd499413442f1409007759d99d7d9dfdb9108f4745a8cc90920a46ca6cec146c1b7eddfaea932", + "latest": "2018.02.04", + "signature": "42746ecc6d10cd830008a672131b9a406ed7dc0e46d00bb9dda5d521204124aa5101c06c94b6f0296be655b3a01c88659db6eb98edc4898424424143eb7f48040d78c586737abfd26ce5c0eecac7eac1633008ec02a6b3ad09e23278ddb4f6a5af42923f79cdb0c077dff573a250dc744391bdfd1971ec05b58eb1143caa0f56", "versions": { "2012.02.22": { "bin": [ @@ -11585,6 +11585,20 @@ "https://yt-dl.org/downloads/2018.02.03/youtube-dl-2018.02.03.tar.gz", "e8c24239010040570179caa460955c9696a2eeeafb1a2dc82ad5f70324f39bed" ] + }, + "2018.02.04": { + "bin": [ + "https://yt-dl.org/downloads/2018.02.04/youtube-dl", + "157be71476a97dae99a18df5452472e1786f39b3fe2f968dfa0f81c144d81734" + ], + "exe": [ + "https://yt-dl.org/downloads/2018.02.04/youtube-dl.exe", + "87ec7e56cd4422fba3ac20c395cb0e7dd4662e167776898fc48a71881e559f19" + ], + "tar": [ + "https://yt-dl.org/downloads/2018.02.04/youtube-dl-2018.02.04.tar.gz", + "4ae02802815bd15d469e85d0e910b91cd8da05ae82eff46d50186d4fd777b47b" + ] } } } \ No newline at end of file From c2919839793f687a87325bf81620cbe935e65242 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Thu, 8 Feb 2018 23:41:34 +0700 Subject: [PATCH 06/22] release 2018.02.08 --- 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 a81a74f8f..2dfb2d00e 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.02.04 (sig)

    +

    2018.02.08 (sig)

    -

    SHA256: 157be71476a97dae99a18df5452472e1786f39b3fe2f968dfa0f81c144d81734

    +

    SHA256: bd6e50100f3492d035e38be0033792b6f58594a7acdaf78fc797473309ec6960

    - Windows exe (sig - SHA256 87ec7e56cd4422fba3ac20c395cb0e7dd4662e167776898fc48a71881e559f19)
    - Full source + docs + binary tarball (sig - SHA256 4ae02802815bd15d469e85d0e910b91cd8da05ae82eff46d50186d4fd777b47b) + Windows exe (sig - SHA256 f94e7fd59621cf321193657d3aa514d40756e030cab24ef60120783840f8d039)
    + Full source + docs + binary tarball (sig - SHA256 af86595a24ea89f1f705e282193ce973f6f6ce1e3e6700ea03ff0974b6aa0547)

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

  • MySpass
  • Myvi
  • MyVidster
  • +
  • MyviEmbed
  • n-tv.de
  • natgeo
  • natgeo:episodeguide
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 016910245..ea9a25142 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2018.02.04 \ No newline at end of file +2018.02.08 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index c77fc5e38..ea7428887 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-02-04T08:04:40.805023Z + 2018-02-08T23:41:28.809112Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12425,4 +12425,19 @@ 2018-02-04T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.02.08 + New version 2018.02.08 + + +
    + Downloads available at https://yt-dl.org/downloads/2018.02.08/ +
    +
    + + The youtube-dl maintainers + + 2018-02-08T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 4304a2994..0b456e7e6 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2018.02.04", - "signature": "42746ecc6d10cd830008a672131b9a406ed7dc0e46d00bb9dda5d521204124aa5101c06c94b6f0296be655b3a01c88659db6eb98edc4898424424143eb7f48040d78c586737abfd26ce5c0eecac7eac1633008ec02a6b3ad09e23278ddb4f6a5af42923f79cdb0c077dff573a250dc744391bdfd1971ec05b58eb1143caa0f56", + "latest": "2018.02.08", + "signature": "9b098f273411b6effdb1da5d043f41a74f75b2159a5a4ef9960ab450c539ff39e7efc5213eff5b05b1e415b5543bbe9cc02367254beb18105899f431e900600bca48696bf293ce282b3f61368fb94826751aeb6f123158d1a72581865faa2a0b0a2b0b7928c2084c64a22356ec2a4f93222c950638821dd8a94ca9c14fedc71c", "versions": { "2012.02.22": { "bin": [ @@ -11599,6 +11599,20 @@ "https://yt-dl.org/downloads/2018.02.04/youtube-dl-2018.02.04.tar.gz", "4ae02802815bd15d469e85d0e910b91cd8da05ae82eff46d50186d4fd777b47b" ] + }, + "2018.02.08": { + "bin": [ + "https://yt-dl.org/downloads/2018.02.08/youtube-dl", + "bd6e50100f3492d035e38be0033792b6f58594a7acdaf78fc797473309ec6960" + ], + "exe": [ + "https://yt-dl.org/downloads/2018.02.08/youtube-dl.exe", + "f94e7fd59621cf321193657d3aa514d40756e030cab24ef60120783840f8d039" + ], + "tar": [ + "https://yt-dl.org/downloads/2018.02.08/youtube-dl-2018.02.08.tar.gz", + "af86595a24ea89f1f705e282193ce973f6f6ce1e3e6700ea03ff0974b6aa0547" + ] } } } \ No newline at end of file From 679abbc99e79f841d84104aa0467d471231d299c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 11 Feb 2018 22:33:31 +0700 Subject: [PATCH 07/22] release 2018.02.11 --- 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 2dfb2d00e..c405d3532 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.02.08 (sig)

    +

    2018.02.11 (sig)

    -

    SHA256: bd6e50100f3492d035e38be0033792b6f58594a7acdaf78fc797473309ec6960

    +

    SHA256: d53e029ceaa482e9449062942d733bc2ca7a3927cf5080610f97a5b7add661c9

    - Windows exe (sig - SHA256 f94e7fd59621cf321193657d3aa514d40756e030cab24ef60120783840f8d039)
    - Full source + docs + binary tarball (sig - SHA256 af86595a24ea89f1f705e282193ce973f6f6ce1e3e6700ea03ff0974b6aa0547) + Windows exe (sig - SHA256 1208cc50c600a188ec09be84bba8691e64c2d9411697894f2f7fd1c2b1b9eecd)
    + Full source + docs + binary tarball (sig - SHA256 68bfb7a2d182bbdb321a83adf60092797bd65c3c81cc2c4bc1924737af26e37d)

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

  • CSpan: C-SPAN
  • CtsNews: 華視新聞
  • CTVNews
  • -
  • culturebox.francetvinfo.fr
  • +
  • Culturebox
  • CultureUnplugged
  • curiositystream
  • curiositystream:collection
  • @@ -306,6 +306,8 @@
  • FranceTV
  • FranceTVEmbed
  • francetvinfo.fr
  • +
  • FranceTVJeunesse
  • +
  • FranceTVSite
  • Freesound
  • freespeech.org
  • FreshLive
  • @@ -526,7 +528,8 @@
  • NBA
  • NBC
  • NBCNews
  • -
  • NBCOlympics
  • +
  • nbcolympics
  • +
  • nbcolympics:stream
  • NBCSports
  • NBCSportsVPlayer
  • ndr: NDR.de - Norddeutscher Rundfunk
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index ea9a25142..1a4678cf4 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2018.02.08 \ No newline at end of file +2018.02.11 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index ea7428887..8090f0ed6 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-02-08T23:41:28.809112Z + 2018-02-11T22:33:27.014530Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12440,4 +12440,19 @@ 2018-02-08T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.02.11 + New version 2018.02.11 + + +
    + Downloads available at https://yt-dl.org/downloads/2018.02.11/ +
    +
    + + The youtube-dl maintainers + + 2018-02-11T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 0b456e7e6..daf917b3c 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2018.02.08", - "signature": "9b098f273411b6effdb1da5d043f41a74f75b2159a5a4ef9960ab450c539ff39e7efc5213eff5b05b1e415b5543bbe9cc02367254beb18105899f431e900600bca48696bf293ce282b3f61368fb94826751aeb6f123158d1a72581865faa2a0b0a2b0b7928c2084c64a22356ec2a4f93222c950638821dd8a94ca9c14fedc71c", + "latest": "2018.02.11", + "signature": "0c36439b8b5b468c3b9458ccf66c4895526c1ac749768dbc127a121287d61bcba21e4ccc75b1bb4eed25abdd8edfc67bfc640fe4de172fcddd9a706a634bea7dfb661af4ce4cdf2ee26880ff9821de0f00fa760fa49aa8722c1ec434b0a3fcabae7aa8e0bd75e4de2eb026d4b6e10d6dccaaf7ce36ebf6dae1a9c97bf670348a", "versions": { "2012.02.22": { "bin": [ @@ -11613,6 +11613,20 @@ "https://yt-dl.org/downloads/2018.02.08/youtube-dl-2018.02.08.tar.gz", "af86595a24ea89f1f705e282193ce973f6f6ce1e3e6700ea03ff0974b6aa0547" ] + }, + "2018.02.11": { + "bin": [ + "https://yt-dl.org/downloads/2018.02.11/youtube-dl", + "d53e029ceaa482e9449062942d733bc2ca7a3927cf5080610f97a5b7add661c9" + ], + "exe": [ + "https://yt-dl.org/downloads/2018.02.11/youtube-dl.exe", + "1208cc50c600a188ec09be84bba8691e64c2d9411697894f2f7fd1c2b1b9eecd" + ], + "tar": [ + "https://yt-dl.org/downloads/2018.02.11/youtube-dl-2018.02.11.tar.gz", + "68bfb7a2d182bbdb321a83adf60092797bd65c3c81cc2c4bc1924737af26e37d" + ] } } } \ No newline at end of file From 540d4d0308f722f11351b058f90a99f603d85938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Thu, 22 Feb 2018 23:52:36 +0700 Subject: [PATCH 08/22] release 2018.02.22 --- 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 c405d3532..4036fec51 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.02.11 (sig)

    +

    2018.02.22 (sig)

    -

    SHA256: d53e029ceaa482e9449062942d733bc2ca7a3927cf5080610f97a5b7add661c9

    +

    SHA256: ea89d7978d41beac5c20b38b893345790ba9ca9150b67bd32133c79eea8e8256

    - Windows exe (sig - SHA256 1208cc50c600a188ec09be84bba8691e64c2d9411697894f2f7fd1c2b1b9eecd)
    - Full source + docs + binary tarball (sig - SHA256 68bfb7a2d182bbdb321a83adf60092797bd65c3c81cc2c4bc1924737af26e37d) + Windows exe (sig - SHA256 8e8802970c26a49a52974724fc734b985e2372138960e3151d15207d9740a05e)
    + Full source + docs + binary tarball (sig - SHA256 e8af9dfc0d3ecc014fca47798fe4ee311e4e0ff066020145f797813633af5884)

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

  • CarambaTVPage
  • CartoonNetwork
  • cbc.ca
  • +
  • cbc.ca:olympics
  • cbc.ca:player
  • cbc.ca:watch
  • cbc.ca:watch:video
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 1a4678cf4..6d007c09b 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2018.02.11 \ No newline at end of file +2018.02.22 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 8090f0ed6..e1ec359ae 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-02-11T22:33:27.014530Z + 2018-02-22T23:52:31.825273Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12455,4 +12455,19 @@ 2018-02-11T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.02.22 + New version 2018.02.22 + + +
    + Downloads available at https://yt-dl.org/downloads/2018.02.22/ +
    +
    + + The youtube-dl maintainers + + 2018-02-22T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index daf917b3c..a577c8a0c 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2018.02.11", - "signature": "0c36439b8b5b468c3b9458ccf66c4895526c1ac749768dbc127a121287d61bcba21e4ccc75b1bb4eed25abdd8edfc67bfc640fe4de172fcddd9a706a634bea7dfb661af4ce4cdf2ee26880ff9821de0f00fa760fa49aa8722c1ec434b0a3fcabae7aa8e0bd75e4de2eb026d4b6e10d6dccaaf7ce36ebf6dae1a9c97bf670348a", + "latest": "2018.02.22", + "signature": "940d6c51403836c85dea2a9f1aa3dd54351442f1b5ca0d41655dff52adbe072c4596cf5ec57ed4283ba6d4baf18fe5db00c65c423a6930a5f351f41ce5f71cad27e37a08be7ff36a23418381e087d5f95f3d9a2b7f6cca4a76532b97f61b5268e2a82a6288385ce1beb7931aac89eb46c71c3a9394c85fa4269a43039e4bb52f", "versions": { "2012.02.22": { "bin": [ @@ -11627,6 +11627,20 @@ "https://yt-dl.org/downloads/2018.02.11/youtube-dl-2018.02.11.tar.gz", "68bfb7a2d182bbdb321a83adf60092797bd65c3c81cc2c4bc1924737af26e37d" ] + }, + "2018.02.22": { + "bin": [ + "https://yt-dl.org/downloads/2018.02.22/youtube-dl", + "ea89d7978d41beac5c20b38b893345790ba9ca9150b67bd32133c79eea8e8256" + ], + "exe": [ + "https://yt-dl.org/downloads/2018.02.22/youtube-dl.exe", + "8e8802970c26a49a52974724fc734b985e2372138960e3151d15207d9740a05e" + ], + "tar": [ + "https://yt-dl.org/downloads/2018.02.22/youtube-dl-2018.02.22.tar.gz", + "e8af9dfc0d3ecc014fca47798fe4ee311e4e0ff066020145f797813633af5884" + ] } } } \ No newline at end of file From 0e9e748a01b5ee381ebcdfa82c72ac591057c78c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 25 Feb 2018 20:53:48 +0700 Subject: [PATCH 09/22] release 2018.02.25 --- 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 4036fec51..b72060a3e 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.02.22 (sig)

    +

    2018.02.25 (sig)

    -

    SHA256: ea89d7978d41beac5c20b38b893345790ba9ca9150b67bd32133c79eea8e8256

    +

    SHA256: afd418c9445c9a71c24f9093a9934e4ca99e401ee716b0af6459107857fb02ab

    - Windows exe (sig - SHA256 8e8802970c26a49a52974724fc734b985e2372138960e3151d15207d9740a05e)
    - Full source + docs + binary tarball (sig - SHA256 e8af9dfc0d3ecc014fca47798fe4ee311e4e0ff066020145f797813633af5884) + Windows exe (sig - SHA256 e33036af3647550903684c82c3e7955eb02494ce453936149e2fd937602acc07)
    + Full source + docs + binary tarball (sig - SHA256 fc8e4137d4dc23f2136e0b09693e577d2cf1f6bb3ae1f193fb24b9fcf4012beb)

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

  • m6
  • macgamestore: MacGameStore trailers
  • mailru: Видео@Mail.Ru
  • +
  • mailru:music: Музыка@Mail.Ru
  • +
  • mailru:music:search: Музыка@Mail.Ru
  • MakersChannel
  • MakerTV
  • mangomolo:live
  • @@ -835,6 +837,8 @@
  • Telegraaf
  • TeleMB
  • TeleQuebec
  • +
  • TeleQuebecEmission
  • +
  • TeleQuebecLive
  • TeleTask
  • Telewebion
  • TF1
  • @@ -961,6 +965,7 @@
  • VideoPress
  • videoweed: VideoWeed
  • Vidio
  • +
  • VidLii
  • vidme
  • vidme:user
  • vidme:user:likes
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 6d007c09b..e951ac935 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2018.02.22 \ No newline at end of file +2018.02.25 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index e1ec359ae..d73924b62 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-02-22T23:52:31.825273Z + 2018-02-25T20:53:42.867567Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12470,4 +12470,19 @@ 2018-02-22T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.02.25 + New version 2018.02.25 + + +
    + Downloads available at https://yt-dl.org/downloads/2018.02.25/ +
    +
    + + The youtube-dl maintainers + + 2018-02-25T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index a577c8a0c..46d319857 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2018.02.22", - "signature": "940d6c51403836c85dea2a9f1aa3dd54351442f1b5ca0d41655dff52adbe072c4596cf5ec57ed4283ba6d4baf18fe5db00c65c423a6930a5f351f41ce5f71cad27e37a08be7ff36a23418381e087d5f95f3d9a2b7f6cca4a76532b97f61b5268e2a82a6288385ce1beb7931aac89eb46c71c3a9394c85fa4269a43039e4bb52f", + "latest": "2018.02.25", + "signature": "8844381e7df5f3021a119522a6aec486348a1fed137c9e1a72805ea89116e957c62ffb984b75f1d852ccf70615aec2637211be63d5886a972ca0f4dae5ec984ad2078e246a46702a24eefc685e55ca38fe11e0d1f5efa012a141a7a04bf6a0280b282a156976cdc65911af395c76ca078d72adf9c448f86655f562baa37371a0", "versions": { "2012.02.22": { "bin": [ @@ -11641,6 +11641,20 @@ "https://yt-dl.org/downloads/2018.02.22/youtube-dl-2018.02.22.tar.gz", "e8af9dfc0d3ecc014fca47798fe4ee311e4e0ff066020145f797813633af5884" ] + }, + "2018.02.25": { + "bin": [ + "https://yt-dl.org/downloads/2018.02.25/youtube-dl", + "afd418c9445c9a71c24f9093a9934e4ca99e401ee716b0af6459107857fb02ab" + ], + "exe": [ + "https://yt-dl.org/downloads/2018.02.25/youtube-dl.exe", + "e33036af3647550903684c82c3e7955eb02494ce453936149e2fd937602acc07" + ], + "tar": [ + "https://yt-dl.org/downloads/2018.02.25/youtube-dl-2018.02.25.tar.gz", + "fc8e4137d4dc23f2136e0b09693e577d2cf1f6bb3ae1f193fb24b9fcf4012beb" + ] } } } \ No newline at end of file From 40c0ea163e6026be7741c94a7a4b70ee94653a8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Mon, 26 Feb 2018 04:25:23 +0700 Subject: [PATCH 10/22] release 2018.02.26 --- 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 b72060a3e..07d152804 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.02.25 (sig)

    +

    2018.02.26 (sig)

    -

    SHA256: afd418c9445c9a71c24f9093a9934e4ca99e401ee716b0af6459107857fb02ab

    +

    SHA256: ad38b0b4200700e4e0677eae58bc37061e896daa6449108b3f846821e8eba287

    - Windows exe (sig - SHA256 e33036af3647550903684c82c3e7955eb02494ce453936149e2fd937602acc07)
    - Full source + docs + binary tarball (sig - SHA256 fc8e4137d4dc23f2136e0b09693e577d2cf1f6bb3ae1f193fb24b9fcf4012beb) + Windows exe (sig - SHA256 00fd06633b84c194fc8a8c43974ecbbe0780bcca76915ac0694b37d265056e85)
    + Full source + docs + binary tarball (sig - SHA256 05ff241839d4c6f3ecdb7eca03eba40dfdcdc62f76fcd5ca3e60768951b75246)

    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 e951ac935..9af53ed03 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2018.02.25 \ No newline at end of file +2018.02.26 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index d73924b62..010f12d50 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-02-25T20:53:42.867567Z + 2018-02-26T04:25:19.036793Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12485,4 +12485,19 @@ 2018-02-25T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.02.26 + New version 2018.02.26 + + +

    + Downloads available at https://yt-dl.org/downloads/2018.02.26/ +
    + + + The youtube-dl maintainers + + 2018-02-26T00:00:00Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 46d319857..2d9398879 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2018.02.25", - "signature": "8844381e7df5f3021a119522a6aec486348a1fed137c9e1a72805ea89116e957c62ffb984b75f1d852ccf70615aec2637211be63d5886a972ca0f4dae5ec984ad2078e246a46702a24eefc685e55ca38fe11e0d1f5efa012a141a7a04bf6a0280b282a156976cdc65911af395c76ca078d72adf9c448f86655f562baa37371a0", + "latest": "2018.02.26", + "signature": "22195a013bdd87295edab6924de95329dd45d81f695feb8a52bb54257239b99384676160ebfb49a8c2c979ae7056f02e0ee49cfa44e9db17a5ef0dde4ef01a438a6a9737ea2b71bc601b6b1d416d69b339077ee9e7a89cf235cf1d162cd192da752643b15013b25ac57c824716a54485838db3733d3561d540ee9e931bfbbc21", "versions": { "2012.02.22": { "bin": [ @@ -11655,6 +11655,20 @@ "https://yt-dl.org/downloads/2018.02.25/youtube-dl-2018.02.25.tar.gz", "fc8e4137d4dc23f2136e0b09693e577d2cf1f6bb3ae1f193fb24b9fcf4012beb" ] + }, + "2018.02.26": { + "bin": [ + "https://yt-dl.org/downloads/2018.02.26/youtube-dl", + "ad38b0b4200700e4e0677eae58bc37061e896daa6449108b3f846821e8eba287" + ], + "exe": [ + "https://yt-dl.org/downloads/2018.02.26/youtube-dl.exe", + "00fd06633b84c194fc8a8c43974ecbbe0780bcca76915ac0694b37d265056e85" + ], + "tar": [ + "https://yt-dl.org/downloads/2018.02.26/youtube-dl-2018.02.26.tar.gz", + "05ff241839d4c6f3ecdb7eca03eba40dfdcdc62f76fcd5ca3e60768951b75246" + ] } } } \ No newline at end of file From b8b7dbbaefcff9df5a5102a2ee84f235c3c1b842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sat, 3 Mar 2018 01:38:48 +0700 Subject: [PATCH 11/22] release 2018.03.03 --- 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 07d152804..da9718a42 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.02.26 (sig)

    +

    2018.03.03 (sig)

    -

    SHA256: ad38b0b4200700e4e0677eae58bc37061e896daa6449108b3f846821e8eba287

    +

    SHA256: e4cd7b50061af57a47b7c5844e312369937639386ca94830ba609831bfee2699

    - Windows exe (sig - SHA256 00fd06633b84c194fc8a8c43974ecbbe0780bcca76915ac0694b37d265056e85)
    - Full source + docs + binary tarball (sig - SHA256 05ff241839d4c6f3ecdb7eca03eba40dfdcdc62f76fcd5ca3e60768951b75246) + Windows exe (sig - SHA256 c1fda7c42dc89a280f9c857c5a49ad35e482f0f9d35343443b692f8209b0ac8e)
    + Full source + docs + binary tarball (sig - SHA256 a8a061d6cd6ee311c079ea26d4edfadbf5fa817f8dc68c7e42e56896212f15f4)

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

  • yandexmusic:album: Яндекс.Музыка - Альбом
  • yandexmusic:playlist: Яндекс.Музыка - Плейлист
  • yandexmusic:track: Яндекс.Музыка - Трек
  • +
  • YapFiles
  • YesJapan
  • yinyuetai:video: 音悦Tai
  • Ynet
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 9af53ed03..0362f6669 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2018.02.26 \ No newline at end of file +2018.03.03 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 010f12d50..1fa754c01 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-02-26T04:25:19.036793Z + 2018-03-03T01:38:43.157989Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12500,4 +12500,19 @@ 2018-02-26T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.03.03 + New version 2018.03.03 + + +
    + Downloads available at https://yt-dl.org/downloads/2018.03.03/ +
    +
    + + The youtube-dl maintainers + + 2018-03-03T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 2d9398879..426e5f9b2 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2018.02.26", - "signature": "22195a013bdd87295edab6924de95329dd45d81f695feb8a52bb54257239b99384676160ebfb49a8c2c979ae7056f02e0ee49cfa44e9db17a5ef0dde4ef01a438a6a9737ea2b71bc601b6b1d416d69b339077ee9e7a89cf235cf1d162cd192da752643b15013b25ac57c824716a54485838db3733d3561d540ee9e931bfbbc21", + "latest": "2018.03.03", + "signature": "605a76c762a1b110d9fe343cca91ff63a3040b5940ac78d380b814de2636a5f46d2d539696f7d4507a3657646527f942a86619a0b623585ece3da80d9a7e1f1106c870124ad61d5e5cd8d7cc7c00537caf5dd5bb0b21ea46ed9ee057d72fcc617142e4021d12eb46b7dc81246a8939765b2d03c0bf46b55e715a9c0fac43414f", "versions": { "2012.02.22": { "bin": [ @@ -11669,6 +11669,20 @@ "https://yt-dl.org/downloads/2018.02.26/youtube-dl-2018.02.26.tar.gz", "05ff241839d4c6f3ecdb7eca03eba40dfdcdc62f76fcd5ca3e60768951b75246" ] + }, + "2018.03.03": { + "bin": [ + "https://yt-dl.org/downloads/2018.03.03/youtube-dl", + "e4cd7b50061af57a47b7c5844e312369937639386ca94830ba609831bfee2699" + ], + "exe": [ + "https://yt-dl.org/downloads/2018.03.03/youtube-dl.exe", + "c1fda7c42dc89a280f9c857c5a49ad35e482f0f9d35343443b692f8209b0ac8e" + ], + "tar": [ + "https://yt-dl.org/downloads/2018.03.03/youtube-dl-2018.03.03.tar.gz", + "a8a061d6cd6ee311c079ea26d4edfadbf5fa817f8dc68c7e42e56896212f15f4" + ] } } } \ No newline at end of file From 0ea14737af86da65cf96cf718591fb1aa1f35fe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sat, 10 Mar 2018 04:48:00 +0700 Subject: [PATCH 12/22] release 2018.03.10 --- download.html | 10 +++++----- supportedsites.html | 6 ++++-- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 42 insertions(+), 11 deletions(-) diff --git a/download.html b/download.html index da9718a42..bd4a2d27a 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.03.03 (sig)

    +

    2018.03.10 (sig)

    -

    SHA256: e4cd7b50061af57a47b7c5844e312369937639386ca94830ba609831bfee2699

    +

    SHA256: fcdbfa4b5985bd1f52dee8d1b8872cb67e516843c13d064b34d7991446d3fe4e

    - Windows exe (sig - SHA256 c1fda7c42dc89a280f9c857c5a49ad35e482f0f9d35343443b692f8209b0ac8e)
    - Full source + docs + binary tarball (sig - SHA256 a8a061d6cd6ee311c079ea26d4edfadbf5fa817f8dc68c7e42e56896212f15f4) + Windows exe (sig - SHA256 f817d01c5491ee5edfc2810dfe86c23e897ccc31dae05438a05ff97482869a79)
    + Full source + docs + binary tarball (sig - SHA256 4bfadccb19e379ce38f5601c72dacf0ac5e03881230afee6df2152ab42fa75c5)

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

  • freespeech.org
  • FreshLive
  • Funimation
  • -
  • Funk
  • +
  • FunkChannel
  • +
  • FunkMix
  • FunnyOrDie
  • Fusion
  • Fux
  • @@ -351,6 +352,7 @@
  • HentaiStigma
  • hetklokhuis
  • hgtv.com:show
  • +
  • HiDive
  • HistoricFilms
  • history:topic: History.com Topic
  • hitbox
  • @@ -689,6 +691,7 @@
  • RaiPlay
  • RaiPlayLive
  • RaiPlayPlaylist
  • +
  • RayWenderlich
  • RBMARadio
  • RDS: RDS.ca
  • RedBullTV
  • @@ -949,7 +952,6 @@
  • vice
  • vice:article
  • vice:show
  • -
  • Viceland
  • Vidbit
  • Viddler
  • Videa
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 0362f6669..aff06dc1d 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2018.03.03 \ No newline at end of file +2018.03.10 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 1fa754c01..6b1650ba7 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-03-03T01:38:43.157989Z + 2018-03-10T04:47:54.073687Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12515,4 +12515,19 @@ 2018-03-03T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.03.10 + New version 2018.03.10 + + +
    + Downloads available at https://yt-dl.org/downloads/2018.03.10/ +
    +
    + + The youtube-dl maintainers + + 2018-03-10T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 426e5f9b2..a35f4d115 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2018.03.03", - "signature": "605a76c762a1b110d9fe343cca91ff63a3040b5940ac78d380b814de2636a5f46d2d539696f7d4507a3657646527f942a86619a0b623585ece3da80d9a7e1f1106c870124ad61d5e5cd8d7cc7c00537caf5dd5bb0b21ea46ed9ee057d72fcc617142e4021d12eb46b7dc81246a8939765b2d03c0bf46b55e715a9c0fac43414f", + "latest": "2018.03.10", + "signature": "4f6b613ff4d3ababade71d289f554cdccf595a13e5ec3554d6b1aa9f6104ffa7bdb4b124becea1e83514394c317ba96b6698dc729aabf8283e8556d40f26655596a253d2a19853faf909f2348509762bf7932f6a5e1c9515bddfa6c2348100274ddec48362c65245800749e7b67e388f444949db6d46ce8a53427b503bac4a1d", "versions": { "2012.02.22": { "bin": [ @@ -11683,6 +11683,20 @@ "https://yt-dl.org/downloads/2018.03.03/youtube-dl-2018.03.03.tar.gz", "a8a061d6cd6ee311c079ea26d4edfadbf5fa817f8dc68c7e42e56896212f15f4" ] + }, + "2018.03.10": { + "bin": [ + "https://yt-dl.org/downloads/2018.03.10/youtube-dl", + "fcdbfa4b5985bd1f52dee8d1b8872cb67e516843c13d064b34d7991446d3fe4e" + ], + "exe": [ + "https://yt-dl.org/downloads/2018.03.10/youtube-dl.exe", + "f817d01c5491ee5edfc2810dfe86c23e897ccc31dae05438a05ff97482869a79" + ], + "tar": [ + "https://yt-dl.org/downloads/2018.03.10/youtube-dl-2018.03.10.tar.gz", + "4bfadccb19e379ce38f5601c72dacf0ac5e03881230afee6df2152ab42fa75c5" + ] } } } \ No newline at end of file From 2d59dbf140724897828d7ec2e119bab6be82cccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Wed, 14 Mar 2018 22:51:48 +0700 Subject: [PATCH 13/22] release 2018.03.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 bd4a2d27a..4b4d8c161 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.03.10 (sig)

    +

    2018.03.14 (sig)

    -

    SHA256: fcdbfa4b5985bd1f52dee8d1b8872cb67e516843c13d064b34d7991446d3fe4e

    +

    SHA256: 9d048d559d6689cf4c267d411abab59ac51aefee2f7ca4c5aa46da06fe310d3e

    - Windows exe (sig - SHA256 f817d01c5491ee5edfc2810dfe86c23e897ccc31dae05438a05ff97482869a79)
    - Full source + docs + binary tarball (sig - SHA256 4bfadccb19e379ce38f5601c72dacf0ac5e03881230afee6df2152ab42fa75c5) + Windows exe (sig - SHA256 3d59d1d7e252c4a81000f78dfa48110d325c3b3904b5e2f1c815e26875e47dc8)
    + Full source + docs + binary tarball (sig - SHA256 902699b163ec17a0e5ff40eae6db8bfb357427df920d954b734930fc4e3a1249)

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

  • limelight
  • limelight:channel
  • limelight:channel_list
  • +
  • LineTV
  • LiTV
  • LiveLeak
  • LiveLeakEmbed
  • @@ -844,6 +845,7 @@
  • TeleQuebecLive
  • TeleTask
  • Telewebion
  • +
  • TennisTV
  • TF1
  • TFO
  • TheIntercept
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index aff06dc1d..c8b0c6511 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2018.03.10 \ No newline at end of file +2018.03.14 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 6b1650ba7..8dbc3eaa3 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-03-10T04:47:54.073687Z + 2018-03-14T22:51:42.461516Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12530,4 +12530,19 @@ 2018-03-10T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.03.14 + New version 2018.03.14 + + +
    + Downloads available at https://yt-dl.org/downloads/2018.03.14/ +
    +
    + + The youtube-dl maintainers + + 2018-03-14T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index a35f4d115..dd69d84d7 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2018.03.10", - "signature": "4f6b613ff4d3ababade71d289f554cdccf595a13e5ec3554d6b1aa9f6104ffa7bdb4b124becea1e83514394c317ba96b6698dc729aabf8283e8556d40f26655596a253d2a19853faf909f2348509762bf7932f6a5e1c9515bddfa6c2348100274ddec48362c65245800749e7b67e388f444949db6d46ce8a53427b503bac4a1d", + "latest": "2018.03.14", + "signature": "50003d0d4cc957e3c59d4cf3149205b5fce851557451385faceecb6de71d7aa7c497f428f067a6cb47a570a3e4e0962d44cdd1deec2efcf384b3e62c3bc59138ddddf5da085742e964782108180e29969076b8c38e4ec50f25d94dcdbafe507401485fa3a24ab873fc35ed9b509714a734d6b14fa35da6a824f0eeda31c38af7", "versions": { "2012.02.22": { "bin": [ @@ -11697,6 +11697,20 @@ "https://yt-dl.org/downloads/2018.03.10/youtube-dl-2018.03.10.tar.gz", "4bfadccb19e379ce38f5601c72dacf0ac5e03881230afee6df2152ab42fa75c5" ] + }, + "2018.03.14": { + "bin": [ + "https://yt-dl.org/downloads/2018.03.14/youtube-dl", + "9d048d559d6689cf4c267d411abab59ac51aefee2f7ca4c5aa46da06fe310d3e" + ], + "exe": [ + "https://yt-dl.org/downloads/2018.03.14/youtube-dl.exe", + "3d59d1d7e252c4a81000f78dfa48110d325c3b3904b5e2f1c815e26875e47dc8" + ], + "tar": [ + "https://yt-dl.org/downloads/2018.03.14/youtube-dl-2018.03.14.tar.gz", + "902699b163ec17a0e5ff40eae6db8bfb357427df920d954b734930fc4e3a1249" + ] } } } \ No newline at end of file From 2dd46e74a2a222889d75bf291c913dda5dbb00ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Tue, 20 Mar 2018 01:58:01 +0700 Subject: [PATCH 14/22] release 2018.03.20 --- 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 4b4d8c161..62c1e9d84 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.03.14 (sig)

    +

    2018.03.20 (sig)

    -

    SHA256: 9d048d559d6689cf4c267d411abab59ac51aefee2f7ca4c5aa46da06fe310d3e

    +

    SHA256: 298b34176a028326d267a446c3aa21b614a792beb9b37ab452d98cb67347bd89

    - Windows exe (sig - SHA256 3d59d1d7e252c4a81000f78dfa48110d325c3b3904b5e2f1c815e26875e47dc8)
    - Full source + docs + binary tarball (sig - SHA256 902699b163ec17a0e5ff40eae6db8bfb357427df920d954b734930fc4e3a1249) + Windows exe (sig - SHA256 e9b20862a3a2880be5178c901f111368a443b1ea9479bc811d4dba357ee0d497)
    + Full source + docs + binary tarball (sig - SHA256 a977d04aa201ef35f8a6dc66b19204a9093b26c9d04d643089a1d467ba4e0682)

    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 c8b0c6511..f2f5e650c 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2018.03.14 \ No newline at end of file +2018.03.20 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 8dbc3eaa3..360fd836a 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-03-14T22:51:42.461516Z + 2018-03-20T01:57:54.135374Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12545,4 +12545,19 @@ 2018-03-14T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.03.20 + New version 2018.03.20 + + +

    + Downloads available at https://yt-dl.org/downloads/2018.03.20/ +
    + + + The youtube-dl maintainers + + 2018-03-20T00:00:00Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index dd69d84d7..8d4a2884e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2018.03.14", - "signature": "50003d0d4cc957e3c59d4cf3149205b5fce851557451385faceecb6de71d7aa7c497f428f067a6cb47a570a3e4e0962d44cdd1deec2efcf384b3e62c3bc59138ddddf5da085742e964782108180e29969076b8c38e4ec50f25d94dcdbafe507401485fa3a24ab873fc35ed9b509714a734d6b14fa35da6a824f0eeda31c38af7", + "latest": "2018.03.20", + "signature": "0dc10a76f2cc1dd4d7f0cfed1d24cc0597b4a94b33e8bc0d76cecd4cbc85e643229b37b679c000e9323734c7e0e57e1556beff0056a70cb241b0164fc24fbe3bd1d73fc6451a5841275cb9648b47e543ce706fa1cdf179bb4741595eb84e24c0b14d5d44d2f0048f8f81aa3aad20c2113c7f4271322761db1408b91b744f9687", "versions": { "2012.02.22": { "bin": [ @@ -11711,6 +11711,20 @@ "https://yt-dl.org/downloads/2018.03.14/youtube-dl-2018.03.14.tar.gz", "902699b163ec17a0e5ff40eae6db8bfb357427df920d954b734930fc4e3a1249" ] + }, + "2018.03.20": { + "bin": [ + "https://yt-dl.org/downloads/2018.03.20/youtube-dl", + "298b34176a028326d267a446c3aa21b614a792beb9b37ab452d98cb67347bd89" + ], + "exe": [ + "https://yt-dl.org/downloads/2018.03.20/youtube-dl.exe", + "e9b20862a3a2880be5178c901f111368a443b1ea9479bc811d4dba357ee0d497" + ], + "tar": [ + "https://yt-dl.org/downloads/2018.03.20/youtube-dl-2018.03.20.tar.gz", + "a977d04aa201ef35f8a6dc66b19204a9093b26c9d04d643089a1d467ba4e0682" + ] } } } \ No newline at end of file From 63e122370397cd40853db29df2c105e52b9bfff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Mon, 26 Mar 2018 22:27:17 +0700 Subject: [PATCH 15/22] release 2018.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 62c1e9d84..8853d56fb 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.03.20 (sig)

    +

    2018.03.26 (sig)

    -

    SHA256: 298b34176a028326d267a446c3aa21b614a792beb9b37ab452d98cb67347bd89

    +

    SHA256: c3d4a016d66429725e268f4408e1774bd4489b9a16385498a7c2b937a409f343

    - Windows exe (sig - SHA256 e9b20862a3a2880be5178c901f111368a443b1ea9479bc811d4dba357ee0d497)
    - Full source + docs + binary tarball (sig - SHA256 a977d04aa201ef35f8a6dc66b19204a9093b26c9d04d643089a1d467ba4e0682) + Windows exe (sig - SHA256 fe03566ac18baa7a4030f8ba663b3e4d4ced80c346fbed5418319cdf6bfa7146)
    + Full source + docs + binary tarball (sig - SHA256 3b29dcbaaa4b1836c871778617da1e28666d038b1ef692c5199179a86afe6790)

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

  • Lecture2Go
  • LEGO
  • Lemonde
  • +
  • Lenta
  • LePlaylist
  • LetvCloud: 乐视云
  • Libsyn
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index f2f5e650c..bc3c7a863 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2018.03.20 \ No newline at end of file +2018.03.26 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 360fd836a..f3c7863e4 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-03-20T01:57:54.135374Z + 2018-03-26T22:27:11.100123Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12560,4 +12560,19 @@ 2018-03-20T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.03.26 + New version 2018.03.26 + + +
    + Downloads available at https://yt-dl.org/downloads/2018.03.26/ +
    +
    + + The youtube-dl maintainers + + 2018-03-26T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 8d4a2884e..b229616e2 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2018.03.20", - "signature": "0dc10a76f2cc1dd4d7f0cfed1d24cc0597b4a94b33e8bc0d76cecd4cbc85e643229b37b679c000e9323734c7e0e57e1556beff0056a70cb241b0164fc24fbe3bd1d73fc6451a5841275cb9648b47e543ce706fa1cdf179bb4741595eb84e24c0b14d5d44d2f0048f8f81aa3aad20c2113c7f4271322761db1408b91b744f9687", + "latest": "2018.03.26", + "signature": "7c8ad1e49a3241b4554667b18a8c574a14034c3ed1a1eeb689de3a8a123ec5c61a0db603a054c841cdd9e8c2d5920c16de801eb9cff27919f1b2e5e02acf61df14228f9b7041bb35385b62a5d7480f2ec29d165263c2554d93691588747ce4638ce0584ba33ff096f76841a4d508eb718d0be56de773b3b5e24fa6b1cae0349b", "versions": { "2012.02.22": { "bin": [ @@ -11725,6 +11725,20 @@ "https://yt-dl.org/downloads/2018.03.20/youtube-dl-2018.03.20.tar.gz", "a977d04aa201ef35f8a6dc66b19204a9093b26c9d04d643089a1d467ba4e0682" ] + }, + "2018.03.26": { + "bin": [ + "https://yt-dl.org/downloads/2018.03.26/youtube-dl", + "c3d4a016d66429725e268f4408e1774bd4489b9a16385498a7c2b937a409f343" + ], + "exe": [ + "https://yt-dl.org/downloads/2018.03.26/youtube-dl.exe", + "fe03566ac18baa7a4030f8ba663b3e4d4ced80c346fbed5418319cdf6bfa7146" + ], + "tar": [ + "https://yt-dl.org/downloads/2018.03.26/youtube-dl-2018.03.26.tar.gz", + "3b29dcbaaa4b1836c871778617da1e28666d038b1ef692c5199179a86afe6790" + ] } } } \ No newline at end of file From f2411c698b003b0d7f39d98f5e0e1eef954eb154 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Mon, 26 Mar 2018 22:33:42 +0700 Subject: [PATCH 16/22] release 2018.03.26.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 8853d56fb..24cc6fa2f 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.03.26 (sig)

    +

    2018.03.26.1 (sig)

    -

    SHA256: c3d4a016d66429725e268f4408e1774bd4489b9a16385498a7c2b937a409f343

    +

    SHA256: 8401c1974e84998aac7f9b681543201cb342667d6a2080f0bc510130c0e4b6a1

    - Windows exe (sig - SHA256 fe03566ac18baa7a4030f8ba663b3e4d4ced80c346fbed5418319cdf6bfa7146)
    - Full source + docs + binary tarball (sig - SHA256 3b29dcbaaa4b1836c871778617da1e28666d038b1ef692c5199179a86afe6790) + Windows exe (sig - SHA256 7a14483f8a8862b147fecf5db0631f8f1bf73fa63a49b3705cf206d1cb99ab4e)
    + Full source + docs + binary tarball (sig - SHA256 5aef6130844540f372931e1f1b5fbfce4768fbcf466349ebce17b62f3abf6ae9)

    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 bc3c7a863..87493b4bf 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2018.03.26 \ No newline at end of file +2018.03.26.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index f3c7863e4..5ed50f85e 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-03-26T22:27:11.100123Z + 2018-03-26T22:33:34.689296Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12575,4 +12575,19 @@ 2018-03-26T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.03.26.1 + New version 2018.03.26.1 + + +

    + Downloads available at https://yt-dl.org/downloads/2018.03.26.1/ +
    + + + The youtube-dl maintainers + + 2018-03-26T00:00:01Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index b229616e2..6a54c3006 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2018.03.26", - "signature": "7c8ad1e49a3241b4554667b18a8c574a14034c3ed1a1eeb689de3a8a123ec5c61a0db603a054c841cdd9e8c2d5920c16de801eb9cff27919f1b2e5e02acf61df14228f9b7041bb35385b62a5d7480f2ec29d165263c2554d93691588747ce4638ce0584ba33ff096f76841a4d508eb718d0be56de773b3b5e24fa6b1cae0349b", + "latest": "2018.03.26.1", + "signature": "25a93dbcfdaf8158719a4fc5da3e865951189fb9c93f8158d1057de65e193d8622b65528bff589ea7c7f6cfe05a1e6f996f734f42e9120f6458da01485e4a0160959d375ce4516fc5e3b3e931eca6339850a6912f36f1ddeca11f1b70431f3529f64dcfb6f22ec399ce65c1cf89892a41408d2454ce958a0f72bd3d5ae4350aa", "versions": { "2012.02.22": { "bin": [ @@ -11739,6 +11739,20 @@ "https://yt-dl.org/downloads/2018.03.26/youtube-dl-2018.03.26.tar.gz", "3b29dcbaaa4b1836c871778617da1e28666d038b1ef692c5199179a86afe6790" ] + }, + "2018.03.26.1": { + "bin": [ + "https://yt-dl.org/downloads/2018.03.26.1/youtube-dl", + "8401c1974e84998aac7f9b681543201cb342667d6a2080f0bc510130c0e4b6a1" + ], + "exe": [ + "https://yt-dl.org/downloads/2018.03.26.1/youtube-dl.exe", + "7a14483f8a8862b147fecf5db0631f8f1bf73fa63a49b3705cf206d1cb99ab4e" + ], + "tar": [ + "https://yt-dl.org/downloads/2018.03.26.1/youtube-dl-2018.03.26.1.tar.gz", + "5aef6130844540f372931e1f1b5fbfce4768fbcf466349ebce17b62f3abf6ae9" + ] } } } \ No newline at end of file From 99b8fd6cd369297adc22caf3d3381ca2624a6d59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Tue, 3 Apr 2018 00:28:34 +0700 Subject: [PATCH 17/22] release 2018.04.03 --- 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 24cc6fa2f..27875f297 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.03.26.1 (sig)

    +

    2018.04.03 (sig)

    -

    SHA256: 8401c1974e84998aac7f9b681543201cb342667d6a2080f0bc510130c0e4b6a1

    +

    SHA256: 8c906028e843c083e91c8f97154abc92b7dc01974c4218b0dc3fc7e0408b906f

    - Windows exe (sig - SHA256 7a14483f8a8862b147fecf5db0631f8f1bf73fa63a49b3705cf206d1cb99ab4e)
    - Full source + docs + binary tarball (sig - SHA256 5aef6130844540f372931e1f1b5fbfce4768fbcf466349ebce17b62f3abf6ae9) + Windows exe (sig - SHA256 20192a17b2941c27ee1f83330094d393e699eb3cc65831e2e8340e13e90be57f)
    + Full source + docs + binary tarball (sig - SHA256 a8461fece0b1e66655ad4e47d9dc51935d27d42a0637873acd81e8d86ef1ac5e)

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

  • TVNoe
  • TVNow
  • TVNowList
  • +
  • TVNowShow
  • tvp: Telewizja Polska
  • tvp:embed: Telewizja Polska
  • tvp:series
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 87493b4bf..e10d54e6d 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2018.03.26.1 \ No newline at end of file +2018.04.03 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 5ed50f85e..31b5f71e5 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-03-26T22:33:34.689296Z + 2018-04-03T00:28:27.086655Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12590,4 +12590,19 @@ 2018-03-26T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.04.03 + New version 2018.04.03 + + +
    + Downloads available at https://yt-dl.org/downloads/2018.04.03/ +
    +
    + + The youtube-dl maintainers + + 2018-04-03T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 6a54c3006..ec131d69a 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2018.03.26.1", - "signature": "25a93dbcfdaf8158719a4fc5da3e865951189fb9c93f8158d1057de65e193d8622b65528bff589ea7c7f6cfe05a1e6f996f734f42e9120f6458da01485e4a0160959d375ce4516fc5e3b3e931eca6339850a6912f36f1ddeca11f1b70431f3529f64dcfb6f22ec399ce65c1cf89892a41408d2454ce958a0f72bd3d5ae4350aa", + "latest": "2018.04.03", + "signature": "8238203a15897b54121a7a729a8931d8cc396c8b10a4db87321cf954c112b6f9d1b03daa026264fe1b006d9474278b15019069c7b23f819edfa17b217634815a71303e542d2fe2bde7281918f28ce0815b34560ac75faa1698d54b9223342d730c86460164b7876ea530f21dbc7c7671bfa535b05d8faba520ae17053393cade", "versions": { "2012.02.22": { "bin": [ @@ -11753,6 +11753,20 @@ "https://yt-dl.org/downloads/2018.03.26.1/youtube-dl-2018.03.26.1.tar.gz", "5aef6130844540f372931e1f1b5fbfce4768fbcf466349ebce17b62f3abf6ae9" ] + }, + "2018.04.03": { + "bin": [ + "https://yt-dl.org/downloads/2018.04.03/youtube-dl", + "8c906028e843c083e91c8f97154abc92b7dc01974c4218b0dc3fc7e0408b906f" + ], + "exe": [ + "https://yt-dl.org/downloads/2018.04.03/youtube-dl.exe", + "20192a17b2941c27ee1f83330094d393e699eb3cc65831e2e8340e13e90be57f" + ], + "tar": [ + "https://yt-dl.org/downloads/2018.04.03/youtube-dl-2018.04.03.tar.gz", + "a8461fece0b1e66655ad4e47d9dc51935d27d42a0637873acd81e8d86ef1ac5e" + ] } } } \ No newline at end of file From 8e6efd61912c4c3c14520b928ca230783e6006f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Mon, 9 Apr 2018 01:21:26 +0700 Subject: [PATCH 18/22] release 2018.04.09 --- 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 27875f297..d199fa687 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.04.03 (sig)

    +

    2018.04.09 (sig)

    -

    SHA256: 8c906028e843c083e91c8f97154abc92b7dc01974c4218b0dc3fc7e0408b906f

    +

    SHA256: 99ac6359501cd8946578d91439c0013bc7240137035ce3ca03f05d76d1b90216

    - Windows exe (sig - SHA256 20192a17b2941c27ee1f83330094d393e699eb3cc65831e2e8340e13e90be57f)
    - Full source + docs + binary tarball (sig - SHA256 a8461fece0b1e66655ad4e47d9dc51935d27d42a0637873acd81e8d86ef1ac5e) + Windows exe (sig - SHA256 7071c7a2361931a1706078a445fd94176a6c6004b8bbb26d0704b6c2aa77dde2)
    + Full source + docs + binary tarball (sig - SHA256 263b40801c7baedc0ee7008543977c14d4d7315c159c8f21f0fc24a3656826d8)

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

  • SunPorno
  • SVT
  • SVTPlay: SVT Play and Öppet arkiv
  • +
  • SVTSeries
  • SWRMediathek
  • Syfy
  • SztvHu
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index e10d54e6d..e96a52a3e 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2018.04.03 \ No newline at end of file +2018.04.09 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 31b5f71e5..92b036f8b 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-04-03T00:28:27.086655Z + 2018-04-09T01:21:20.324626Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12605,4 +12605,19 @@ 2018-04-03T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.04.09 + New version 2018.04.09 + + +
    + Downloads available at https://yt-dl.org/downloads/2018.04.09/ +
    +
    + + The youtube-dl maintainers + + 2018-04-09T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index ec131d69a..e492ce6df 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2018.04.03", - "signature": "8238203a15897b54121a7a729a8931d8cc396c8b10a4db87321cf954c112b6f9d1b03daa026264fe1b006d9474278b15019069c7b23f819edfa17b217634815a71303e542d2fe2bde7281918f28ce0815b34560ac75faa1698d54b9223342d730c86460164b7876ea530f21dbc7c7671bfa535b05d8faba520ae17053393cade", + "latest": "2018.04.09", + "signature": "8838923ff7511f1168502a0f722cf76e6387d608229b8355dfa5ab139cd6aaf66ede3376da6eb7f22d252e9eb1ef1991d009befee4c14940660c04906764bb98d17d08f4084e563450a5bed5239134ae5bb84b23e0ce64d927a4f7f362c4d663ed3c72356c23f47943224e0f13306c01be61c1869f95d3a3d23fdd45d2453abf", "versions": { "2012.02.22": { "bin": [ @@ -11767,6 +11767,20 @@ "https://yt-dl.org/downloads/2018.04.03/youtube-dl-2018.04.03.tar.gz", "a8461fece0b1e66655ad4e47d9dc51935d27d42a0637873acd81e8d86ef1ac5e" ] + }, + "2018.04.09": { + "bin": [ + "https://yt-dl.org/downloads/2018.04.09/youtube-dl", + "99ac6359501cd8946578d91439c0013bc7240137035ce3ca03f05d76d1b90216" + ], + "exe": [ + "https://yt-dl.org/downloads/2018.04.09/youtube-dl.exe", + "7071c7a2361931a1706078a445fd94176a6c6004b8bbb26d0704b6c2aa77dde2" + ], + "tar": [ + "https://yt-dl.org/downloads/2018.04.09/youtube-dl-2018.04.09.tar.gz", + "263b40801c7baedc0ee7008543977c14d4d7315c159c8f21f0fc24a3656826d8" + ] } } } \ No newline at end of file From c94a4a7d3f6b87faf29211c5f1b7b5fb59096172 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Mon, 16 Apr 2018 01:11:13 +0700 Subject: [PATCH 19/22] release 2018.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 d199fa687..44dc49b66 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.04.09 (sig)

    +

    2018.04.16 (sig)

    -

    SHA256: 99ac6359501cd8946578d91439c0013bc7240137035ce3ca03f05d76d1b90216

    +

    SHA256: d55ce54454db0b78582ef32ce050ab5ca0f5c2bab71a69c02e8ad74b598455f7

    - Windows exe (sig - SHA256 7071c7a2361931a1706078a445fd94176a6c6004b8bbb26d0704b6c2aa77dde2)
    - Full source + docs + binary tarball (sig - SHA256 263b40801c7baedc0ee7008543977c14d4d7315c159c8f21f0fc24a3656826d8) + Windows exe (sig - SHA256 6fd803a749319b738ed48d6770c54b77cbfdab60bfb07f6d83ff008f4a8274eb)
    + Full source + docs + binary tarball (sig - SHA256 2d2565cd65b20da05aa0e16b48b2fdc1a1c72452811db8a20faf0bce2f7adf10)

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

  • PhilharmonieDeParis: Philharmonie de Paris
  • phoenix.de
  • Photobucket
  • +
  • Picarto
  • +
  • PicartoVod
  • Piksel
  • Pinkbike
  • Pladform
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index e96a52a3e..d07a541e3 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2018.04.09 \ No newline at end of file +2018.04.16 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 92b036f8b..e46de98bc 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-04-09T01:21:20.324626Z + 2018-04-16T01:11:07.746809Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12620,4 +12620,19 @@ 2018-04-09T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.04.16 + New version 2018.04.16 + + +
    + Downloads available at https://yt-dl.org/downloads/2018.04.16/ +
    +
    + + The youtube-dl maintainers + + 2018-04-16T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index e492ce6df..c1db188f0 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2018.04.09", - "signature": "8838923ff7511f1168502a0f722cf76e6387d608229b8355dfa5ab139cd6aaf66ede3376da6eb7f22d252e9eb1ef1991d009befee4c14940660c04906764bb98d17d08f4084e563450a5bed5239134ae5bb84b23e0ce64d927a4f7f362c4d663ed3c72356c23f47943224e0f13306c01be61c1869f95d3a3d23fdd45d2453abf", + "latest": "2018.04.16", + "signature": "166257913c9e38f9b8e39930dd2e36ce56cf05e98499b3acb478298382024fbe168e0689d1769f3cb31d17e8f2cff145a19ee39f3482bade12b1496cf3174ae524a60802e2c719c7bd3b4d3ff5a15699c336ac227a1c4f2e16f9f4dbcaaf3c314bda95bb7390ea5319fdc60cfccca23b170d2da0539d84de13a050c34bcbc94f", "versions": { "2012.02.22": { "bin": [ @@ -11781,6 +11781,20 @@ "https://yt-dl.org/downloads/2018.04.09/youtube-dl-2018.04.09.tar.gz", "263b40801c7baedc0ee7008543977c14d4d7315c159c8f21f0fc24a3656826d8" ] + }, + "2018.04.16": { + "bin": [ + "https://yt-dl.org/downloads/2018.04.16/youtube-dl", + "d55ce54454db0b78582ef32ce050ab5ca0f5c2bab71a69c02e8ad74b598455f7" + ], + "exe": [ + "https://yt-dl.org/downloads/2018.04.16/youtube-dl.exe", + "6fd803a749319b738ed48d6770c54b77cbfdab60bfb07f6d83ff008f4a8274eb" + ], + "tar": [ + "https://yt-dl.org/downloads/2018.04.16/youtube-dl-2018.04.16.tar.gz", + "2d2565cd65b20da05aa0e16b48b2fdc1a1c72452811db8a20faf0bce2f7adf10" + ] } } } \ No newline at end of file From b9f748bdcb90eb3203c628671f6ee9ace26d6fa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Wed, 25 Apr 2018 02:03:29 +0700 Subject: [PATCH 20/22] release 2018.04.25 --- download.html | 10 +++++----- supportedsites.html | 1 - update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 38 insertions(+), 10 deletions(-) diff --git a/download.html b/download.html index 44dc49b66..04b4709dc 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.04.16 (sig)

    +

    2018.04.25 (sig)

    -

    SHA256: d55ce54454db0b78582ef32ce050ab5ca0f5c2bab71a69c02e8ad74b598455f7

    +

    SHA256: b9ab23faab1c0408b9477396785d7fb4d2006fb520aae609475461489e6afc78

    - Windows exe (sig - SHA256 6fd803a749319b738ed48d6770c54b77cbfdab60bfb07f6d83ff008f4a8274eb)
    - Full source + docs + binary tarball (sig - SHA256 2d2565cd65b20da05aa0e16b48b2fdc1a1c72452811db8a20faf0bce2f7adf10) + Windows exe (sig - SHA256 05eeee5ff88466e89ed3aa072a43df71de1a928534ec234cd96fc428cad9133f)
    + Full source + docs + binary tarball (sig - SHA256 7ced20712c1c4ef98d748cdd0f7cdd4f94f88b1300bed67d7b861dcf1c7ffd9f)

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

  • ESPN
  • ESPNArticle
  • EsriVideo
  • -
  • ETOnline
  • Europa
  • EveryonesMixtape
  • ExpoTV
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index d07a541e3..e5a77f80c 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2018.04.16 \ No newline at end of file +2018.04.25 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index e46de98bc..64228c1b4 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-04-16T01:11:07.746809Z + 2018-04-25T02:03:28.717478Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12635,4 +12635,19 @@ 2018-04-16T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.04.25 + New version 2018.04.25 + + +
    + Downloads available at https://yt-dl.org/downloads/2018.04.25/ +
    +
    + + The youtube-dl maintainers + + 2018-04-25T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index c1db188f0..e5c68320a 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2018.04.16", - "signature": "166257913c9e38f9b8e39930dd2e36ce56cf05e98499b3acb478298382024fbe168e0689d1769f3cb31d17e8f2cff145a19ee39f3482bade12b1496cf3174ae524a60802e2c719c7bd3b4d3ff5a15699c336ac227a1c4f2e16f9f4dbcaaf3c314bda95bb7390ea5319fdc60cfccca23b170d2da0539d84de13a050c34bcbc94f", + "latest": "2018.04.25", + "signature": "1e653816cf8a71954447072d3fc50f7f142a4f18408fca1a93c8627305bccb71ab3ec2254dd74746ff216abeb72d3ad561b64a00d62dae10d94a94b0fb9c8109035ae5801df586bf6d8277debe7b23a4f37cc4ebfcde914a794ade57428050122373580c3c59cec6e60f0cac3f274709190fd781dc49dc863e5de5d75f546adb", "versions": { "2012.02.22": { "bin": [ @@ -11795,6 +11795,20 @@ "https://yt-dl.org/downloads/2018.04.16/youtube-dl-2018.04.16.tar.gz", "2d2565cd65b20da05aa0e16b48b2fdc1a1c72452811db8a20faf0bce2f7adf10" ] + }, + "2018.04.25": { + "bin": [ + "https://yt-dl.org/downloads/2018.04.25/youtube-dl", + "b9ab23faab1c0408b9477396785d7fb4d2006fb520aae609475461489e6afc78" + ], + "exe": [ + "https://yt-dl.org/downloads/2018.04.25/youtube-dl.exe", + "05eeee5ff88466e89ed3aa072a43df71de1a928534ec234cd96fc428cad9133f" + ], + "tar": [ + "https://yt-dl.org/downloads/2018.04.25/youtube-dl-2018.04.25.tar.gz", + "7ced20712c1c4ef98d748cdd0f7cdd4f94f88b1300bed67d7b861dcf1c7ffd9f" + ] } } } \ No newline at end of file From 0f2ff4f2e26b618a32d14aa78842bd5cdd9ae92f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Tue, 1 May 2018 03:41:20 +0700 Subject: [PATCH 21/22] release 2018.05.01 --- 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 04b4709dc..004a844a6 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.04.25 (sig)

    +

    2018.05.01 (sig)

    -

    SHA256: b9ab23faab1c0408b9477396785d7fb4d2006fb520aae609475461489e6afc78

    +

    SHA256: 6bef6ba92f9dded85331857e166f3aec4674315261d225246fe6d07088087743

    - Windows exe (sig - SHA256 05eeee5ff88466e89ed3aa072a43df71de1a928534ec234cd96fc428cad9133f)
    - Full source + docs + binary tarball (sig - SHA256 7ced20712c1c4ef98d748cdd0f7cdd4f94f88b1300bed67d7b861dcf1c7ffd9f) + Windows exe (sig - SHA256 b5b0ba856d4bad0ba6ce4bd896b205dc51ddaecb919a4d8acf89d7fbd736eac9)
    + Full source + docs + binary tarball (sig - SHA256 362cae0c99c0d685ae7a1fa368b42c475eb2945233488aac35aadc287dc3fed6)

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

  • qqmusic:playlist: QQ音乐 - 歌单
  • qqmusic:singer: QQ音乐 - 歌手
  • qqmusic:toplist: QQ音乐 - 排行榜
  • +
  • Quickline
  • +
  • QuicklineLive
  • R7
  • R7Article
  • radio.de
  • @@ -1107,6 +1109,8 @@
  • youtube:watchlater: Youtube watch later list, ":ytwatchlater" for short (requires authentication)
  • Zapiks
  • Zaq1
  • +
  • Zattoo
  • +
  • ZattooLive
  • ZDF
  • ZDFChannel
  • zingmp3: mp3.zing.vn
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index e5a77f80c..3d14f3db6 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2018.04.25 \ No newline at end of file +2018.05.01 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 64228c1b4..9f4eae97c 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-04-25T02:03:28.717478Z + 2018-05-01T03:41:19.036805Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12650,4 +12650,19 @@ 2018-04-25T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2018.05.01 + New version 2018.05.01 + + +
    + Downloads available at https://yt-dl.org/downloads/2018.05.01/ +
    +
    + + The youtube-dl maintainers + + 2018-05-01T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index e5c68320a..d0de4f90d 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2018.04.25", - "signature": "1e653816cf8a71954447072d3fc50f7f142a4f18408fca1a93c8627305bccb71ab3ec2254dd74746ff216abeb72d3ad561b64a00d62dae10d94a94b0fb9c8109035ae5801df586bf6d8277debe7b23a4f37cc4ebfcde914a794ade57428050122373580c3c59cec6e60f0cac3f274709190fd781dc49dc863e5de5d75f546adb", + "latest": "2018.05.01", + "signature": "9d1039c3d0aae6bc2a8a7cf9f9c6c769ec4cdbf3ae60b38025e2a2556a4362c64a39d5d4ae4f1614f0b97662154bd3d5e3312d358fe81fd69105a182b61f99333988a83cc50cc4f2ada31ce9b124a13c950e484342edc98942581eaf3ea9f8af51ac2463c8417d7fba2871b50a3d23531aed0ab7608b7c7ae5f48813dd333981", "versions": { "2012.02.22": { "bin": [ @@ -11809,6 +11809,20 @@ "https://yt-dl.org/downloads/2018.04.25/youtube-dl-2018.04.25.tar.gz", "7ced20712c1c4ef98d748cdd0f7cdd4f94f88b1300bed67d7b861dcf1c7ffd9f" ] + }, + "2018.05.01": { + "bin": [ + "https://yt-dl.org/downloads/2018.05.01/youtube-dl", + "6bef6ba92f9dded85331857e166f3aec4674315261d225246fe6d07088087743" + ], + "exe": [ + "https://yt-dl.org/downloads/2018.05.01/youtube-dl.exe", + "b5b0ba856d4bad0ba6ce4bd896b205dc51ddaecb919a4d8acf89d7fbd736eac9" + ], + "tar": [ + "https://yt-dl.org/downloads/2018.05.01/youtube-dl-2018.05.01.tar.gz", + "362cae0c99c0d685ae7a1fa368b42c475eb2945233488aac35aadc287dc3fed6" + ] } } } \ No newline at end of file From 4c22f8a0c6afb3da2cff2fbc01c19720739c9322 Mon Sep 17 00:00:00 2001 From: Andrew Udvare Date: Wed, 2 May 2018 01:37:05 -0400 Subject: [PATCH 22/22] Add info-json schema --- schema-info.json | 598 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 598 insertions(+) create mode 100644 schema-info.json diff --git a/schema-info.json b/schema-info.json new file mode 100644 index 000000000..0e16ead3f --- /dev/null +++ b/schema-info.json @@ -0,0 +1,598 @@ +{ + "$schema": "http://json-schema.org/draft-06/schema#", + "id": "https://rg3.github.io/youtube-dl/schema-info.json", + "description": "Data for a video", + "type": "object", + "required": [ + "_filename", + "webpage_url" + ], + "additionalProperties": false, + "properties": { + "_filename": { + "type": "string" + }, + "abr": { + "type": [ + "number", + "null" + ] + }, + "acodec": { + "type": "string" + }, + "age_limit": { + "type": "number" + }, + "alt_title": { + "type": [ + "string", + "null" + ] + }, + "annotations": { + "type": [ + "string", + "null" + ] + }, + "automatic_captions": { + "type": "object" + }, + "average_rating": { + "type": "number" + }, + "categories": { + "items": { + "type": "string" + }, + "type": [ + "array", + "null" + ] + }, + "chapters": { + "type": [ + "array", + "null" + ], + "items": { + "type": "object", + "additionalProperties": false, + "required": [ + "start_time", + "end_time" + ], + "properties": { + "start_time": { + "type": "number" + }, + "end_time": { + "type": "number" + }, + "title": { + "type": [ + "string", + "null" + ] + } + } + } + }, + "creator": { + "type": [ + "string", + "null" + ] + }, + "description": { + "type": [ + "string", + "null" + ] + }, + "dislike_count": { + "type": [ + "number", + "null" + ] + }, + "display_id": { + "type": "string" + }, + "duration": { + "type": [ + "number", + "null" + ] + }, + "end_time": { + "type": [ + "null" + ] + }, + "episode_number": { + "type": [ + "number", + "null" + ] + }, + "ext": { + "type": "string" + }, + "extractor": { + "type": "string" + }, + "extractor_key": { + "type": "string" + }, + "format": { + "type": "string" + }, + "format_id": { + "type": "string" + }, + "formats": { + "items": { + "properties": { + "acodec": { + "type": [ + "string", + "null" + ] + }, + "format_note": { + "type": "string" + }, + "container": { + "type": "string" + }, + "fps": { + "type": [ + "null", + "number" + ] + }, + "resolution": { + "type": "string" + }, + "manifest_url": { + "type": [ + "null", + "string" + ] + }, + "preference": { + "type": [ + "number", + "null" + ] + }, + "language": { + "type": [ + "null", + "string" + ] + }, + "asr": { + "type": [ + "number", + "null" + ] + }, + "fragments": { + "type": "array", + "items": { + "type": "object", + "additionalProperties": false, + "properties": { + "duration": { + "type": "number" + }, + "path": { + "type": "string" + }, + "url": { + "type": "string" + } + } + } + }, + "fragment_base_url": { + "type": "string" + }, + "stretched_ratio": { + "type": [ + "null", + "number" + ] + }, + "quality": { + "type": "number" + }, + "vbr": { + "type": [ + "number", + "null" + ] + }, + "filesize_approx": { + "type": "number" + }, + "play_path": { + "type": "string" + }, + "abr": { + "type": [ + "number", + "null" + ] + }, + "codec": { + "type": "string" + }, + "downloader_options": { + "properties": { + "http_chunk_size": { + "type": [ + "number", + "null" + ] + } + }, + "additionalProperties": false, + "type": "object" + }, + "ext": { + "type": "string" + }, + "filesize": { + "type": [ + "number", + "null" + ] + }, + "format": { + "type": "string" + }, + "format_id": { + "type": "string" + }, + "height": { + "type": [ + "number", + "null" + ] + }, + "http_headers": { + "type": "object" + }, + "player_url": { + "type": [ + "string", + "null" + ] + }, + "protocol": { + "type": "string" + }, + "tbr": { + "type": [ + "number", + "null" + ] + }, + "url": { + "type": "string" + }, + "vcodec": { + "type": [ + "string", + "null" + ] + }, + "width": { + "type": [ + "number", + "null" + ] + } + }, + "required": [ + "url" + ], + "additionalProperties": false, + "type": "object" + }, + "type": "array" + }, + "fps": { + "type": [ + "number", + "null" + ] + }, + "fulltitle": { + "type": "string" + }, + "height": { + "type": [ + "number", + "null" + ] + }, + "id": { + "type": "string" + }, + "is_live": { + "type": [ + "boolean", + "null" + ] + }, + "license": { + "type": [ + "string", + "null" + ] + }, + "like_count": { + "type": [ + "number", + "null" + ] + }, + "n_entries": { + "type": [ + "number", + "null" + ] + }, + "playlist": { + "type": [ + "string", + "null" + ] + }, + "playlist_id": { + "type": [ + "string", + "null" + ] + }, + "playlist_index": { + "type": [ + "number", + "null" + ] + }, + "playlist_title": { + "type": [ + "string", + "null" + ] + }, + "playlist_uploader": { + "type": [ + "string", + "null" + ] + }, + "playlist_uploader_id": { + "type": [ + "string", + "null" + ] + }, + "resolution": { + "type": [ + "string", + "null" + ] + }, + "season_number": { + "type": [ + "number", + "null" + ] + }, + "series": { + "type": [ + "string", + "null" + ] + }, + "start_time": { + "type": [ + "number", + "null" + ] + }, + "stretched_ratio": { + "type": [ + "number", + "null" + ] + }, + "subtitles": { + "type": [ + "object", + "null" + ] + }, + "tags": { + "items": { + "type": "string" + }, + "type": "array" + }, + "thumbnail": { + "type": [ + "string", + "null" + ] + }, + "thumbnails": { + "items": { + "properties": { + "id": { + "type": "string" + }, + "url": { + "type": "string" + }, + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "resolution": { + "type": "string" + } + }, + "additionalProperties": false, + "type": "object" + }, + "type": "array" + }, + "title": { + "type": "string" + }, + "upload_date": { + "type": [ + "string", + "null" + ] + }, + "uploader": { + "type": [ + "string", + "null" + ] + }, + "uploader_id": { + "type": [ + "string", + "null" + ] + }, + "uploader_url": { + "type": [ + "string", + "null" + ] + }, + "vbr": { + "type": [ + "number", + "null" + ] + }, + "vcodec": { + "type": [ + "string", + "null" + ] + }, + "view_count": { + "type": [ + "number", + "null" + ] + }, + "webpage_url": { + "type": "string" + }, + "webpage_url_basename": { + "type": "string" + }, + "width": { + "type": [ + "number", + "null" + ] + }, + "protocol": { + "type": "string" + }, + "url": { + "type": "string" + }, + "manifest_url": { + "type": "string" + }, + "tbr": { + "type": [ + "number", + "null" + ] + }, + "preference": { + "type": [ + "number", + "null" + ] + }, + "http_headers": { + "type": "object" + }, + "direct": { + "type": "boolean" + }, + "timestamp": { + "type": [ + "number", + "null" + ] + }, + "player_url": { + "type": [ + "string", + "null" + ] + }, + "format_note": { + "type": "string" + }, + "quality": { + "type": "number" + }, + "season": { + "type": "string" + }, + "episode": { + "type": "string" + }, + "filesize": { + "type": [ + "null", + "number" + ] + }, + "asr": { + "type": "number" + }, + "container": { + "type": "string" + }, + "language": { + "type": [ + "string", + "null" + ] + }, + "comment_count": { + "type": [ + "number", + "null" + ] + }, + "comments": { + "type": "array" + }, + "filesize_approx": { + "type": "number" + } + } +}