SHA256
1
0
forked from pool/yt-dlp

trim entries with no meaning

OBS-URL: https://build.opensuse.org/package/show/network:utilities/yt-dlp?expand=0&rev=46
This commit is contained in:
Jan Engelhardt 2023-02-18 10:53:41 +00:00 committed by Git OBS Bridge
parent 0135c56be2
commit 1078169208

View File

@ -2,34 +2,19 @@
Sat Feb 18 06:08:22 UTC 2023 - Carsten Ziepke <kieltux@gmail.com>
- Update to release 2023.02.17
* Merge youtube-dl: Upto commit/2dd6c6e
* Merge youtube-dl: Upto commit/2dd6c6e (Feb 17 2023)
* Fix --concat-playlist
* Imply --no-progress when --print
* Improve default subtitle language selection
* Make title completely non-fatal
* Sanitize formats before sorting
* Support module level __bool__ and property
* [dependencies] Standardize Cryptodome imports
* [hls] Allow extractors to provide AES key
* [ExtractAudio] Handle outtmpl without ext
* [extractor/common] Fix _search_nuxt_data
* [extractor/generic] Avoid catastrophic backtracking in KVS regex
* [jsinterp] Support if statements
* [plugins] Fix zip search paths
* [utils] traverse_obj: Various improvements
* [utils] traverse_obj: Fix more bugs
* [utils] traverse_obj: Fix several behavioral problems
* [utils] Don't use Content-length with encoding
* [utils] Fix time_seconds to use the provided TZ
* [utils] Fix race condition in make_dir
* [utils] Use local kernel32 for file locking on Windows
* [compat_utils] Improve passthrough_module
* [compat_utils] Simplify EnhancedModule
* [build] Update pyinstaller
* [pyinst] Fix for pyinstaller 5.8
* [devscripts] Provide pyinstaller hooks
* [devscripts/pyinstaller] Analyze sub-modules of Cryptodome
* [cleanup] Misc fixes and cleanup
* [extractor/anchorfm] Add episode
* [extractor/boxcast] Add extractor
* [extractor/ebay] Add extractor
@ -89,7 +74,6 @@ Sat Feb 18 06:08:22 UTC 2023 - Carsten Ziepke <kieltux@gmail.com>
* [extractor/vlive] Replace with VLiveWebArchiveIE
* [extractor/ximalaya] Update album _VALID_URL
* [extractor/zdf] Use android API endpoint for UHD downloads
* [extractor/drtv] Fix bug in ab4cbef
-------------------------------------------------------------------
Fri Jan 6 21:49:34 UTC 2023 - Jan Engelhardt <jengelh@inai.de>