Changes

163 bytes removed ,  21:44, 10 July 2021
β†’β€ŽProtocol: condensed the downloading part
Line 7: Line 7:  
To query a list of titles, a SOAP request is sent to /nus/services/NetUpdateSOAP, with action urn:nus.wsapi.broadon.com/. The result is an XML structure containing all titles.
 
To query a list of titles, a SOAP request is sent to /nus/services/NetUpdateSOAP, with action urn:nus.wsapi.broadon.com/. The result is an XML structure containing all titles.
   βˆ’
=== Download a TMD ===
+
=== Download a TMD, ticket, or content===
βˆ’
A TMD for a given title can be downloaded from /ccs/download/<titleid>/tmd[version], where titleid is the title ID in hex, and omitting the version uses the latest version.
+
These can be downloaded from /ccs/download/<titleid>/<name>, where titleid is the title ID in hex, and name is one of three things:
βˆ’
 
+
* tmd[version] - downloads the TMD for the version provided, or the latest version if no version is provided
βˆ’
=== Download a ticket ===
+
* cetk - downloads the ticket
βˆ’
A title's ticket can be downloaded from /ccs/download/<titleid>/cetk, where titleid is the title ID in hex.
+
* <contentid> - downloads a specific content
βˆ’
 
  βˆ’
=== Download contents ===
  βˆ’
Any content can be downloaded with a request to /ccs/download/<titleid>/<contentid>, where titleid is the title ID in hex, and contentid is the content ID in hex.
      
[[Category:Online services]]
 
[[Category:Online services]]
5,579

edits