From aab5bfd074e57d06a79e39d7c7c4760e1f385a06 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 17 Oct 2022 21:41:28 -0500 Subject: Bankruptcy 9 --- lisp/+ytdious.el | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 lisp/+ytdious.el (limited to 'lisp/+ytdious.el') diff --git a/lisp/+ytdious.el b/lisp/+ytdious.el deleted file mode 100644 index 6124149..0000000 --- a/lisp/+ytdious.el +++ /dev/null @@ -1,21 +0,0 @@ -;;; +ytdious.el --- Ytdious customizations -*- lexical-binding: t; -*- - -;;; Commentary: - -;; https://github.com/spiderbit/ytdious - -;;; Code: - -(defun +ytdious-watch () - "Stream video at point in mpv." - (interactive) - (let* ((video (ytdious-get-current-video)) - (id (ytdious-video-id-fun video))) - (start-process "ytdious mpv" nil - "mpv" - (concat "https://www.youtube.com/watch?v=" id)) - "--ytdl-format=bestvideo[height<=?720]+bestaudio/best") - (message "Starting streaming...")) - -(provide '+ytdious) -;;; +ytdious.el ends here -- cgit 1.4.1-21-gabe81