-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unexpected token in media title cause syntax error #226
Comments
right, didn't realize that would happen. in the meantime a fix would be to install hxunent (html-xml-utils is the package name iirc) |
I already have the said package installed, maybe the script does not use the package properly.
|
and u have the hxunent binary? |
yes I do.
|
that's not good. I'll look into it when I have some time |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
If the title contains character that can be interpreted by bash, It can break the script. characters like
(
,)
,'
and etc.I suggest cleaning the strings before passing them. some sed or tr magic can be used here.
as an example the following is the output error of script.
if i just remove the problematic characters from title, It will work without problem.
To Reproduce
Steps to reproduce the behavior:
Watch Gray's Anatomy Season 11 Eps 23 with help of lobster search.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: