Age | Commit message (Collapse) | Author |
|
- Add yeetube-replay (replay entry stored in yeetube-history)
- Fix title issues & separate unicode character replacements into
yeetube--title-replacements
- Improve messages, for future debugging & aesthetics
- Redo storing of content info and retrieval, using keywords
This version marks yeetube.el in maintenance mode. I have no further
plans for further feature additions. However, feel free to discuss
with me any changes you'd like to see.
|
|
|
|
Replay history entry
|
|
|
|
Report back value in quotes
|
|
- Keep track of played urls with video-titles by pushing them to
yeetube-history.
|
|
Variable to track recently played content
|
|
|
|
|
|
Fix titles before they are pushed in yeetube-content with previous
commit.
|
|
- Function that fixes scraped titles
- Use in yeetube-get-content to push correct title values to
yeetube-content
|
|
Add variable to track unicode character replacements
|
|
|
|
|
|
Rewrite yeetube-get-content to push content with keywords, retriving
values easier
|
|
Rewrite yeetube-get-url to use (yeetube-get :videoid), as well as
using yeetube-url variable instead of hardcoding youtube value
|
|
yeetube-get function accepts a keyword argument. Retrieves information
for keyword from yeetube-content.
|
|
Avoid hardcoding youtube.com, user can change this to an invidious
instance if they desire so
|
|
|
|
This function is not specific to just playing urls. User may make
custom functions to play local files with it, thus the change of name.
|
|
|
|
- Bug fixes with yeetube-buffer
- Fix autoload issues
- Set result-limit to 20
- Add ffmpeg dowmload functionality skeleton
- Add browse-video url, using invidious
|
|
|
|
Update code formatting
|
|
|
|
|
|
Setting up feature to use yeetube-download with ffmpeg
|
|
- Add yeetube-invidious-instances variable, containing random
invidious instances
- Rewrite yeetube-browse-url to use a random invidious instance from yeetube-invidious-instances
|
|
- Seperate #'yeetube-insert-content
- Simplify/rewrite yeetube-buffer-create using cl-loop
|
|
Function to browse video URL at point, using an invidious instance.
|
|
List with popular invidious instances, which is going to be used with
yeetube-browse-url function.
|
|
|
|
Simplify yeetube-buffer-create using cl-loop
|
|
|
|
Seperate the insertion of formatted content from yeetube-create-buffer.
|
|
- Add function to download URL using ffmpeg
- Make commands that are used as shell-processes hidden ("--")
|
|
|
|
|
|
Rewrite keymap to use make-sparse-keymap & require version 27.2.
defvar-keymap which was previously used requires emacs version 29.1
This change was suggested by emacs-devel mailing list, to make this
package available to users that have not updated to the latest emacs version.
|
|
|
|
|
|
- Add melpa link
- Add FAQ
- Update configuration instructions
|
|
This function is used as the default value of yeetube-player.
Renaming it to yeetube-mpv-play-url will hopefully reduce confusion
by making the name more specific.
|
|
No need to have an interactive funciton.
|
|
|
|
- Add error handling e.g if mpv or yt-dlp is missing
- Fix shell argument issues
- Rewrite yeetube-download functions
- Update doc strings
- Fix faces issues
|
|
yeetube-download-ytdlp is not meant to be used interactively.
|
|
|
|
Rename yeetube-faces to yeetube-buffer-faces
Remove :safe keyword
Require emacs 29.1 -- since yeetube.el requires emacs 29.1
|
|
Add shell-quote-argument to pass the url value.
Pointed out by progfolio https://github.com/melpa/melpa/pull/8625
|