[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [NonGNU ELPA] Package suggestion: yeetube
From: |
Emanuel Berg |
Subject: |
Re: [NonGNU ELPA] Package suggestion: yeetube |
Date: |
Wed, 04 Oct 2023 15:27:30 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
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:
*** yeetube-buffer.el: checkdoc-current-buffer
yeetube-buffer.el:185: Arguments occur in the doc string out
of order
In yeetube-buffer-create:
yeetube-buffer.el:209:8: Warning: ‘backward-delete-char’ is
for interactive use only; use ‘delete-char’ instead.
In yeetube-download-videos:
yeetube.el:250:2: Warning: docstring has wrong usage of
unescaped single quotes (use \=' or different quoting such as
`...')
In end of data:
yeetube.el:275:9: Warning: the function
‘yeetube-change-download-audio-format’ is not known to
be defined.
yeetube.el:274:9: Warning: the function
‘yeetube-change-download-directory’ is not known to
be defined.
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!
--
underground experts united
https://dataswamp.org/~incal
- Re: [NonGNU ELPA] Package suggestion: yeetube, (continued)
Re: [NonGNU ELPA] Package suggestion: yeetube,
Emanuel Berg <=