Skip to content

Commit 2674b87

Browse files
authored
Change IMDB link to archived version (#1532)
Fixes #1531
1 parent 6cc6b88 commit 2674b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webscraping.qmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ knitr::include_graphics("screenshots/scraping-imdb.png", dpi = 300)
463463
This data has a clear tabular structure so it's worth starting with `html_table()`:
464464

465465
```{r}
466-
url <- "https://www.imdb.com/chart/top"
466+
url <- "https://web.archive.org/web/20220201012049/https://www.imdb.com/chart/top/"
467467
html <- read_html(url)
468468
469469
table <- html |>

0 commit comments

Comments
 (0)