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):
- OS: Linux Mint
- Browser - None
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.
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.