aboutsummaryrefslogtreecommitdiffstats
path: root/yeetube.el
Commit message (Collapse)AuthorAgeFilesLines
...
* | yeetube: Redo yeetube-mode as derived from special-modeThanos Apollo2023-09-291-3/+6
|/
* yeetube: hardcode youtube uriThanos Apollo2023-09-291-9/+2
|
* yeetube: Update yeetube-playThanos Apollo2023-09-281-3/+1
| | | | Remove let statement and use yeetube-get-url directly
* [fix] yeetube-get-url get full url, not just videoidThanos Apollo2023-09-281-1/+2
| | | | | Previously this command would just return videoid, now it returns full video url. Fixing issues with yeetube-download functions.
* [rewrite] Update yeetube-get-contentThanos Apollo2023-09-281-36/+19
| | | | Rewrite yeetube-get-content using yeetube-get-item and removing temp lists
* yeetube: Add yeetube-get-itemThanos Apollo2023-09-281-2/+9
| | | | | yeetube-get-item: Search for an item from youtube results, simplifying yeetube-get-content
* yeetube-download-videos: format shell commandsThanos Apollo2023-09-281-1/+2
|
* [Commentary] Update commentary & code formatThanos Apollo2023-09-281-0/+1
|
* [Fix] redo scraping functionality, add channel nameThanos Apollo2023-09-281-29/+20
|
* [fix] Add yeetube-mode as major modeThanos Apollo2023-09-281-0/+9
|
* [fix] redo save video functionalityThanos Apollo2023-09-281-2/+19
|
* yeetube: (yeetube-search) Add filter to remove live videosThanos Apollo2023-09-281-1/+2
|
* yeetube: Remove functions from old org buffer infoThanos Apollo2023-09-271-36/+0
|
* yeetube: (fix) remove unused variablesThanos Apollo2023-09-271-13/+12
|
* fix: Update download functionality for new bufferThanos Apollo2023-09-271-14/+9
|
* [Rewrite] Rewrite buffer functionality & remove invidiousThanos Apollo2023-09-271-168/+31
| | | | | | | | | | - 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)
* [Feature] Display video durationThanos Apollo2023-09-271-12/+23
|
* [Rewrite] seperate yeetube-mpv functionality2.0.1Thanos Apollo2023-09-251-83/+6
| | | | | - Seperate yeetube-mpv - Make it easier to use other programs as yeetube-player, such as emms
* replace: setq -> setfThanos Apollo2023-08-311-27/+27
|
* yeetube-download-videos: remove audio-only optionThanos Apollo2023-08-301-14/+1
|
* yeetube-download-video: remove shell-argumentThanos Apollo2023-08-301-4/+1
| | | | Fix for zsh
* yeetube-download-video: use call-process-shell-commandThanos Apollo2023-08-301-5/+4
|
* Fix: hardcode url as string in shell commandsThanos Apollo2023-08-261-5/+5
|
* fix: yeetube-start-mpv-processThanos Apollo2023-08-261-2/+2
| | | | Adjust for non bash shells
* yeetube-start-process: Rename variablesThanos Apollo2023-08-201-3/+3
|
* Add message when a yeetube process startsThanos Apollo2023-08-201-1/+2
|
* Rename: yeetube-send-keypress -> yeetube-mpv-send-keypressThanos Apollo2023-08-201-4/+4
| | | | | | | Since I'm using this package with mpv, and this function probably is not working with all the media players out there, it would be more appropriate to have all the media-player specific functions for yeetube to be with 'yeetube-mpv to avoid any confusion in the future.
* Mark as version 2.0.02.0.0Thanos Apollo2023-08-191-2/+2
| | | | | - Rewrite all media player functionality - Make it easier to use other packages to manage media players
* yeetube-mode-map: Add yeetube-mpv-toggle-no-video-flagThanos Apollo2023-08-191-2/+3
|
* Update Info keysThanos Apollo2023-08-191-2/+3
|
* Add yeetube-send-keypress and rewrite toggle functions with itThanos Apollo2023-08-191-10/+11
|
* Add yeetube-mpv-toggle-no-video-flagThanos Apollo2023-08-191-8/+7
|
* Add yeetube-start-mpv-processThanos Apollo2023-08-191-2/+6
|
* Rewrite yeetube-start-processThanos Apollo2023-08-191-9/+4
|
* yeetube-play-url: fix formattingThanos Apollo2023-08-191-2/+3
|
* remove yeetube-mpv-socketThanos Apollo2023-08-191-6/+0
|
* Rewrite yeetube-mpv-toggle-videoThanos Apollo2023-08-181-4/+7
|
* Add yeetube-mpv-send-keypressThanos Apollo2023-08-181-0/+5
|
* Add yeetube-mpv-toggle-fullscreenThanos Apollo2023-08-181-1/+5
|
* Rewrite yeetube-mpv-toggle-pauseThanos Apollo2023-08-181-4/+3
|
* remove old send-socket-commandThanos Apollo2023-08-181-15/+0
|
* Add docstringsThanos Apollo2023-08-181-0/+3
|
* Add yeetube--mpv-playThanos Apollo2023-08-181-0/+15
| | | | Used to play url and defining a process session
* Update yeetube-play-urlThanos Apollo2023-08-181-11/+8
| | | | If not 'mpv just use 'media-player 'url
* Add yeetube-mpv-disable-videoThanos Apollo2023-08-181-3/+4
| | | | Custom value that adds --no-video flag
* yeetube-player: Make it as symbolThanos Apollo2023-08-181-3/+5
|
* yeetube-search: Add type & timeout at 30sThanos Apollo2023-08-181-2/+3
|
* redo yeetube-send-command-to-socketThanos Apollo2023-08-181-15/+6
| | | | Simplify network-process
* Rename old toggle to just disable videoThanos Apollo2023-08-181-1/+3
|
* Change yeetube-toggle-pause-mpvThanos Apollo2023-08-181-9/+10
| | | | Use yeetube--send-command instead of socat