Changes between Version 96 and Version 97 of XMLRPC


Ignore:
Timestamp:
Feb 15, 2016, 5:49:24 AM (8 years ago)
Author:
os
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XMLRPC

    v96 v97  
    1919 * 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); 
    2020 * 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.
    2222 * if you want search uploads by useragent, use this link: http://www.opensubtitles.org/search/sublanguageid-all/useragent-$UserAgent
    2323 * for testing XML-RPC without programming, follow these [wiki:XML-RPC-debugger instructions]