From unknown Mon Aug 18 11:21:38 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#48904] [PATCH 0/2] Add =?UTF-8?Q?=E2=80=98emacs-ytel=E2=80=99?= and =?UTF-8?Q?=E2=80=98emacs-ytel-show=E2=80=99?= Resent-From: Xinglu Chen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 07 Jun 2021 15:56:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 48904 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 48904@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.162308134521046 (code B ref -1); Mon, 07 Jun 2021 15:56:02 +0000 Received: (at submit) by debbugs.gnu.org; 7 Jun 2021 15:55:45 +0000 Received: from localhost ([127.0.0.1]:56523 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lqHbN-0005TN-70 for submit@debbugs.gnu.org; Mon, 07 Jun 2021 11:55:45 -0400 Received: from lists.gnu.org ([209.51.188.17]:42030) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lqHbM-0005TF-1s for submit@debbugs.gnu.org; Mon, 07 Jun 2021 11:55:44 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46728) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lqHbK-0007fZ-BF for guix-patches@gnu.org; Mon, 07 Jun 2021 11:55:43 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:52488 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lqHbI-0005sb-3n for guix-patches@gnu.org; Mon, 07 Jun 2021 11:55:41 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1623081335; bh=zgh7ux7GNZc0VVj68EAmKZ7gcaKMASUuR+lEeXnSVCg=; h=From:To:Subject:Date; b=i9jnzV/30rw11H1wqVvtJEfXO8UK1btLJRoCST1VOhvtRgIvEBmUc+xLozNgGbQ64 y8+psf4kUuBYw44+KZs3dZf43NTUDw0ygzyIc3cl13u1Rj57UwLzC4tzLaeadUD8Gl KjDfnhujR86QqlREhEiBxD6ZdOJDAtNjWP91+I90= Message-Id: Date: Mon, 07 Jun 2021 17:55:34 +0200 MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 30 X-Spam_score: 3.0 X-Spam_bar: +++ X-Spam_report: (3.0 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FROM_SUSPICIOUS_NTLD=0.499, FROM_SUSPICIOUS_NTLD_FP=1.594, PDS_OTHER_BAD_TLD=1.997, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 2.8 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: This patch series adds two Emacs packages, one for searching for YouTube videos using the Invidious API (emacs-ytel), and one for browsing videos and comments (emacs-ytel-show). Xinglu Chen (2): gnu: Add emacs-ytel. gnu: Add emacs-ytel-show. Content analysis details: (2.8 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [209.51.188.17 listed in wl.mailspike.net] -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 1.6 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 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: 0.2 (/) This patch series adds two Emacs packages, one for searching for YouTube videos using the Invidious API (emacs-ytel), and one for browsing videos and comments (emacs-ytel-show). Xinglu Chen (2): gnu: Add emacs-ytel. gnu: Add emacs-ytel-show. gnu/packages/emacs-xyz.scm | 69 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) base-commit: e3611cc412e7b1c750a56d17fb1b7cde684baa3f -- 2.32.0 From unknown Mon Aug 18 11:21:38 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#48904] [PATCH 1/2] gnu: Add emacs-ytel. Resent-From: Xinglu Chen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 07 Jun 2021 15:57:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48904 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 48904@debbugs.gnu.org Received: via spool by 48904-submit@debbugs.gnu.org id=B48904.162308140721193 (code B ref 48904); Mon, 07 Jun 2021 15:57:02 +0000 Received: (at 48904) by debbugs.gnu.org; 7 Jun 2021 15:56:47 +0000 Received: from localhost ([127.0.0.1]:56529 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lqHcN-0005Vk-F3 for submit@debbugs.gnu.org; Mon, 07 Jun 2021 11:56:47 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:60782 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lqHcL-0005VR-70 for 48904@debbugs.gnu.org; Mon, 07 Jun 2021 11:56:46 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1623081399; bh=NTdmUn3Lzu5wuSmCrWm0syLvcbeXwwHtBD6aIq/xcZY=; h=From:To:Subject:In-Reply-To:References:Date; b=i5t++tM05Rk6R9Ucx0cYXISgk6tzOBOkRJgCw5nok9cTwMGJPtyKS2g/2+72yGtf2 uGhwLyiEcan8gGpMtaQ2KFoCTfqz37G+d28A9/MPEMS0jY06Ddry4sA0pz7zt+P8ue lbyv541Yg/6rwg33f+lvf0Y0bx7lWJtKTVotFecE= In-Reply-To: References: Message-Id: <1f95f43ad23bf1cd567ced83d38fc31dcabd2e10.1623081191.git.public@yoctocell.xyz> Date: Mon, 07 Jun 2021 17:56:39 +0200 MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 2.9 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/emacs-xyz.scm (emacs-ytel): New variable. --- gnu/packages/emacs-xyz.scm | 43 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 1d954ec5bd..8ad6d1e119 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -21204,6 +21204,49 @@ yout [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 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.9 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/emacs-xyz.scm (emacs-ytel): New variable. --- gnu/packages/emacs-xyz.scm | 43 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 1d954ec5bd..8ad6d1e119 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -21204,6 +21204,49 @@ yout [...] Content analysis details: (1.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/emacs-xyz.scm (emacs-ytel): New variable. --- gnu/packages/emacs-xyz.scm | 43 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 1d954ec5bd..8ad6d1e119 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -21204,6 +21204,49 @@ youtube-dl backends are supported. It is possible to create download profiles depending on the downloaded URL.") (license license:gpl3+))) +(define-public emacs-ytel + ;; No releases. + ;; Commit from 2020-11-28 + (let ((commit "d40bc7ead8d4d7e4d16b03b66a93d63bef51cc5f") + (revision "0")) + (package + (name "emacs-ytel") + (version (git-version "0.0.0" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/grastello/ytel") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0pxzfsxzrpv59dssrgx2mmwkm6rzk49ffjkgsa3wks7rdyfil3kf")))) + (build-system emacs-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-after 'unpack 'patch-exec-paths + (lambda* (#:key inputs #:allow-other-keys) + (let ((curl (assoc-ref inputs "curl"))) + (substitute* "ytel.el" + (("\"curl\"") (string-append "\"" curl "/bin/curl\""))))))))) + (inputs + `(("curl" ,curl))) + (home-page "https://github.com/grastello/ytel") + (synopsis "Query YouTube via Invidious") + (description + "This package provide a major mode to search YouTube videos via an +Elfeed-like buffer. Information about videos displayed in this buffer can be +extracted and manipulated by user-defined functions to do various things such +as: + +@itemize +@item playing them in some video player +@item download them +@end itemize") + (license license:gpl3+)))) + (define-public emacs-org-web-tools (package (name "emacs-org-web-tools") -- 2.32.0 From unknown Mon Aug 18 11:21:38 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#48904] [PATCH 2/2] gnu: Add emacs-ytel-show. Resent-From: Xinglu Chen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 07 Jun 2021 15:57:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48904 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 48904@debbugs.gnu.org Received: via spool by 48904-submit@debbugs.gnu.org id=B48904.162308140821199 (code B ref 48904); Mon, 07 Jun 2021 15:57:02 +0000 Received: (at 48904) by debbugs.gnu.org; 7 Jun 2021 15:56:48 +0000 Received: from localhost ([127.0.0.1]:56531 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lqHcN-0005Vm-Ml for submit@debbugs.gnu.org; Mon, 07 Jun 2021 11:56:47 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:60788 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lqHcM-0005VT-75 for 48904@debbugs.gnu.org; Mon, 07 Jun 2021 11:56:46 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1623081400; bh=uj8gaqHi2coxaWelypoBANjfGse/8/y8OEWanVKom1M=; h=From:To:Subject:In-Reply-To:References:Date; b=iXXmKaSRaK+i56ERpVveckvbL80ZDs+fJuwmvyjfZbK1V3M7ny4TLwAHMmeu1Sp59 USASHnR5V1nGq0ItBNljm2YraK+h5+zMrx57SJ3iYacL930KeVAuwtFCLHImo+CzNY jDCyfaKdS8Mi56VBXTi8mf/mOKPJAeS1/ml5Dibc= In-Reply-To: References: Message-Id: Date: Mon, 07 Jun 2021 17:56:40 +0200 MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 2.9 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/emacs-xyz.scm (emacs-ytel-show): New variable. --- gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 8ad6d1e119..5b9ddfff62 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -21247,6 +21247,32 @@ as: [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 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.9 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/emacs-xyz.scm (emacs-ytel-show): New variable. --- gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 8ad6d1e119..5b9ddfff62 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -21247,6 +21247,32 @@ as: [...] Content analysis details: (1.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/emacs-xyz.scm (emacs-ytel-show): New variable. --- gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 8ad6d1e119..5b9ddfff62 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -21247,6 +21247,32 @@ as: @end itemize") (license license:gpl3+)))) +(define-public emacs-ytel-show + ;; No releases. + ;; Commit from 2020-11-21. + (let ((commit "8b999484eb447ecdb741b24cbef2b5a7260a53e6") + (revision "0")) + (package + (name "emacs-ytel-show") + (version (git-version "0.0.0" revision commit)) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/xFA25E/ytel-show") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0nhgzfzq1bgpbdbljx5z2hzr8ia7ybsyvvr66yj4klz0zj97rghj")))) + (build-system emacs-build-system) + (propagated-inputs + `(("emacs-ytel" ,emacs-ytel))) + (home-page "https://github.com/xFA25E/ytel-show") + (synopsis "Browse YouTube in Emacs") + (description "This package provides an Emacs interface for browsing +YouTube videos and comments.") + (license license:gpl3+)))) + (define-public emacs-org-web-tools (package (name "emacs-org-web-tools") -- 2.32.0 From unknown Mon Aug 18 11:21:38 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: Xinglu Chen Subject: bug#48904: closed (Re: [bug#48904] [PATCH 1/2] gnu: Add emacs-ytel.) Message-ID: References: <87o8casu2y.fsf@nicolasgoaziou.fr> X-Gnu-PR-Message: they-closed 48904 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 48904@debbugs.gnu.org Date: Sat, 12 Jun 2021 20:32:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1623529922-26921-1" This is a multi-part message in MIME format... ------------=_1623529922-26921-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #48904: [PATCH 0/2] Add =E2=80=98emacs-ytel=E2=80=99 and =E2=80=98emacs-yte= l-show=E2=80=99 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 48904@debbugs.gnu.org. --=20 48904: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D48904 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1623529922-26921-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 48904-done) by debbugs.gnu.org; 12 Jun 2021 20:32:00 +0000 Received: from localhost ([127.0.0.1]:42116 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lsAIS-0006zy-1V for submit@debbugs.gnu.org; Sat, 12 Jun 2021 16:32:00 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:46767) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lsAIP-0006zi-Rl for 48904-done@debbugs.gnu.org; Sat, 12 Jun 2021 16:31:58 -0400 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id EF49EC0004; Sat, 12 Jun 2021 20:31:50 +0000 (UTC) From: Nicolas Goaziou To: Xinglu Chen Subject: Re: [bug#48904] [PATCH 1/2] gnu: Add emacs-ytel. References: <1f95f43ad23bf1cd567ced83d38fc31dcabd2e10.1623081191.git.public@yoctocell.xyz> Date: Sat, 12 Jun 2021 22:31:49 +0200 In-Reply-To: <1f95f43ad23bf1cd567ced83d38fc31dcabd2e10.1623081191.git.public@yoctocell.xyz> (Xinglu Chen's message of "Mon, 07 Jun 2021 17:56:39 +0200") Message-ID: <87o8casu2y.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hello, Xinglu Chen writes: > * gnu/packages/emacs-xyz.scm (emacs-ytel): New variable. Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [217.70.183.198 listed in wl.mailspike.net] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.198 listed in list.dnswl.org] 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-Debbugs-Envelope-To: 48904-done Cc: 48904-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: 0.3 (/) Hello, Xinglu Chen writes: > * gnu/packages/emacs-xyz.scm (emacs-ytel): New variable. Applied. Thank you. > + (version (git-version "0.0.0" revision commit)) I made it "0.1.0" according to the main file. Same for the other package. > + (synopsis "Query YouTube via Invidious") I rewrote the synopsis, since this one does not seem clearly related to the project. > + (description > + "This package provide a major mode to search YouTube videos via an > +Elfeed-like buffer. Information about videos displayed in this buffer can be > +extracted and manipulated by user-defined functions to do various things such > +as: > + > +@itemize > +@item playing them in some video player > +@item download them > +@end itemize") The list wasn't strictly necessary so I appended it to the last paragraph instead. Regards, -- Nicolas Goaziou ------------=_1623529922-26921-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 7 Jun 2021 15:55:45 +0000 Received: from localhost ([127.0.0.1]:56523 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lqHbN-0005TN-70 for submit@debbugs.gnu.org; Mon, 07 Jun 2021 11:55:45 -0400 Received: from lists.gnu.org ([209.51.188.17]:42030) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lqHbM-0005TF-1s for submit@debbugs.gnu.org; Mon, 07 Jun 2021 11:55:44 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46728) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lqHbK-0007fZ-BF for guix-patches@gnu.org; Mon, 07 Jun 2021 11:55:43 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:52488 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lqHbI-0005sb-3n for guix-patches@gnu.org; Mon, 07 Jun 2021 11:55:41 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1623081335; bh=zgh7ux7GNZc0VVj68EAmKZ7gcaKMASUuR+lEeXnSVCg=; h=From:To:Subject:Date; b=i9jnzV/30rw11H1wqVvtJEfXO8UK1btLJRoCST1VOhvtRgIvEBmUc+xLozNgGbQ64 y8+psf4kUuBYw44+KZs3dZf43NTUDw0ygzyIc3cl13u1Rj57UwLzC4tzLaeadUD8Gl KjDfnhujR86QqlREhEiBxD6ZdOJDAtNjWP91+I90= To: guix-patches@gnu.org Subject: [PATCH 0/2] Add =?utf-8?B?4oCYZW1hY3MteXRlbOKAmQ==?= and =?utf-8?Q?=E2=80=98emacs-ytel-show=E2=80=99?= Message-Id: Date: Mon, 07 Jun 2021 17:55:34 +0200 MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 30 X-Spam_score: 3.0 X-Spam_bar: +++ X-Spam_report: (3.0 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FROM_SUSPICIOUS_NTLD=0.499, FROM_SUSPICIOUS_NTLD_FP=1.594, PDS_OTHER_BAD_TLD=1.997, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 2.8 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: This patch series adds two Emacs packages, one for searching for YouTube videos using the Invidious API (emacs-ytel), and one for browsing videos and comments (emacs-ytel-show). Xinglu Chen (2): gnu: Add emacs-ytel. gnu: Add emacs-ytel-show. Content analysis details: (2.8 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [209.51.188.17 listed in wl.mailspike.net] -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 1.6 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 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: 0.2 (/) This patch series adds two Emacs packages, one for searching for YouTube videos using the Invidious API (emacs-ytel), and one for browsing videos and comments (emacs-ytel-show). Xinglu Chen (2): gnu: Add emacs-ytel. gnu: Add emacs-ytel-show. gnu/packages/emacs-xyz.scm | 69 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) base-commit: e3611cc412e7b1c750a56d17fb1b7cde684baa3f -- 2.32.0 ------------=_1623529922-26921-1--