From 344c1be4d923daa32fb37bb4ab2aaf1f0f1c3a91 Mon Sep 17 00:00:00 2001 From: Johan Andersson Date: Tue, 12 Dec 2023 22:06:17 +0100 Subject: [PATCH] Add 4.69 --- _layouts/home.html | 2 +- _pages/download.md | 6 +++--- _posts/2023-12-12-4.69.md | 27 +++++++++++++++++++++++++++ 3 files changed, 31 insertions(+), 4 deletions(-) create mode 100644 _posts/2023-12-12-4.69.md diff --git a/_layouts/home.html b/_layouts/home.html index a9b29dc..ea9492d 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -15,7 +15,7 @@

{{ page.title }}

Get started Download -

Currently v4.28.1 (2023-10-12)

+

Currently v4.69 (2023-12-12)

diff --git a/_pages/download.md b/_pages/download.md index 8993093..4021016 100644 --- a/_pages/download.md +++ b/_pages/download.md @@ -10,9 +10,9 @@ description: Download page for svtplay-dl There might be a better solution for you, than downloading a file from here. -* [Latest (currently 4.28](https://svtplay-dl.se/download/4.28.1/svtplay-dl) -* [Latest windows 64bit .exe (currently 4.28)](https://svtplay-dl.se/download/4.28.1/svtplay-dl-amd64.zip) -* [Latest windows 32bit .exe (currently 4.28)](https://svtplay-dl.se/download/4.28.1/svtplay-dl-win32.zip) +* [Latest (currently 4.69](https://svtplay-dl.se/download/4.69/svtplay-dl) +* [Latest windows 64bit .exe (currently 4.69)](https://svtplay-dl.se/download/4.69/svtplay-dl-amd64.zip) +* [Latest windows 32bit .exe (currently 4.69)](https://svtplay-dl.se/download/4.69/svtplay-dl-win32.zip) * [Snapshots](/download/snapshots/) created from each push. it might be broken. use at your own risk. diff --git a/_posts/2023-12-12-4.69.md b/_posts/2023-12-12-4.69.md new file mode 100644 index 0000000..707c402 --- /dev/null +++ b/_posts/2023-12-12-4.69.md @@ -0,0 +1,27 @@ +--- +layout: post +title: "4.69" +date: 2023-12-12 21:54:00 +0200 +categories: releases +windows-amd64: true +windows-win32: true +binary: true +--- + +* svtplay added support for `dolby vision` and `4K` videos few days ago. +* Add support for downloading `dolby vision` videos when specify `--format dvhevc` (you can see what videos codecs videos have with `--list-quality`) +> * You can specify `--format dvhevc-51,dvhevc,hevc-51,hevc` to only get videos with `dolby vision` with and without 5.1 sound and `hevc` with and without 5.1 sound. by default svtplay-dl only download h264-51 and h264. +* Add support for `<`, `<=`, `>` and `>=` in `--resolution` +> * By default svtplay-dl will download the video with highest bitrate. it could be the 4k video one. +> * In case you down want that you can use this feature like this: +> * `--resolution "<720"` will download videos with a resolution less than 720p for example 480p +> * `--resolution ">=1080` will download videos that is 1080p or bigger. +> * I recommend adding this to your [config](/config/) so you dont have to specify it all the time + +* svt: Fix so we can get videos again +* pluto: Fix so we can get videos again +* subtitles: Fix a crash on encrypted files +* subtitle: Handle hash/uuid for sequence number +* subtitle: Fix a bug related to -M and --get-all-subtitles +* hls: Fix a bug that made some videos only had few seconds of audio +* dr.dk: add support for season and episode numbers