Skip to content

Commit

Permalink
Add 4.73
Browse files Browse the repository at this point in the history
  • Loading branch information
spaam committed Apr 28, 2024
1 parent 4d832ef commit 3a7f618
Show file tree
Hide file tree
Showing 3 changed files with 18 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.72 (2024-04-12)</p>
<p class="text-muted mb-0">Currently v4.73 (2024-04-29)</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.721](https://svtplay-dl.se/download/4.72/svtplay-dl)
* [Latest windows 64bit .exe (currently 4.72)](https://svtplay-dl.se/download/4.72/svtplay-dl-amd64.zip)
* [Latest windows 32bit .exe (currently 4.72)](https://svtplay-dl.se/download/4.72/svtplay-dl-win32.zip)2
* [Latest (currently 4.73](https://svtplay-dl.se/download/4.73/svtplay-dl)
* [Latest windows 64bit .exe (currently 4.73)](https://svtplay-dl.se/download/4.73/svtplay-dl-amd64.zip)
* [Latest windows 32bit .exe (currently 4.73)](https://svtplay-dl.se/download/4.73/svtplay-dl-win32.zip)

* [Snapshots](/download/snapshots/) created from each push. it might be broken. use at your own risk.

Expand Down
14 changes: 14 additions & 0 deletions _posts/2024-04-29-4.73.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
layout: post
title: "4.73"
date: 2024-04-29 00:21:00 +0200
categories: releases
windows-amd64: true
windows-win32: true
binary: true
---

* svtplay: fix crash on some clips
* removed --audio-role (all the interesting audio is in the --audio-language)
* added --video-role. works like --audio-role. but with some improvement. for example `alternate-sign` role for `teckenspråkstolkat`. some downloaded videos in 4.71 and 4.72 might have gotten the wrong video because of this....
* added `-R` for reversed download order with `-A`. thanks to @ml-1

0 comments on commit 3a7f618

Please sign in to comment.