get_cover | R Documentation |
This function retrieves movie cover using the YTS API https://yts.mx/api. No API key is required but not all movies listed in the IMDb/OMDb databases are available on YTS https://yts.mx.
get_cover(imdb_id, path = "./covers")
imdb_id |
The IMDb ID of the movie. |
path |
The folder to save cover. |
## Not run:
get_cover(imdb_id = "tt0120863", path = ".")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.