Search found 10 matches

Go to advanced search

by shleemypants
Sat Sep 30, 2023 1:18 am
Forum: Developing
Topic: [OS] Brand new REST API for testing
Replies: 123
Views: 163821

Re: [OS] Brand new REST API for testing

Hi, I've noticed when the user agent is not set, you're returning the error message as html instead of json.
Please consider returning the error message in json format.
by shleemypants
Thu Dec 15, 2022 1:49 pm
Forum: Developing
Topic: [OS] Brand new REST API for testing
Replies: 123
Views: 163821

Re: [OS] Brand new REST API for testing

Hi, sorry for the late response. the format is not really relevant. in the /subtitles endpoint, it's indicated without extension, because they can be generated with any extension. in the /download endpoint, you see the file with the ".srt" extension because it is the default. you can make...
by shleemypants
Wed Dec 07, 2022 9:13 pm
Forum: Developing
Topic: [OS] Brand new REST API for testing
Replies: 123
Views: 163821

Re: [OS] Brand new REST API for testing

Hi again! Thanks for your earlier response. Please kindly look into this one: In the following query, file_name of the first item doesn't have an extension : https://api.opensubtitles.com/api/v1/subtitles?episode_number=5&languages=en&moviehash=bdab37a50f89f8c6&season_number=2 { "id...
by shleemypants
Mon Nov 28, 2022 8:37 pm
Forum: Developing
Topic: [OS] Brand new REST API for testing
Replies: 123
Views: 163821

Re: [OS] Brand new REST API for testing

Hi, In the following query, file_name of the second item (id: 4373128) is null, but when I send a request to the /download endpoint, it will return the file_name as expected. Could this be a bug? https://api.opensubtitles.com/api/v1/subtitles?languages=en&moviehash=8666e953d90a73cc&query=ame...
by shleemypants
Wed Jun 01, 2022 9:53 pm
Forum: Developing
Topic: [OS] Brand new REST API for testing
Replies: 123
Views: 163821

Re: [OS] Brand new REST API for testing

Please kindly consider adding an endpoint for logging in without asking for username and password directly from the user.

Similar to the tmdb implementation here:
https://developers.themoviedb.org/3/aut ... session-id
by shleemypants
Wed Nov 17, 2021 7:09 pm
Forum: Developing
Topic: [OS] Brand new REST API for testing
Replies: 123
Views: 163821

Re: [OS] Brand new REST API for testing

Hi it is good you set this useragent in Wrapper and in instructions to wrapper you just write, that everybody (developer) should change it to its own UA. This is pure for tracking it in logs (debugging), it is not used for anything else, otherwise it is harder to debug. Sure. In that case I'll forc...
by shleemypants
Tue Nov 16, 2021 1:20 pm
Forum: Developing
Topic: [OS] Brand new REST API for testing
Replies: 123
Views: 163821

Re: [OS] Brand new REST API for testing

ok, it is nice, I published it on our list https://opensubtitles.stoplight.io/docs/opensubtitles-api/ZG9jOjI3NTQ2OTAx-wrappers-scripts-apps-using-this-api just couple of stuff: 1) make sure you set up http useragent for example as ".NET OS API v0.1" or something, so I see it is used. Next...
by shleemypants
Mon Nov 15, 2021 11:10 pm
Forum: Developing
Topic: [OS] Brand new REST API for testing
Replies: 123
Views: 163821

Re: [OS] Brand new REST API for testing

Hello again,
This is my wrapper for .NET: https://github.com/moviecollection/open-subtitles
by shleemypants
Sat Oct 09, 2021 3:55 pm
Forum: Developing
Topic: [OS] Brand new REST API for testing
Replies: 123
Views: 163821

Re: [OS] Brand new REST API for testing

so you are asking about the typo, or the functionality ?
I just wanted to make sure if it was a typo.
by shleemypants
Fri Sep 17, 2021 12:20 am
Forum: Developing
Topic: [OS] Brand new REST API for testing
Replies: 123
Views: 163821

Re: [OS] Brand new REST API for testing

Hi,
Thanks for the great API.

In the /download endpoint there is a property called "remove_adds" did you mean advertisement? or is it something else?

Go to advanced search