wtekiela / opensub4j

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

username and password #21

Closed codesunshine closed 4 years ago

codesunshine commented 4 years ago

Should the username and password be registered in https://www.opensubtitles.org/zh/newuser

wtekiela commented 4 years ago

Yes, you need to register using that link (english version: https://www.opensubtitles.org/en/newuser ) and after that you can use those credentials with this library.

Furthermore, you can find more information about opensubtitles' API here: https://trac.opensubtitles.org/projects/opensubtitles

You might find especially this article useful: https://trac.opensubtitles.org/projects/opensubtitles/wiki/DevReadFirst

Cheers