summaryrefslogtreecommitdiff
path: root/yeetube-buffer.el
AgeCommit message (Expand)Author
2023-10-01[fix] Redo faces as part of yeetube-buffer...Redo faces as part of yeetube-buffer using inherit. This way it will follow emacs theme. Thanos Apollo
2023-09-30Mark as version 2.0.3...Fix keybindings & yeetube-mode minor issues Thanos Apollo
2023-09-30yeetube-buffer-fix-title: Add option to remove emojis...If `yeetube-buffer-display-emojis` is `nil` use `yeetube-buffer-strip-emojis` Thanos Apollo
2023-09-30[feature] Add yeetube-buffer-strip-emojis...Custom function that will be used to strip emojis from titles Thanos Apollo
2023-09-30yeetube-buffer: Add yeetube-buffer-display emojis custom...Custom function to turn on/off displaying emojis in titles Emojis ruin formatting characters, this should be off by default Thanos Apollo
2023-09-29remove duplicate formatting functionsThanos Apollo
2023-09-29[fix] yeetube-buffer: remove extra lineThanos Apollo
2023-09-28[Commentary] Update commentary & code formatThanos Apollo
2023-09-28[fix] yeetube-buffer: fix duration lengthThanos Apollo
2023-09-28yeetube-buffer: Update formatting & add channel nameThanos Apollo
2023-09-28[fix] no need to pop filters...Filter results with search url Thanos Apollo
2023-09-28[Fix] Fix header formattingThanos Apollo
2023-09-28yeetube-buffer: Fix yeetube-mode issuesThanos Apollo
2023-09-28yeetube-buffer: fix formattingThanos Apollo
2023-09-28yeetube-buffer: Fix facesThanos Apollo
2023-09-27yeetube-buffer: Fix mode issues & update facesThanos Apollo
2023-09-27[Rewrite] Rewrite buffer functionality & remove invidious...- Redo with new buffer functionality (without org-mode) - Remove Invidious - It will be easier to have only invidious or youtube, invidious would have been much easier to make and maintain but since I already had basic scraping functionality for youtube it'd be a shame to depend on invidious, in case their project ever stops being maintained (mostly due to legal issues) Thanos Apollo