get_cover: Retrieve Cover/Poster of a Movie

View source: R/get_cover.R

get_coverR Documentation

Retrieve Cover/Poster of a Movie

Description

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

## Not run: 
get_cover(imdb_id = "tt0120863", path = ".")

## End(Not run)

inSileco/omdbr documentation built on Feb. 12, 2024, 9:34 a.m.