-
Notifications
You must be signed in to change notification settings - Fork 342
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
Migration to REST API? #247
Comments
Look at this fork - https://github.com/mureni/vlc-opensubtitles |
Doesn't seem to work for me. I removed the old .lua file and installed the new one in \VLC\lua\extensions, but it doesn't show up in VLC under the old View dropdown. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As mentioned at https://trac.opensubtitles.org/projects/opensubtitles/wiki/DevReadFirst OpenSubtitles.org will stop offering their API in the near future:
The REST API is documented here: https://opensubtitles.stoplight.io/docs/opensubtitles-api/e3750fd63a100-getting-started
As you might expect, it looks to be HTTPS only. I'm not sure whether http_req() in the script could be rewritten for HTTPS. I don't believe this is easy - vlc.net.* does not seem to have anything available for encryption.
Most important other changes seem to be:
(I am already getting 401 errors. Not sure whether this is related or not, but while troubleshooting that, I came across this information. Thought it could help)
The text was updated successfully, but these errors were encountered: