Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
jtr13 committed Nov 3, 2023
1 parent 0cdbdb1 commit 6ae1df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/youtube_links.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ path_to_submissions <- "~/Downloads/submissions/"
files <- list.files(path_to_submissions)
a <- map(paste0(path_to_submissions, files), read_html)
links <- map_chr(a, ~.x |> html_element("a") |> html_attr("href"))
writeLines(links, "MonWedLinks.txt")
writeLines(links, "notes/MonWedLinks.txt")

0 comments on commit 6ae1df6

Please sign in to comment.