From unknown Sun Jun 22 07:58:21 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#46945] [PATCH] gnu: Update youtube-dl to version 2021-03-03 Resent-From: Daniel Brooks Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 05 Mar 2021 13:29:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 46945 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 46945@debbugs.gnu.org X-Debbugs-Original-To: Guix Patches List Received: via spool by submit@debbugs.gnu.org id=B.161495090318884 (code B ref -1); Fri, 05 Mar 2021 13:29:02 +0000 Received: (at submit) by debbugs.gnu.org; 5 Mar 2021 13:28:23 +0000 Received: from localhost ([127.0.0.1]:33226 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lIAVD-0004uW-IY for submit@debbugs.gnu.org; Fri, 05 Mar 2021 08:28:23 -0500 Received: from lists.gnu.org ([209.51.188.17]:45218) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lIAVB-0004uN-Vp for submit@debbugs.gnu.org; Fri, 05 Mar 2021 08:28:22 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:54728) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lIAVB-0003Xq-Kf for guix-patches@gnu.org; Fri, 05 Mar 2021 08:28:21 -0500 Received: from smtp-out-4.mxes.net ([198.205.123.69]:47051) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lIAV7-0002Vd-HA for guix-patches@gnu.org; Fri, 05 Mar 2021 08:28:21 -0500 Received: from Customer-MUA (mua.mxes.net [10.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTPSA id 4DsT7x02L8z3cC3 for ; Fri, 5 Mar 2021 08:28:12 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mxes.net; s=mta; t=1614950893; bh=jcnVIoHSm2sbSG44q6xVzXEGS8op6T7Eh2cckBWJFXQ=; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type; b=N4AkJafqJbnAXBqQZaBljGbRNhJ2jUeHpWhzCI3fDynf2NMDtW2ZDkcwOr426coDF NCWabpTVVuv9H3YqIB1+3G3zCPaPy4AcoDhekoVGD1E4dbsOTX/n0aP77Csrq3+hwF bQFkqbo0eb9xSl4byCYtt6CNJdYQQojjPW5vUd+Y= From: Daniel Brooks Date: Fri, 05 Mar 2021 05:28:11 -0800 Message-ID: <87r1ktwx04.fsf@db48x.net> MIME-Version: 1.0 Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-Update-youtube-dl-to-version-2021-03-03.patch Content-Description: [PATCH] gnu: Update youtube-dl to version 2021-03-03 X-Sent-To: Received-SPF: none client-ip=198.205.123.69; envelope-from=db48x@db48x.net; helo=smtp-out-4.mxes.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.6 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.6 (-) >From 52cdfafaa59e51d66ef7d3b45e2f9f553de3bc5c Mon Sep 17 00:00:00 2001 From: Daniel Brooks Date: Fri, 5 Mar 2021 05:07:49 -0800 Subject: [PATCH] gnu: Update youtube-dl to version 2021-03-03 gnu/packages/video.scm: The most important change is an update to the Youtube API. --- gnu/packages/video.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 564c465dab..4cc1f0b441 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2197,14 +2197,14 @@ To load this plugin, specify the following option when starting mpv: (define-public youtube-dl (package (name "youtube-dl") - (version "2021.02.22") + (version "2021.03.03") (source (origin (method url-fetch) (uri (string-append "https://youtube-dl.org/downloads/latest/" "youtube-dl-" version ".tar.gz")) (sha256 (base32 - "19j4kfqln1yk47dpid9j4z3zvgxy6xar1mpfsadifikfdgbmsq7x")) + "11z2v8mdii0bl13850mc6hgz80d0kgzb4hdxyikc3wa4jqfwrq7f")) (snippet '(begin ;; Delete the pre-generated files, except for the man page -- 2.26.2 From unknown Sun Jun 22 07:58:21 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Daniel Brooks Subject: bug#46945: closed (Re: [bug#46945] [PATCH] gnu: Update youtube-dl to version 2021-03-03) Message-ID: References: <87h7lpef9g.fsf@nicolasgoaziou.fr> <87r1ktwx04.fsf@db48x.net> X-Gnu-PR-Message: they-closed 46945 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 46945@debbugs.gnu.org Date: Fri, 05 Mar 2021 16:29:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1614961742-22182-1" This is a multi-part message in MIME format... ------------=_1614961742-22182-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #46945: [PATCH] gnu: Update youtube-dl to version 2021-03-03 which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 46945@debbugs.gnu.org. --=20 46945: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D46945 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1614961742-22182-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 46945-done) by debbugs.gnu.org; 5 Mar 2021 16:28:53 +0000 Received: from localhost ([127.0.0.1]:35303 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lIDJt-0005lQ-AL for submit@debbugs.gnu.org; Fri, 05 Mar 2021 11:28:53 -0500 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:36945) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lIDJr-0005l3-Qi for 46945-done@debbugs.gnu.org; Fri, 05 Mar 2021 11:28:52 -0500 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id E1833FF812; Fri, 5 Mar 2021 16:28:44 +0000 (UTC) From: Nicolas Goaziou To: Daniel Brooks Subject: Re: [bug#46945] [PATCH] gnu: Update youtube-dl to version 2021-03-03 References: <87r1ktwx04.fsf@db48x.net> Date: Fri, 05 Mar 2021 17:28:43 +0100 In-Reply-To: <87r1ktwx04.fsf@db48x.net> (Daniel Brooks's message of "Fri, 05 Mar 2021 05:28:11 -0800") Message-ID: <87h7lpef9g.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 46945-done Cc: 46945-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hello, Daniel Brooks writes: > Subject: [PATCH] gnu: Update youtube-dl to version 2021-03-03 > > gnu/packages/video.scm: The most important change is an update to the > Youtube API. I "normalized" the commit message and pushed. Thanks! Regards, -- Nicolas Goaziou ------------=_1614961742-22182-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 5 Mar 2021 13:28:23 +0000 Received: from localhost ([127.0.0.1]:33226 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lIAVD-0004uW-IY for submit@debbugs.gnu.org; Fri, 05 Mar 2021 08:28:23 -0500 Received: from lists.gnu.org ([209.51.188.17]:45218) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lIAVB-0004uN-Vp for submit@debbugs.gnu.org; Fri, 05 Mar 2021 08:28:22 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:54728) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lIAVB-0003Xq-Kf for guix-patches@gnu.org; Fri, 05 Mar 2021 08:28:21 -0500 Received: from smtp-out-4.mxes.net ([198.205.123.69]:47051) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lIAV7-0002Vd-HA for guix-patches@gnu.org; Fri, 05 Mar 2021 08:28:21 -0500 Received: from Customer-MUA (mua.mxes.net [10.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTPSA id 4DsT7x02L8z3cC3 for ; Fri, 5 Mar 2021 08:28:12 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mxes.net; s=mta; t=1614950893; bh=jcnVIoHSm2sbSG44q6xVzXEGS8op6T7Eh2cckBWJFXQ=; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type; b=N4AkJafqJbnAXBqQZaBljGbRNhJ2jUeHpWhzCI3fDynf2NMDtW2ZDkcwOr426coDF NCWabpTVVuv9H3YqIB1+3G3zCPaPy4AcoDhekoVGD1E4dbsOTX/n0aP77Csrq3+hwF bQFkqbo0eb9xSl4byCYtt6CNJdYQQojjPW5vUd+Y= From: Daniel Brooks To: Guix Patches List Subject: [PATCH] gnu: Update youtube-dl to version 2021-03-03 Date: Fri, 05 Mar 2021 05:28:11 -0800 Message-ID: <87r1ktwx04.fsf@db48x.net> MIME-Version: 1.0 Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-Update-youtube-dl-to-version-2021-03-03.patch Content-Description: [PATCH] gnu: Update youtube-dl to version 2021-03-03 X-Sent-To: Received-SPF: none client-ip=198.205.123.69; envelope-from=db48x@db48x.net; helo=smtp-out-4.mxes.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.6 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.6 (-) >From 52cdfafaa59e51d66ef7d3b45e2f9f553de3bc5c Mon Sep 17 00:00:00 2001 From: Daniel Brooks Date: Fri, 5 Mar 2021 05:07:49 -0800 Subject: [PATCH] gnu: Update youtube-dl to version 2021-03-03 gnu/packages/video.scm: The most important change is an update to the Youtube API. --- gnu/packages/video.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 564c465dab..4cc1f0b441 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2197,14 +2197,14 @@ To load this plugin, specify the following option when starting mpv: (define-public youtube-dl (package (name "youtube-dl") - (version "2021.02.22") + (version "2021.03.03") (source (origin (method url-fetch) (uri (string-append "https://youtube-dl.org/downloads/latest/" "youtube-dl-" version ".tar.gz")) (sha256 (base32 - "19j4kfqln1yk47dpid9j4z3zvgxy6xar1mpfsadifikfdgbmsq7x")) + "11z2v8mdii0bl13850mc6hgz80d0kgzb4hdxyikc3wa4jqfwrq7f")) (snippet '(begin ;; Delete the pre-generated files, except for the man page -- 2.26.2 ------------=_1614961742-22182-1--