emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#48904: closed ([PATCH 0/2] Add ‘emacs-ytel’ and ‘emacs-ytel-show’)


From: GNU bug Tracking System
Subject: bug#48904: closed ([PATCH 0/2] Add ‘emacs-ytel’ and ‘emacs-ytel-show’)
Date: Sat, 12 Jun 2021 20:32:02 +0000

Your message dated Sat, 12 Jun 2021 22:31:49 +0200
with message-id <87o8casu2y.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#48904] [PATCH 1/2] gnu: Add emacs-ytel.
has caused the debbugs.gnu.org bug report #48904,
regarding [PATCH 0/2] Add ‘emacs-ytel’ and ‘emacs-ytel-show’
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
48904: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48904
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/2] Add ‘emacs-ytel’ and ‘emacs-ytel-show’ Date: Mon, 07 Jun 2021 17:55:34 +0200
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





--- End Message ---
--- Begin Message --- Subject: Re: [bug#48904] [PATCH 1/2] gnu: Add emacs-ytel. Date: Sat, 12 Jun 2021 22:31:49 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

Xinglu Chen <public@yoctocell.xyz> 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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]