Skip to content

Commit

Permalink
adding Monday / Wednesday links
Browse files Browse the repository at this point in the history
  • Loading branch information
jtr13 committed Nov 3, 2023
1 parent 4d1f525 commit 0cdbdb1
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
.Rhistory
.RData
.Ruserdata

.DS_Store
/.quarto/
8 changes: 8 additions & 0 deletions R/youtube_links.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Create list of links from CourseWorks submissions
library(rvest)
library(purrr)
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")
59 changes: 59 additions & 0 deletions notes/MonWedLinks.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
https://youtu.be/gsCIMVdy-Kw
https://youtu.be/GPHgiqD2XfE
https://www.youtube.com/watch?v=t5iv84vwrxk
https://youtu.be/UG6QibAflRs
https://www.loom.com/share/0ba371f62d884042bdf1288d1fca926e
https://www.youtube.com/watch?v=9wtvJz82oSw
https://youtu.be/UT_-BeZl2o4
https://youtu.be/B5anK7XBXrg
https://youtu.be/dCl9tISXSSQ
https://www.youtube.com/watch?v=FIr5wMAn2ow
https://youtu.be/87ZuiR7SrfA
https://youtu.be/fyHNWSkcYpk
https://www.youtube.com/watch?v=gM8yz6P7V0A
https://youtu.be/iCt8uBjFEjo
https://youtu.be/szwG8L-Eyc4
https://youtu.be/8Z1me5ebCUw
https://www.youtube.com/watch?v=Ob0fhtDnFus
https://www.youtube.com/watch?v=kBkpIck87Ys
https://youtu.be/xk7L7xJhOyQ
https://youtu.be/Nm2oT09uSA0
https://youtu.be/tpl4TEVOHCI
https://www.youtube.com/watch?v=nNI4SeSLgN0
https://youtu.be/s5ehRahj2pM?feature=shared
https://youtu.be/PudGAzRal_4
https://www.youtube.com/watch?v=USw2AECFIkw
https://www.youtube.com/watch?v=40MokoiI3Aw
https://youtu.be/aG7t5I2zk9E
https://youtu.be/A7GkdSjLL_g
https://www.youtube.com/watch?v=6k39xguz4js
https://youtu.be/tbmGq7_TM-4
https://youtu.be/mslzLw5v738
https://youtu.be/xs0cGbjoseE
https://youtu.be/3RkNs3cyHlU
https://youtu.be/IDy_6UA9jak
https://www.youtube.com/watch?v=gIPY_5m-vRk
https://youtu.be/ZAyUFSky0N8
https://www.youtube.com/watch?v=8j3ttwrtASE
https://drive.google.com/file/d/15vGCwVp3WpW1bFwdP_prFg1zRozqYERK/view?usp=sharing
https://www.youtube.com/watch?v=RKcvdK5DNZU&ab_channel=MartinFluder
https://youtu.be/r7xCvHttgi0
https://youtu.be/BmxpApzmpqE
https://www.youtube.com/watch?v=LG10EWIpCD4
https://youtu.be/gWsKyyakkrk
https://youtu.be/n43RMdALxvc
https://youtu.be/A8IqvqnkIC4
https://youtu.be/nI1XMoUHn0o
https://www.youtube.com/watch?v=FdzTsrCvdkk
https://youtu.be/Oi0P5CT5hS0
https://youtu.be/BVLzry9EBGY
https://youtu.be/Q06kLBNwGc8
https://youtu.be/1DR7mgeZuKE
https://www.youtube.com/watch?v=aUJAHXfVrnw
https://www.youtube.com/watch?v=jmLVh4yy58Y
https://youtu.be/9hB1M4hqCAA
https://youtu.be/JV1eIjZ2EPA
https://www.youtube.com/watch?v=pFi11WIDi0E
https://www.youtube.com/watch?v=U6-6sXRUwoI
https://www.youtube.com/watch?v=oU7mhpVZJT8
https://youtu.be/bQ6XQiVKSGU

0 comments on commit 0cdbdb1

Please sign in to comment.