summaryrefslogtreecommitdiff
path: root/bin/extra
diff options
context:
space:
mode:
Diffstat (limited to 'bin/extra')
-rwxr-xr-xbin/extra/ytplay7
1 files changed, 1 insertions, 6 deletions
diff --git a/bin/extra/ytplay b/bin/extra/ytplay
index 4b23732..005cc2d 100755
--- a/bin/extra/ytplay
+++ b/bin/extra/ytplay
@@ -1,9 +1,4 @@
#!/bin/sh
url="$(ytlink)"
herbe "playing: $url" &
-yt-dlp "$url" \
- --embed-chapters \
- -f "b" \
- -S "res:1080" \
- -o - |
- mpv -
+yt-dlp -S "res:1080" -o - "$url" | mpv -