We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 244412a commit f9294ffCopy full SHA for f9294ff
lobster.sh
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
3
-LOBSTER_VERSION="4.2.2"
+LOBSTER_VERSION="4.2.3"
4
5
config_file="$HOME/.config/lobster/lobster_config.txt"
6
lobster_editor=${VISUAL:-${EDITOR}}
@@ -415,7 +415,8 @@ EOF
415
fi
416
;;
417
vlc)
418
- vlc "$video_link" --meta-title "$displayed_title"
+ vlc_subs_links=$(printf "%s" "$subs_links" | sed 's/https\\:/https:/g; s/:\([^\/]\)/#\1/g')
419
+ vlc "$video_link" --meta-title "$displayed_title" --input-slave="$vlc_subs_links"
420
421
mpv | mpv.exe)
422
[ -z "$continue_choice" ] && check_history
0 commit comments