aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-06-11 19:48:40 +0200
committerdec05eba <dec05eba@protonmail.com>2021-06-11 20:58:02 +0200
commit0d4b8100cb67eb4d4e3396be20743bd0d4e2a59a (patch)
tree15f8bc77f7ca6c3362b73c81c0bb844633bfa018 /README.md
parent0719ed5ad1affe7bf42c1677bd6a7148efa3eeda (diff)
Add option to play a youtube video directly from an url
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 a8f68c6..f4e1b0b 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ Config data, including manga progress is stored under `$HOME/.config/quickmedia`
Cache is stored under `$HOME/.cache/quickmedia`.
## Usage
```
-usage: quickmedia <plugin> [--use-system-mpv-config] [--dir <directory>] [-e <window>]
+usage: quickmedia <plugin> [--use-system-mpv-config] [--dir <directory>] [-e <window>] [youtube-url]
OPTIONS:
plugin The plugin to use. Should be either launcher, 4chan, manga, manganelo, manganelos, mangatown, mangakatana, mangadex, readm, onimanga, youtube, soundcloud, nyaa.si, matrix, saucenao, file-manager or stdin
--no-video Only play audio when playing a video. Disabled by default
@@ -17,6 +17,7 @@ OPTIONS:
EXAMPLES:
quickmedia launcher
quickmedia --upscale-images-always manganelo
+ quickmedia https://www.youtube.com/watch?v=jHg91NVHh3s
echo -e "hello\nworld" | quickmedia stdin
tabbed -c -k quickmedia launcher -e
```