erunion / showtimes

[deprecated] a movie showtimes API
MIT License
52 stars 14 forks source link

<U+200E> encodings hidden in theater JSON output. #1

Closed erunion closed 10 years ago

erunion commented 10 years ago
{ id: '1441318e8d47fc1b',
  name: 'Vogue Theatre',
  address: '3290 Sacramento Street, San Francisco, CA',
  phone_number: '(415) 346-2228',
  movies:
    [ { id: 'c30e28c6168184d9',
      name: 'Maleficent',
      runtime: '<U+200E>1hr 37min<U+200E><U+200E>',
      rating: 'PG<U+200E><U+200E>',
      genre: 'Action/Adventure<U+200E>',
      imdb: 'http://www.imdb.com/title/tt1587310/',
      trailer: 'http://www.youtube.com/watch?v=CelenfcEszk',
      showtimes: [ '<U+200E>2:45<U+200E>pm', '<U+200E>7:15pm<U+200E>'] },
    { id: 'd64ac30103cb0ea6',
      name: 'Maleficent 3D',
      runtime: '<U+200E>1hr 37min<U+200E><U+200E>',
      rating: 'PG<U+200E><U+200E>',
      genre: 'Action/Adventure<U+200E>',
      imdb: 'http://www.imdb.com/title/tt1587310/',
      trailer: 'http://www.youtube.com/watch?v=CelenfcEszk',
      showtimes: [ '<U+200E>5:00pm<U+200E>'] }