summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-01yt-download(s): Update to use default dir & update docsThanos Apollo
2023-07-01yt-search: base function completed...- Searches for X amount of videoids and videotitles - Creates a read only org buffer and inserts the results Thanos Apollo
2023-07-01Add customs...- yt-search-for: Defining the amount of search results - yt-player: Define video player as command using a string - yt-download-directory: Define download directory Thanos Apollo
2023-07-01Add basic search functionality...custom yt-search-query, youtube is the default, but in hopefully in the future it won't be youtube specific. yt-search only searches for a single url for now, just for testing purposes. Thanos Apollo
2023-06-30rename to yeetubeThanos Apollo
2023-06-30Merge branch '#download-videos' into devThanos Apollo
2023-06-30Merge branch '#play-videos' into devThanos Apollo
2023-06-30Add custom to downlaod only as a specific audio formatThanos Apollo
2023-06-30Add func to download multiple videos by manually...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 Thanos Apollo
2023-06-30Add func to download single video from org buffer...Identical to playing video but with yt-dlp instead of mpv. Thanos Apollo
2023-06-30play video using mpv...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 Thanos Apollo
2023-06-30init projectThanos Apollo