emacs-devel
[Top][All Lists]
Advanced

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

Re: [NonGNU ELPA] Package suggestion: yeetube


From: Thanos Apollo
Subject: Re: [NonGNU ELPA] Package suggestion: yeetube
Date: Thu, 05 Oct 2023 05:15:24 +0300
User-agent: mu4e 1.10.7; emacs 29.1.50


Emanuel Berg <incal@dataswamp.org> writes:

Thanos Apollo wrote:

I've been trying to learn elisp and made this simple niche
package, to watch & download youtube content via Emacs using
only free software.

Homepage: https://git.thanosapollo.com/yeetube/about/

Nice!

I did

  (checkdoc-current-buffer t)

and also byte compiled with this command

   $ emacs -Q \
           --batch \
--eval "(setq load-path (append load-path (list \".\")))" \
           -f batch-byte-compile *.el

to discover the following stuff you can improve:


[...]



Fixed! thanks for pointing these out!


PS. If you are into automated downloading, check out these files

  https://dataswamp.org/~incal/conf/.zsh/dl
  https://dataswamp.org/~incal/conf/.zsh/yt-dlp
  https://dataswamp.org/~incal/#mpv

It doesn't have an interface tho like yours, it just
downloads bulk and then you remove stuff you don't like
from mpv.

GLHF!

Nice! I'll be using them


--

Thanos Apollo
https://thanosapollo.com



reply via email to

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