summaryrefslogtreecommitdiffstats
path: root/org-yt.el
Commit message (Collapse)AuthorAgeFilesLines
* rename to yeetubeThanos Apollo2023-06-301-107/+0
|
* Merge branch '#download-videos' into devThanos Apollo2023-06-301-1/+58
|\
| * Add custom to downlaod only as a specific audio formatThanos Apollo2023-06-301-0/+10
| |
| * Add func to download multiple videos by manuallyThanos Apollo2023-06-301-2/+34
| | | | | | | | | | | | | | | | | | | | yt-download-videos should be used from within a Dired buffer in the desired path. yt-dlp is not youtube specific, just like this package. User should be able to manually run yt-dlp anywhere, downloading videos without being restricted to a predefined search query
| * Add func to download single video from org bufferThanos Apollo2023-06-301-0/+9
| | | | | | | | Identical to playing video but with yt-dlp instead of mpv.
* | play video using mpvThanos Apollo2023-06-301-1/+11
|/ | | | | | | | | | | Create yt-play, a simple function that checks if the link starts with "http" and then uses `async-shell-command` to open the URL with `mpv`. It also displays a message confirming the URL being opened. This is still a testing function, a video player should be defined using a defcustom
* init projectThanos Apollo2023-06-301-0/+40