You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 7, 2026. It is now read-only.
Describe the bug
lobster tries to find "nglish" subtitles (yes, without an "e")
To Reproduce
I am on a linux mint with mpv and tried to watch One Piece S2E1. Lobster complains about not finding subtitles for language "nglish"
Expected behavior
Probably lobster should try to find "English" subtitles.
Screenshots
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
I think the problem lies in line
https://github.com/justchokingaround/lobster/blob/main/lobster.sh#L173
as
$(echo "english" | cut -c2-)prints out "nglish".I would have created a PR to remove that line but I don't know why it's there in the first place, so I created this issue.