diff --git a/download.html b/download.html index dd88ddb1b..560519547 100644 --- a/download.html +++ b/download.html @@ -14,15 +14,15 @@

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

-

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

+

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

-

2017.12.23 (sig)

+

2017.12.28 (sig)

-

SHA256: b839e0aa9a1248e2bf1e76e807dc3cd2ddfe2f89bfe6f1d0d361cf56b22e9d44

+

SHA256: 4b1cf1b01bed9eb33df56ca715dd3aee2bfbbfb4c7cbf7c3196c97c81441552a

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

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

  • 1up.com
  • 20min
  • 220.ro
  • +
  • 23video
  • 24video
  • 3qsdn: 3Q SDN
  • 3sat
  • @@ -284,6 +285,8 @@
  • Fczenit
  • filmon
  • filmon:channel
  • +
  • Filmweb
  • +
  • FiveThirtyEight
  • FiveTV
  • Flickr
  • Flipagram
  • @@ -374,6 +377,7 @@
  • InfoQ
  • Instagram
  • instagram:user: Instagram user profile
  • +
  • Internazionale
  • InternetVideoArchive
  • IPrima
  • iqiyi: 爱奇艺
  • @@ -904,6 +908,7 @@
  • udemy:course
  • UDNEmbed: 聯合影音
  • UKTVPlay
  • +
  • umg:de: Universal Music Deutschland
  • Unistra
  • Unity
  • uol.com.br
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 7cc13ad72..15318512f 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.12.23 \ No newline at end of file +2017.12.28 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 9e24c0a20..b854dce8f 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2017-12-23T21:26:20.171874Z + 2017-12-28T23:14:53.949440Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -12290,4 +12290,19 @@ 2017-12-23T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.12.28 + New version 2017.12.28 + + +
    + Downloads available at https://yt-dl.org/downloads/2017.12.28/ +
    +
    + + The youtube-dl maintainers + + 2017-12-28T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index a091868d8..26c938cb5 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.12.23", - "signature": "4ae36c4da871e77b4c547b2983b8db13425f7435b9fae5282556920c15406c529b33c9ce8a9baf53596f2f4fbe49b030e45714b9952c935cf1400071fe34331d7f7593859d9a66ea5a1a827f169b4e5008f78067b600ce7359d431612cdcb00d1b6e24f03d2812a24bc909b362bb8c729515e8d7926d8fb56e283fe952ef33c5", + "latest": "2017.12.28", + "signature": "9129c22afb0cea0ef52f8af33212a2d1bed97b80caaa549ab8b171dce91ce553835b4ec47f7145f02bbb5d2221310e2250c6d933d9ae0f6d7966e2b77c323a1093ace0b745515614bb699c90f485292e6fb2c7098bb08e3f0e945635402ab6039a1b2eefc29e340601c649bdd5e0fa606b39353843da253a9368c53dd3d5e9c4", "versions": { "2012.02.22": { "bin": [ @@ -11473,6 +11473,20 @@ "https://yt-dl.org/downloads/2017.12.23/youtube-dl-2017.12.23.tar.gz", "85206c46a90a8993b133b9dd0e0ec8fc6f358060dfea5b5c607aa58a9b5ca18a" ] + }, + "2017.12.28": { + "bin": [ + "https://yt-dl.org/downloads/2017.12.28/youtube-dl", + "4b1cf1b01bed9eb33df56ca715dd3aee2bfbbfb4c7cbf7c3196c97c81441552a" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.12.28/youtube-dl.exe", + "aee41eac66a47911ed4d7591201afad8c2eae18fa257a92b70f1606f81d72f55" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.12.28/youtube-dl-2017.12.28.tar.gz", + "6e361234921bebba34417012a1c74f69b124a7fe4c1d1c84008bfd16c80a48e2" + ] } } } \ No newline at end of file