diff options
author | Thanos Apollo <[email protected]> | 2023-07-04 07:16:02 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-07-04 07:16:02 +0300 |
commit | a1601e6ad68db1bd717d8f93b1e1f28bf21a5d84 (patch) | |
tree | 4fc53650a74a0a1c8418047e81065b7bcba75e5d | |
parent | ae56b40d8914a9096b64d3a5facd952cd3346611 (diff) |
Update README
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -50,10 +50,11 @@ Add it as a keybinding to `yeetube-mode-map` ``` emacs-lisp (define-key yeetube-mode-map (kbd "c") 'yeetube-switch-mpv) ``` +#### Downloading non-Youtube links `yeetube-download-videos` is not specific to YouTube, it's just a front end for `yt-dlp`. Open a Dired buffer and navigate to your -desired *PATH* and run it interactively. +desired *PATH* and run `yeetube-download-videos` interactively. ## Installation |