Having trouble scraping the date on this website (https://www.banned.video/watch?id=623387f694e6ee018c5765dd). It's for research purposes. My code is:
rvest::read_html("https://www.banned.video/watch?id=623387f694e6ee018c5765dd") %>% rvest::html_nodes(".css-462lap")
Any ideas are appreciated! Thanks