Mikulas / csfd-api

Abandoned
31 stars 8 forks source link

Object "names" doesn't support spaces in its keys #14

Closed rindeal closed 10 years ago

rindeal commented 10 years ago

Eg. http://csfdapi.cz/movie/234460?type=html

 "names": {
    "cs": "Skyfall",
    "velká": "Skyfall",
    "sk": "Skyfall"
  }

velká should be velk[aá] brit[aá]nie, velká_brit[aá]nie or vb

Mikulas commented 10 years ago

Thanks, this is properly fixed on master (WIP 2.0) https://github.com/Mikulas/csfd-api/blob/master/src/Csfd/Parsers/Movie.php#L178 I hope to upgrade web api to 2.0 as soon as all features from the 1.0 branch are implemented.

rindeal commented 10 years ago

Ahaa, i see now, ok, in the meantime, I'll try to setup a local instance, thanks.