aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-07-04 07:16:02 +0300
committerThanos Apollo <[email protected]>2023-07-04 07:16:02 +0300
commita1601e6ad68db1bd717d8f93b1e1f28bf21a5d84 (patch)
tree4fc53650a74a0a1c8418047e81065b7bcba75e5d /README.md
parentae56b40d8914a9096b64d3a5facd952cd3346611 (diff)
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index b6d5a75..6efc98c 100644
--- a/README.md
+++ b/README.md
@@ -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