-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
1 changed file
with
15 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
videomass (3.5.2-1) UNRELEASED; urgency=medium | ||
|
||
* [YOUTUBE-DOWNLOADER] Added option to get 'Best' or 'Worst' of precompiled | ||
videos. It may be useful to speed up video download containing both audio | ||
and video, e.g. without download video and audio separately and then | ||
executing the merging process with FFmpeg. | ||
* [YOUTUBE-DOWNLOADER] Improved 'Get Statistics' and 'Download by Format Code' | ||
features. This should improve exception management of unusual web site | ||
data structures (like <http://zen.yandex.ru/>) and playlists, channels, etc. | ||
* #41 Fixed mount point issue on external drives using relative paths on | ||
MS-Windows. If "ValueError" is raised, it returns the absolute path given | ||
instead of showing the error. | ||
|
||
-- Gianluca Pernigotto <[email protected]> Tue, 09 Nov 2021 00:14:22 +0200 | ||
|
||
videomass (3.5.1-1) UNRELEASED; urgency=medium | ||
|
||
* Fixed Ctrl+Q keybord shorcut does not work on Windows (see #39). | ||
|