This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Purpose: scrape metadata from random videos (packages not included) | |
URL <- "https://www.pornhub.com/gay/video/random" | |
# Initialize data list and vars for storage | |
randviddat.list = list() | |
i <- 1 | |
maxvid <- 1000 | |
# Iterator for scraping | |
for(i in 1:maxvid) { |