summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-02yeetube: Remove duplicate yeetube-fix-title...This command has been moved to yeetube-buffer Thanos Apollo
2023-10-02Remove deprecated variables...Removing - yeetube-results-prefix - yeetube-display-info-keys - yeetube-display-view-count these variables where used previously when the results would have been displayed in an org-mode buffer. Thanos Apollo
2023-10-02remove .build.ymlThanos Apollo
2023-10-02Update README...Add straight.el installation instructions Thanos Apollo
2023-10-02readme: remove melpaThanos Apollo
2023-10-02feature: Add yeetube-browse-urlThanos Apollo
2023-10-02[fix] yeetube-buffer: Update yeetube-buffer-create...- Require cl-lib - Update documentation - Remove obsolete check for view-count length - Replace interactive function 'beginning-of-buffer' for (goto-char (point-min)) Thanos Apollo
2023-10-02[fix] Add autoload cookie for yeetube-buffer-createThanos Apollo
2023-10-01Mark as version 2.0.4...- Fix issues with yeetube-mode & yeetube-faces Thanos Apollo
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-10-01[fix] remove interactive duplicate yeetube-modeThanos Apollo
2023-09-30Update READMEThanos 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-29Merge fixes from branch 'master' into dev...- Remove duplicate formatting - Remove extra lines in yeetube-buffer - Remove obsolete functions from keymap Thanos Apollo
2023-09-29remove testsThanos Apollo
2023-09-29remove duplicate formatting functionsThanos Apollo
2023-09-29[fix] yeetube-mode-map: remove obsolete functionsThanos Apollo
2023-09-29[fix] yeetube-buffer: remove extra lineThanos Apollo
2023-09-29yeetube: Redo yeetube-mode as derived from special-modeThanos Apollo
2023-09-29yeetube: hardcode youtube uriThanos Apollo
2023-09-28yeetube: Update yeetube-play...Remove let statement and use yeetube-get-url directly Thanos Apollo
2023-09-28[fix] yeetube-get-url get full url, not just videoid...Previously this command would just return videoid, now it returns full video url. Fixing issues with yeetube-download functions. Thanos Apollo
2023-09-28[rewrite] Update yeetube-get-content...Rewrite yeetube-get-content using yeetube-get-item and removing temp lists Thanos Apollo
2023-09-28yeetube: Add yeetube-get-item...yeetube-get-item: Search for an item from youtube results, simplifying yeetube-get-content Thanos Apollo
2023-09-28yeetube-download-videos: format shell commandsThanos Apollo
2023-09-28[Commentary] Update commentary & code formatThanos Apollo
2023-09-28[fix] yeetube-buffer: fix duration lengthThanos Apollo
2023-09-28Update READMEThanos Apollo
2023-09-28yeetube-buffer: Update formatting & add channel nameThanos Apollo
2023-09-28yeetube-face: Update face-duration & add face-channelThanos Apollo
2023-09-28[Fix] redo scraping functionality, add channel nameThanos Apollo
2023-09-28[fix] no need to pop filters...Filter results with search url Thanos Apollo
2023-09-28[fix] Add yeetube-mode as major modeThanos Apollo
2023-09-28[Fix] Fix header formattingThanos Apollo
2023-09-28[fix] redo save video functionalityThanos Apollo
2023-09-28yeetube-buffer: Fix yeetube-mode issuesThanos Apollo
2023-09-28yeetube: (yeetube-search) Add filter to remove live videosThanos Apollo
2023-09-28yeetube-buffer: fix formattingThanos Apollo
2023-09-28yeetube-buffer: Fix facesThanos Apollo
2023-09-27yeetube: Remove functions from old org buffer infoThanos Apollo
2023-09-27yeetube: (fix) remove unused variablesThanos Apollo
2023-09-27fix: Update download functionality for new bufferThanos Apollo
2023-09-27yeetube-buffer: Fix mode issues & update facesThanos Apollo
2023-09-27[Feature] Add yeetube-faceThanos Apollo
2023-09-27yeetube-mpv: Fix functions name prefixThanos 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
2023-09-27[Feature] Display video durationThanos Apollo