Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Movies that do not have a poster in the OMDb API results won't get formatted correctly #8

Open
blairg23 opened this issue Sep 30, 2019 · 0 comments

Comments

@blairg23
Copy link
Owner

In the Shadow of the Moon IMDb object example:

{
    "Title": "In the Shadow of the Moon",
    "Year": "2019",
    "Rated": "N/A",
    "Released": "N/A",
    "Runtime": "N/A",
    "Genre": "Action, Horror, Thriller",
    "Director": "N/A",
    "Writer": "Jason Durdon, Danny Torres",
    "Actors": "N/A",
    "Plot": "Small Northern California town deals with a pack of modern werewolves.",
    "Language": "N/A",
    "Country": "N/A",
    "Awards": "N/A",
    "Poster": "N/A",
    "Ratings": [
        {
            "Source": "Rotten Tomatoes",
            "Value": "95%"
        }
    ],
    "Metascore": "N/A",
    "imdbRating": "N/A",
    "imdbVotes": "N/A",
    "imdbID": "tt1059934",
    "Type": "movie",
    "DVD": "12 Feb 2008",
    "BoxOffice": "$941,775",
    "Production": "ThinkFilm",
    "Website": "http://www.thinkfilmcompany.com/",
    "Response": "True"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant