Skip to content

Commit

Permalink
Add 4.69
Browse files Browse the repository at this point in the history
  • Loading branch information
spaam committed Dec 12, 2023
1 parent f687cd1 commit 344c1be
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h1>{{ page.title }}</h1>
<a href="/install/" class="btn btn-lg btn-outline-primary mb-3 mb-md-0 mr-md-3">Get started</a>
<a href="/archive/" class="btn btn-lg btn-outline-secondary">Download</a>
</div>
<p class="text-muted mb-0">Currently v4.28.1 (2023-10-12)</p>
<p class="text-muted mb-0">Currently v4.69 (2023-12-12)</p>
</div>
<div class="col-md-6">
<img src="/assets/brand/logo.svg" width="256" height="256" class="img-fluid mb-3">
Expand Down
6 changes: 3 additions & 3 deletions _pages/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
27 changes: 27 additions & 0 deletions _posts/2023-12-12-4.69.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 344c1be

Please sign in to comment.