commit youtube-dl for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package youtube-dl for openSUSE:Factory checked in at 2021-11-01 18:35:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old) and /work/SRC/openSUSE:Factory/.youtube-dl.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "youtube-dl" Mon Nov 1 18:35:42 2021 rev:169 rq:928439 version:2021.10.22 Changes: -------- --- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes 2021-10-19 23:03:58.401276926 +0200 +++ /work/SRC/openSUSE:Factory/.youtube-dl.new.1890/youtube-dl.changes 2021-11-01 18:35:56.101343421 +0100 @@ -1,0 +2,71 @@ +Sun Oct 31 22:27:19 UTC 2021 - Matej Cepl <mcepl@suse.com> + +- Add ceskatelevize_fix_POST_request.patch to fix + gh#ytdl-org/youtube-dl#30172. + +------------------------------------------------------------------- +Sun Oct 31 12:19:20 UTC 2021 - Matej Cepl <mcepl@suse.com> + +- Update to 2021.10.22: + - [docs] Migrate issues to use forms by Ashish0804 + - [downloader] Fix slow progress hooks + - This was causing HLS/DASH downloads to be extremely slow in some situations + - [downloader/ffmpeg] Improve simultaneous download and merge + - [EmbedMetadata] Allow overwriting all default metadata with meta_default key + - [ModifyChapters] Add ability for --remove-chapters to remove sections by timestamp + - [utils] Allow duration strings in --match-filter + - Add HDR information to formats + - Add negative option --no-batch-file by Zirro + - Calculate more fields for merged formats + - Do not verify thumbnail URLs unless --check-formats is specified + - Don't create console for subprocesses on Windows + - Fix --restrict-filename when used with default template + - Fix check_formats output being written to stdout when -qv + - Fix bug in storyboards + - Fix conflict b/w id and ext in format selection + - Fix verbose head not showing custom configs + - Load archive only after printing verbose head + - Make duration_string and resolution available in --match-filter + - Re-implement deprecated option --id + - Reduce default --socket-timeout + - Write verbose header to logger + - [outtmpl] Fix bug in expanding environment variables + - [cookies] Local State should be opened as utf-8 + - [extractor,utils] Detect more codecs/mimetypes + - [extractor] Detect EXT-X-KEY Apple FairPlay + - [utils] Use importlib to load plugins by sulyi + - [http] Retry on socket timeout and show the last encountered error + - [fragment] Print error message when skipping fragment + - [aria2c] Fix --skip-unavailable-fragment + - [SponsorBlock] Obey extractor-retries and sleep-requests + - [Merger] Do not add aac_adtstoasc to non-hls audio + - [ModifyChapters] Do not mutate original chapters by nihil-admirari + - [devscripts/run_tests] Use markers to filter tests by sulyi + - [7plus] Add cookie based authentication by nyuszika7h + - [AdobePass] Fix RCN MSO by jfogelman + - [CBC] Fix Gem livestream by makeworld-the-better-one + - [CBC] Support CBC Gem member content by makeworld-the-better-one + - [crunchyroll] Add season to flat-playlist Closes #1319 + - [crunchyroll] Add support for beta.crunchyroll URLs and fix series URLs with language code + - [EUScreen] Add Extractor by Ashish0804 + - [Gronkh] Add extractor by Ashish0804 + - [hidive] Fix typo + - [Hotstar] Mention Dynamic Range in format_id by Ashish0804 + - [Hotstar] Raise appropriate error for DRM + - [instagram] Add login by u-spec-png + - [instagram] Show appropriate error when login is needed + - [microsoftstream] Add extractor by damianoamatruda, nixklai + - [on24] Add extractor by damianoamatruda + - [patreon] Fix vimeo player regex by zenerdi0de + - [SkyNewsAU] Add extractor by Ashish0804 + - [tagesschau] Fix extractor by u-spec-png + - [tbs] Add tbs live streams by llacb47 + - [tiktok] Fix typo and update tests + - [trovo] Support channel clips and VODs by Ashish0804 + - [Viafree] Add support for Finland by 18928172992817182 + - [vimeo] Fix embedded player.vimeo + - [vlive:channel] Fix extraction by kikuyan, pukkandan + - [youtube] Add auto-translated subtitles + - [youtube] Expose different formats with same itag + +------------------------------------------------------------------- New: ---- ceskatelevize_fix_POST_request.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ youtube-dl.spec ++++++ --- /var/tmp/diff_new_pack.rzqjyr/_old 2021-11-01 18:35:56.869343860 +0100 +++ /var/tmp/diff_new_pack.rzqjyr/_new 2021-11-01 18:35:56.873343862 +0100 @@ -17,13 +17,16 @@ Name: youtube-dl -Version: 2021.10.10 +Version: 2021.10.22 Release: 0 Summary: A tool for downloading from video sites for offline watching License: CC-BY-SA-3.0 AND SUSE-Public-Domain Group: Productivity/Networking/Web/Utilities URL: https://github.com/yt-dlp/yt-dlp Source: https://github.com/yt-dlp/yt-dlp/releases/download/%version/yt-dlp.tar.gz +# PATCH-FIX-UPSTREAM ceskatelevize_fix_POST_request.patch gh#ytdl-org/youtube-dl#30154 mcepl@suse.com +# fix POST request url to avoid redirection +Patch0: ceskatelevize_fix_POST_request.patch BuildRequires: make >= 4 BuildRequires: python3-devel BuildRequires: python3-xml @@ -79,7 +82,7 @@ ZSH command line completion support for yt-dlp. %prep -%autosetup -n yt-dlp +%autosetup -p1 -n yt-dlp %build rm -f youtube-dl yt-dlp ++++++ ceskatelevize_fix_POST_request.patch ++++++ From 8d89a7b4957791b455bcfbc7571078ac7212469d Mon Sep 17 00:00:00 2001 From: kikuyan <kikuyan@users.noreply.github.com> Date: Tue, 26 Oct 2021 10:48:23 +0900 Subject: [PATCH] [extractor/ceskatelevize] fix POST request url to avoid redirection --- yt_dlp/extractor/ceskatelevize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/yt_dlp/extractor/ceskatelevize.py +++ b/yt_dlp/extractor/ceskatelevize.py @@ -108,7 +108,7 @@ class CeskaTelevizeIE(InfoExtractor): for user_agent in (None, USER_AGENTS['Safari']): req = sanitized_Request( - 'https://www.ceskatelevize.cz/ivysilani/ajax/get-client-playlist', + 'https://www.ceskatelevize.cz/ivysilani/ajax/get-client-playlist/', data=urlencode_postdata(data)) req.add_header('Content-type', 'application/x-www-form-urlencoded') ++++++ yt-dlp.tar.gz ++++++ ++++ 15143 lines of diff (skipped)
participants (1)
-
Source-Sync