Changed
- Due to changes in the Cinemark site layout, the project started to get the movies from the Cinemark API instead of scraping the site. There are also breaking changes on the iframe query arguments. Now, instead of specifying your city name to get all movies in all theaters in your city, you have to get the IDs of the theaters in your city to get all movies on display in your city.
- Removed the
cityquery argument: there is no way to get the movies from all theaters of a city using this way anymore. - Removed the
theatersquery argument: use thetheaterIdsquery argument now. - Added the
theaterIdsquery argument: the iframe will show movies from the theaters where the ID is specified. Check the API docs to see how to get the theaters' IDs. To get all movies from your city, you have to specify the IDs of all theaters in your city.
- Removed the
Full Changelog: v0.1.6...v0.1.7