aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * yeetube-mode-map: Add yeetube-view-thumbnailThanos Apollo2024-01-181-2/+2
| |
| * yeetube-get-content: Rewrite & SimplifyThanos Apollo2024-01-181-19/+19
| |
| * yeetube-get-item: Rewrite as cl-defun and return itemThanos Apollo2024-01-181-3/+6
| |
| * Add yeetube-get-thumbnailsThanos Apollo2024-01-181-1/+16
|/
* Merge branch 'version-2.0.8' into master2.0.8Thanos Apollo2024-01-102-221/+80
|\ | | | | | | | | | | | | | | | | Release version 2.0.8 - Redo yeetube using tabulated-list Credits: This changes was suggested by Sergey Trofimov, along with examples on how it should be implemented for this project. - Fix minor bugs & redo some aesthetic designs
| * Update yeetube-mode-mapThanos Apollo2024-01-091-2/+2
| |
| * Add yeetube-facesThanos Apollo2024-01-091-4/+35
| |
| * Add yeetube-view-count-formatThanos Apollo2024-01-091-1/+12
| |
| * Remove yeetube---fix-titleThanos Apollo2024-01-091-13/+2
| | | | | | | | tabulated-lists solves previous issues
| * Redo yeetube-mode with tabulated listThanos Apollo2024-01-091-5/+17
| |
| * Add yeetube-propertize-vectorThanos Apollo2024-01-091-1/+9
| | | | | | | | Will be used to propertize items in tabulated-list
| * yeetube-get-content: format view-count before pushThanos Apollo2024-01-091-1/+1
| |
| * yeetube-search: Change buffer & start yeetube-modeThanos Apollo2024-01-091-2/+4
| |
| * yeetube-get: Redo with tabulated-list-get-idThanos Apollo2024-01-091-3/+1
| |
| * remove yeetube-buffer.elThanos Apollo2024-01-092-193/+1
| | | | | | | | Redoing with tabulated-list makes yeetube-buffer obsolete
| * yeetube-results-limit: fix typoThanos Apollo2024-01-091-1/+1
|/
* yeetube-mpv:(check) Improve error message & use `unless`Thanos Apollo2023-11-222-5/+7
| | | | There is no need for more specific error messages (via pcase).
* yeetube-mpv: Add yeetube-mpv-checkThanos Apollo2023-11-211-2/+7
| | | | Check if yt-dlp & mpv is installed, produce an error if not.
* fix: Remove needless Package-RequiresThanos Apollo2023-11-202-6/+0
| | | | yeetube-mpv & yeetube-buffer do not need package-requires.
* yeetube: Use defvar-keymap for yeetube-mode-mapThanos Apollo2023-11-201-13/+16
| | | | | Compat allows to use defvar-keymap and still support older versions of emacs.
* yeetube:(get-content) IndentationThanos Apollo2023-11-201-10/+12
|
* yeetube: Add compat packageThanos Apollo2023-11-201-1/+2
|
* Update to new domainThanos Apollo2023-11-084-9/+9
|
* Merge version 2.0.7 branch to 'master'2.0.7Thanos Apollo2023-10-174-41/+99
|\ | | | | | | | | | | | | | | | | | | | | | | - 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.
| * yeetube:(mode-map) Add yeetube-search & yeetube-replayThanos Apollo2023-10-172-2/+4
| |
| * yeetube:(feature) Add yeetube-replayThanos Apollo2023-10-171-0/+13
| | | | | | | | Replay history entry
| * yeetube:(get) Update docstringThanos Apollo2023-10-171-1/+11
| |
| * yeetube:(get) Fix error messagesThanos Apollo2023-10-171-1/+1
| | | | | | | | Report back value in quotes
| * yeetube:(play) push url & title to yeetube-historyThanos Apollo2023-10-171-10/+12
| | | | | | | | | | - Keep track of played urls with video-titles by pushing them to yeetube-history.
| * Add yeetube-historyThanos Apollo2023-10-171-2/+2
| | | | | | | | Variable to track recently played content
| * Update to version 2.0.7Thanos Apollo2023-10-171-1/+1
| |
| * yeetube:(download-video) Message video title and download directoryThanos Apollo2023-10-171-1/+2
| |
| * yeetube-buffer: Remove (fix-title)Thanos Apollo2023-10-171-18/+1
| | | | | | | | | | Fix titles before they are pushed in yeetube-content with previous commit.
| * yeetube: Add yeetube--fix-titleThanos Apollo2023-10-171-1/+14
| | | | | | | | | | | | - Function that fixes scraped titles - Use in yeetube-get-content to push correct title values to yeetube-content
| * yeetube: Add yeetube--title-replacementsThanos Apollo2023-10-171-0/+7
| | | | | | | | Add variable to track unicode character replacements
| * yeetube:(play-saved-video) Message the label of bookmarked URLThanos Apollo2023-10-171-1/+4
| |
| * yeetube-buffer:(insert-content) Rewrite using keywordsThanos Apollo2023-10-171-6/+9
| |
| * yeetube:(yeetube-get-content) Use keywordsThanos Apollo2023-10-171-1/+5
| | | | | | | | | | Rewrite yeetube-get-content to push content with keywords, retriving values easier
| * yeetube:(yeetube-get-url) Rewrite to use yeetube-getThanos Apollo2023-10-171-4/+5
| | | | | | | | | | Rewrite yeetube-get-url to use (yeetube-get :videoid), as well as using yeetube-url variable instead of hardcoding youtube value
| * yeetube: Add yeetube-getThanos Apollo2023-10-171-0/+9
| | | | | | | | | | yeetube-get function accepts a keyword argument. Retrieves information for keyword from yeetube-content.
| * Add yeetube-url variableThanos Apollo2023-10-171-1/+4
| | | | | | | | | | Avoid hardcoding youtube.com, user can change this to an invidious instance if they desire so
| * README: Fix typoThanos Apollo2023-10-141-1/+1
| |
| * yeetube-mpv-play-url: Rename to yeetube-mpv-playThanos Apollo2023-10-133-5/+8
| | | | | | | | | | 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.
| * README: Add badge for self-hosted gitThanos Apollo2023-10-131-0/+1
|/
* Mark as version 2.0.62.0.6Thanos Apollo2023-10-131-1/+1
| | | | | | | | - Bug fixes with yeetube-buffer - Fix autoload issues - Set result-limit to 20 - Add ffmpeg dowmload functionality skeleton - Add browse-video url, using invidious
* yeetube: Add todo's and update docstringsThanos Apollo2023-10-131-1/+3
|
* Update READMEThanos Apollo2023-10-131-20/+26
| | | | Update code formatting
* yeetube: Add autoload cookie for interactive funcThanos Apollo2023-10-091-1/+8
|
* yeetube:(results-limit) set to 20Thanos Apollo2023-10-091-1/+1
|
* merge into testing: Add yeetube-download--ffmpegThanos Apollo2023-10-071-3/+15
|\ | | | | | | Setting up feature to use yeetube-download with ffmpeg