« Documentation de l'API Jeuxvideo.com » : différence entre les versions

Lightman (discussion | contributions)
DeleteUsers (discussion | contributions)
Le topic 88795466 n'existe plus, je l'ai donc remplacé par le topic 128244545.
Ligne 120 : Ligne 120 :
| Rechercher « cactus » dans le titre des topics
| Rechercher « cactus » dans le titre des topics
|-
|-
| http://ws.jeuxvideo.com/forums/1-50-88795466-1-0-1-0-0.xml
| http://ws.jeuxvideo.com/forums/1-50-128244545-1-0-1-0-0.xml
| Un topic
| Un topic
|-
|-
Ligne 126 : Ligne 126 :
| Formulaire pour créer un topic
| Formulaire pour créer un topic
|-
|-
| http://ws.jeuxvideo.com/forums/3-50-88795466-1-0-1-0-0.xml
| http://ws.jeuxvideo.com/forums/3-50-128244545-1-0-1-0-0.xml
| 10 derniers messages d'un topic + formulaire
| 10 derniers messages d'un topic + formulaire
|-
|-
| http://ws.jeuxvideo.com/forums/5-50-88795466-1-0-1-0-0.xml
| http://ws.jeuxvideo.com/forums/5-50-128244545-1-0-1-0-0.xml
| Formulaire de réponse à un topic
| Formulaire de réponse à un topic
|-
|-
Ligne 286 : Ligne 286 :
  from Crypto.Cipher import AES
  from Crypto.Cipher import AES
  from passlib.utils.pbkdf2 import pbkdf2
  from passlib.utils.pbkdf2 import pbkdf2
 
  cle = 'package android.content'
  cle = 'package android.content'
  cle = AES.new(pbkdf2(cle, cle, 10, 128/8, 'hmac-sha1'))
  cle = AES.new(pbkdf2(cle, cle, 10, 128/8, 'hmac-sha1'))
 
  string = '290B2FB20CFD682C120BBBFFFE5928D9'
  string = '290B2FB20CFD682C120BBBFFFE5928D9'
  string = cle.decrypt(string.decode('hex'))
  string = cle.decrypt(string.decode('hex'))