Skip to contents

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.

Usage

get_cover(imdb_id, path = "./covers")

Arguments

imdb_id

The IMDb ID of the movie.

path

The folder to save cover.

Examples

if (FALSE) {
get_cover(imdb_id = "tt0120863", path = ".")
}