From 4be1df33b3bb1a8dd4a4706b45665fc1b12863d6 Mon Sep 17 00:00:00 2001 From: Sergey M․ Date: Thu, 19 Nov 2020 05:24:23 +0700 Subject: release 2020.11.19 --- download.html | 10 +++++----- supportedsites.html | 6 +++--- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 41 insertions(+), 12 deletions(-) diff --git a/download.html b/download.html index 4515e12f9..3a4ae5b7e 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.

-

2020.11.18 (sig)

+

2020.11.19 (sig)

-

SHA256: 2258f73b776684e8748b497b404294a3e8b3f4ef89d0dd0ddf7fe3995dc0b1b4

+

SHA256: affb72a48f4e662abf557c18cee3462096723a41d9770f11d1c4d149f717d429

- Windows exe (sig - SHA256 65301cc985f1be708b5a431f990a9eaa50dc0d232991f9ef0ec7cd4c01d661cd)
- Full source + docs + binary tarball (sig - SHA256 6dbbc339520df3634c57678756dcd81c9dc6f95af91f2032b33d5c2ef0f3fedf) + Windows exe (sig - SHA256 e6d10dd90dd8e66705af9baec1762992d298ba09fcdc0b0ef9241410b66a1b25)
+ Full source + docs + binary tarball (sig - SHA256 f8c14d9eb2fd8fe7242de8b96f2c918810867c518a162405644f483dcd14be9e)

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

  • ARD:mediathek
  • ARDBetaMediathek
  • Arkena
  • -
  • arte.tv:+7
  • -
  • arte.tv:embed
  • -
  • arte.tv:playlist
  • +
  • ArteTV
  • +
  • ArteTVEmbed
  • +
  • ArteTVPlaylist
  • AsianCrush
  • AsianCrushPlaylist
  • AtresPlayer
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index db28672a3..c9e99ec82 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2020.11.18 \ No newline at end of file +2020.11.19 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 02f3a8498..acf3cf1c2 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 - 2020-11-18T04:17:07.190646Z + 2020-11-19T05:24:21.737013Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -14150,4 +14150,19 @@ 2020-11-18T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2020.11.19 + New version 2020.11.19 + + +
    + Downloads available at https://yt-dl.org/downloads/2020.11.19/ +
    +
    + + The youtube-dl maintainers + + 2020-11-19T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 9d9cd76b3..b3294a2f0 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2020.11.18", - "signature": "46619212185523da8bb095989b849c233dd3c7d91399864828af918b41f811291c55bfdcfb854e84d502e4b67bce46c8b158174decb949649a6dc67aa9b57e8e8f0036b50af3e09b292a99904d3309839e9125e651421c00a75fe49362b599c780254f1a81f6a9ff8eb0c9c889c8711cbdd01ea1108bcd4ae2376eb4304402b5", + "latest": "2020.11.19", + "signature": "27682ada86153f6c86d2e2c232dfb34078e0c233f34e1f470adf8023c4d9c65c5b3ace94c69e724424130bdc21eba33d0c5106682678991613ad9a1e56c55fd08ff8eceaa6a92fa185a5f7cb5f2309e256228523d334d1b2d114963c49a1e0b786d919dfbb71cef0026e3ba73bd32e447af4045bda15d07f3c52f07b58107465", "versions": { "2012.02.22": { "bin": [ @@ -13209,6 +13209,20 @@ "https://yt-dl.org/downloads/2020.11.18/youtube-dl-2020.11.18.tar.gz", "6dbbc339520df3634c57678756dcd81c9dc6f95af91f2032b33d5c2ef0f3fedf" ] + }, + "2020.11.19": { + "bin": [ + "https://yt-dl.org/downloads/2020.11.19/youtube-dl", + "affb72a48f4e662abf557c18cee3462096723a41d9770f11d1c4d149f717d429" + ], + "exe": [ + "https://yt-dl.org/downloads/2020.11.19/youtube-dl.exe", + "e6d10dd90dd8e66705af9baec1762992d298ba09fcdc0b0ef9241410b66a1b25" + ], + "tar": [ + "https://yt-dl.org/downloads/2020.11.19/youtube-dl-2020.11.19.tar.gz", + "f8c14d9eb2fd8fe7242de8b96f2c918810867c518a162405644f483dcd14be9e" + ] } } } \ No newline at end of file -- cgit 1.4.1