From 0135c56be2ac4451a6eccd4d4cc96725395dbd5aa1670807684280796971d39e Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 18 Feb 2023 10:50:02 +0000 Subject: [PATCH 1/2] Accepting request 1066513 from home:Kieltux:branches:network:utilities - Update to release 2023.02.17 * Merge youtube-dl: Upto commit/2dd6c6e * 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 * [extractor/hypergryph] Add extractor * [extractor/NZOnScreen] Add extractor * [extractor/rozhlas] Add extractor * [extractor/tempo] Add IVXPlayer extractor * [extractor/txxx] Add extractors * [extractor/vocaroo] Add extractor * [extractor/wrestleuniverse] Add extractors * [extractor/yappy] Add extractor * [extractor/youtube] Fix uploader_id extraction * [extractor/youtube] Add hyperpipe instances * [extractor/youtube] Handle consent.youtube * [extractor/youtube] Support /live/ URL * [extractor/youtube] Update invidious and piped instances * [extractor/91porn] Fix title and comment extraction * [extractor/AbemaTV] Cache user token whenever appropriate * [extractor/bfmtv] Support rmc prefix * [extractor/biliintl] Add intro and ending chapters * [extractor/clyp] Support wav * [extractor/crunchyroll] Add intro chapter * [extractor/crunchyroll] Better message for premium videos * [extractor/crunchyroll] Fix incorrect premium-only error * [extractor/DouyuTV] Use new API * [extractor/embedly] Embedded links may be for other extractors * [extractor/freesound] Workaround invalid URL in webpage * [extractor/GoPlay] Use new API * [extractor/Hidive] Fix subtitles and age-restriction * [extractor/huya] Support HD streams * [extractor/moviepilot] Fix extractor * [extractor/nbc] Fix NBC and NBCStations extractors * [extractor/nbc] Fix XML parsing * [extractor/nebula] Remove broken cookie support * [extractor/nfl] Add NFLPlus extractor * [extractor/niconico] Add support for like history * [extractor/nitter] Update instance list by OIRNOIR * [extractor/npo] Fix extractor and add HD support * [extractor/odkmedia] Add OnDemandChinaEpisodeIE * [extractor/pornez] Handle relative URLs in iframe * [extractor/radiko] Fix format sorting for Time Free * [extractor/rcs] Fix extractors * [extractor/reddit] Support user posts * [extractor/rumble] Fix format sorting * [extractor/servus] Rewrite extractor * [extractor/slideslive] Fix slides and chapters/duration * [extractor/SportDeutschland] Fix extractor * [extractor/Stripchat] Fix extractor * [extractor/tnaflix] Fix extractor * [extractor/tvp] Support stream.tvp.pl * [extractor/twitter] Fix --no-playlist and add media view_count when using GraphQL * [extractor/twitter] Fix graphql extraction on some tweets * [extractor/vimeo] Fix playerConfig extraction * [extractor/viu] Add ViuOTTIndonesiaIE extractor * [extractor/vk] Fix playlists for new API * [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 OBS-URL: https://build.opensuse.org/request/show/1066513 OBS-URL: https://build.opensuse.org/package/show/network:utilities/yt-dlp?expand=0&rev=45 --- yt-dlp.changes | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++ yt-dlp.spec | 2 +- yt-dlp.tar.gz | 4 +-- 3 files changed, 96 insertions(+), 3 deletions(-) diff --git a/yt-dlp.changes b/yt-dlp.changes index 2d5e1f2..5d9e204 100644 --- a/yt-dlp.changes +++ b/yt-dlp.changes @@ -1,3 +1,96 @@ +------------------------------------------------------------------- +Sat Feb 18 06:08:22 UTC 2023 - Carsten Ziepke + +- Update to release 2023.02.17 + * Merge youtube-dl: Upto commit/2dd6c6e + * 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 + * [extractor/hypergryph] Add extractor + * [extractor/NZOnScreen] Add extractor + * [extractor/rozhlas] Add extractor + * [extractor/tempo] Add IVXPlayer extractor + * [extractor/txxx] Add extractors + * [extractor/vocaroo] Add extractor + * [extractor/wrestleuniverse] Add extractors + * [extractor/yappy] Add extractor + * [extractor/youtube] Fix uploader_id extraction + * [extractor/youtube] Add hyperpipe instances + * [extractor/youtube] Handle consent.youtube + * [extractor/youtube] Support /live/ URL + * [extractor/youtube] Update invidious and piped instances + * [extractor/91porn] Fix title and comment extraction + * [extractor/AbemaTV] Cache user token whenever appropriate + * [extractor/bfmtv] Support rmc prefix + * [extractor/biliintl] Add intro and ending chapters + * [extractor/clyp] Support wav + * [extractor/crunchyroll] Add intro chapter + * [extractor/crunchyroll] Better message for premium videos + * [extractor/crunchyroll] Fix incorrect premium-only error + * [extractor/DouyuTV] Use new API + * [extractor/embedly] Embedded links may be for other extractors + * [extractor/freesound] Workaround invalid URL in webpage + * [extractor/GoPlay] Use new API + * [extractor/Hidive] Fix subtitles and age-restriction + * [extractor/huya] Support HD streams + * [extractor/moviepilot] Fix extractor + * [extractor/nbc] Fix NBC and NBCStations extractors + * [extractor/nbc] Fix XML parsing + * [extractor/nebula] Remove broken cookie support + * [extractor/nfl] Add NFLPlus extractor + * [extractor/niconico] Add support for like history + * [extractor/nitter] Update instance list by OIRNOIR + * [extractor/npo] Fix extractor and add HD support + * [extractor/odkmedia] Add OnDemandChinaEpisodeIE + * [extractor/pornez] Handle relative URLs in iframe + * [extractor/radiko] Fix format sorting for Time Free + * [extractor/rcs] Fix extractors + * [extractor/reddit] Support user posts + * [extractor/rumble] Fix format sorting + * [extractor/servus] Rewrite extractor + * [extractor/slideslive] Fix slides and chapters/duration + * [extractor/SportDeutschland] Fix extractor + * [extractor/Stripchat] Fix extractor + * [extractor/tnaflix] Fix extractor + * [extractor/tvp] Support stream.tvp.pl + * [extractor/twitter] Fix --no-playlist and add media + view_count when using GraphQL + * [extractor/twitter] Fix graphql extraction on some tweets + * [extractor/vimeo] Fix playerConfig extraction + * [extractor/viu] Add ViuOTTIndonesiaIE extractor + * [extractor/vk] Fix playlists for new API + * [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 diff --git a/yt-dlp.spec b/yt-dlp.spec index 87e8b35..ab52334 100644 --- a/yt-dlp.spec +++ b/yt-dlp.spec @@ -17,7 +17,7 @@ Name: yt-dlp -Version: 2023.01.06 +Version: 2023.02.17 Release: 0 Summary: Enhanced fork of youtube-dl, a video site downloader for offline watching License: CC-BY-SA-3.0 AND SUSE-Public-Domain diff --git a/yt-dlp.tar.gz b/yt-dlp.tar.gz index 423fd30..0325645 100644 --- a/yt-dlp.tar.gz +++ b/yt-dlp.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a77b01ed42e8436233bb36ea405a46b6a05fbc1b24726f11815b515face2d116 -size 5020523 +oid sha256:81f607b8754b1bc67e6592a4e316c015d720e7118757a5afd4ef2aaf37d2ef29 +size 5101619 From 10781692083a0c7e91b17eee917d156536bb76d4d70e3d4be6a6c8d1016fce1c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 18 Feb 2023 10:53:41 +0000 Subject: [PATCH 2/2] trim entries with no meaning OBS-URL: https://build.opensuse.org/package/show/network:utilities/yt-dlp?expand=0&rev=46 --- yt-dlp.changes | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/yt-dlp.changes b/yt-dlp.changes index 5d9e204..6c8d70f 100644 --- a/yt-dlp.changes +++ b/yt-dlp.changes @@ -2,34 +2,19 @@ Sat Feb 18 06:08:22 UTC 2023 - Carsten Ziepke - 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 * [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