-
Notifications
You must be signed in to change notification settings - Fork 75
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
Adding Podnapisi.net as an alternative subtitle provider #761
Comments
If they have no limits and an API, I'd definitely like to add them as an alternative provider. But yeah, the API is undocumented. The XML thing from the forum post (for which I had to register an account 😢) is weird and old (even the endpoint has "old" in it, and that was 8 years ago). So I've tried to work out the json one from the subliminal issue: https://hopp.sh/r/8GRtz2HsCk9q The result is:
That's as much as I have time to reverse engineer it now. |
Yeah, it got amended I think. Just use
https://hopp.sh/r/kM3cMh5W4K66 (if you remove
Yes, the movie hash is/was the same as open subtitles is using, but not sure if it is supported in fact these days. Looking at web ui, there is no place to specify file/hash. So maybe it is not used these days. EDIT:
Agreed, but it depends, sometimes it is fast, sometimes it takes more time. Probably it is hosted on potato :) EDIT2: Maybe this also will give some insight https://github.com/Podnapisi-NET/service.subtitles.podnapisi xbmc plugin (but it is even different) |
Originally posted by @kasper93 in #490 (comment)
They provide XML API. Maybe it is not advertised well, but it is documented on forum here https://www.podnapisi.net/forum/viewtopic.php?f=62&t=26164#p212652.
Client that we added in MPC-HC 8 years ago is still working fine today. There is no captcha, login requirement, etc. Not sure if it uses latest api version, but it still works. They also support the same hash as opensubtitles.
https://github.com/mpc-hc/mpc-hc/blob/e37826845859bfbc360989aaef3807ef15a83768/src/mpc-hc/SubtitlesProvider.cpp#L548-L764
Apparently there is also JSON API Diaoul/subliminal#916 (comment) (MasterMind2k is podnapisi admin)
If you would be interested in adding it, I guess you can ping MasterMind2k with any questions. I don't want to summon him here prematurely :)
The text was updated successfully, but these errors were encountered: