-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
18 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |