get_film_metadata: Return the metadata of a film as a tibble.

Description Usage Arguments Value Examples

View source: R/get_film_metadata.R

Description

Return the metadata of a film as a tibble.

Usage

1

Arguments

url

The film page URL on Allocine. It must match the right type of page / url : "https://www.allocine.fr/film/fichefilm_gen_cfilm=.*".

Value

The metadata of the film as a tibble.

Examples

1
2
"https://www.allocine.fr/film/fichefilm_gen_cfilm=25802.html" %>%
  get_film_metadata()

gaalcaras/socscrap documentation built on Jan. 1, 2021, 2:16 a.m.