Changes between Version 37 and Version 38 of XMLRPC


Ignore:
Timestamp:
Sep 19, 2010, 9:07:03 AM (14 years ago)
Author:
os
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XMLRPC

    v37 v38  
    1010= Instructions =
    1111 * [wiki:DevReadFirst Read this first]
    12  * '''API server domain changed''': XML-RPC requests send to http://api.opensubtitles.org/xml-rpc, old URL will still work at http://www.opensubtitles.org/xml-rpc until end of 2009, so upgrade it in your clients!
    13  * Before developing let us know, we assign useragent to you, empty useragent will not work.
     12 * '''API server domain changed''': XML-RPC requests send to '''http://api.opensubtitles.org/xml-rpc'''
     13 * Before developing let us know, we assign useragent to you, empty useragent or unregistered UA will not work.
    1414 * For languages codes, check [http://en.wikipedia.org/wiki/List_of_ISO_639-2_codes ISO639], use '''pb/pob''' for Portuguese (Brazil) - [http://www.opensubtitles.org/addons/export_languages.php Download OS languages table dump]
    1515 * for gzip compression use function which adds no header to output, for PHP it is: [http://www.php.net/manual/en/function.gzcompress.php gzcompress]. For decompression is used [http://www.php.net/gzuncompress gzdecompress].
    16  * if you get '''407 Download limit reached''', do not use persistent connections (HTTP keep-alive)
     16 * 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
    1717 * you may be interested in more verbose version of [wiki:XmlRpcIntro XML-RPC methods with examples]
    1818 * if you want search uploads upladed by useragent, use this link: http://www.opensubtitles.org/search/sublanguageid-all/useragent-$UserAgent