aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/xgo4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/xgo b/bin/xgo
index 56bbb0f9..4c5d5b2b 100755
--- a/bin/xgo
+++ b/bin/xgo
@@ -11,8 +11,8 @@ for url ; do (
# If it's a YouTube video without a given start time, load it in mpv(1)
case $url in
- *youtube.com/watch*[?\&]t=) ;;
- *youtube.com/watch*)
+ *[/.]youtube.com/watch*[?\&]t=) ;;
+ *[/.]youtube.com/watch*)
mpv -- "$url" && continue
;;
esac