Changes between Version 96 and Version 97 of XMLRPC
- Timestamp:
- Feb 15, 2016, 5:49:24 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XMLRPC
v96 v97 19 19 * PHP: if you download subtitles from XML-RPC, use: gzinflate(substr(base64_decode($subs_b64_data_from_xmlrpc),10)), if gz from web: gzinflate(substr($gz_subtitles),10); 20 20 * Handle properly HTTP status codes, sometimes you might get 5xx 21 * if you get '''407 Download limit reached''', do not use persistent connections (HTTP keep-alive) and don't download more than 200 subtitles per 24 hour per IP/User. If user wants more, he can [http://www.opensubtitles.org/en/support#vip Donate]21 * if you get '''407 Download limit reached''', do not use persistent connections (HTTP keep-alive) and don't download more than 200 subtitles per 24 hour per IP/User. If user wants more, he can [http://www.opensubtitles.org/en/support#vip Become OpenSubtitles VIP member] - thats one of the many reasons, why your app should allow user to login. 22 22 * if you want search uploads by useragent, use this link: http://www.opensubtitles.org/search/sublanguageid-all/useragent-$UserAgent 23 23 * for testing XML-RPC without programming, follow these [wiki:XML-RPC-debugger instructions]