opensubtitles-api icon indicating copy to clipboard operation
opensubtitles-api copied to clipboard

nodejs opensubtitles.org api wrapper for downloading and uploading subtitles in multiple langs

Results 5 opensubtitles-api issues
Sort by recently updated
recently updated
newest added

I haven't find any typescript support for this package, So I think it will be a good feature to add as a contributor.

It seems that https://github.com/vankasteelj/opensubtitles-api/blob/master/index.js#L190 expects the movie hash to be in the `response.data` object but it's not always there, as I can see in my server logs: ``` TypeError: Cannot...

On this line https://github.com/vankasteelj/opensubtitles-api/blob/master/lib/identify.js#L44 it does a `split()` and `trim()` but doesn't check that there is anything to trim, so it can end up throwing this error, which I noticed...

See https://github.com/vankasteelj/opensubtitles-uploader/issues/76#issuecomment-751126445

XML RPC API will be deprecated by december 2023. Updates are needed (branch REST already started) > see https://forum.opensubtitles.org/viewtopic.php?f=11&t=17930

todo