- October 14, 2015
- 1
- 2
- Home Country
- Croatia
The thing is, when I fill title ("Mission: Impossible – Rogue Nation")
That url seems to work correctly if you replace the long – with a standard -.
The real problem is with the exceptions that happen when getting back results. For example this is one of the results returned for "Kingsman: The Secret Service"
Since the podnapisi downloader will try to split the releases on a space (" ") it will fail miserably getting hudnreds of releases and exceptioning out.
The problem is that podnapisi will not put a dot (.) instead of spaces in each release but it does it randomly, sometimes yes, sometimes no and subtitle downloader tries to split releases randomly.
The problem is you get no results but an exception. If the exception was caught and the fallback was to create only one release if splitting releases failed it would still be ok.