wtekiela / opensub4j

Java library for communicating with opensubtitles.org XML-RPC API
Other
48 stars 19 forks source link

Download limit #13

Closed Chris-YiMing closed 5 years ago

Chris-YiMing commented 5 years ago

Why are downloads still 200 when logged in using OpenSub4j's VIP account?

Chris-YiMing commented 5 years ago

URL serverUrl = new URL("https", "api.opensubtitles.org", 443, "/xml-rpc"); OpenSubtitlesClient osClient = new OpenSubtitlesClientImpl(serverUrl); osClient.login("user", "password", "en", "TemporaryUserAgent");

wtekiela commented 5 years ago

This might be because you are using TemporaryUserAgent. I think if you want to bypass the limits, you will need to register your application with opensubtitles. Refer to this documentation for details: https://trac.opensubtitles.org/projects/opensubtitles/wiki/DevReadFirst#Howtorequestanewuseragent