Using R, I am trying to get the links that are present on the following webpage: https://icerbox.com/folder/eVDOgpD1/Goldmine.320
The page contains 135 links to files. When you hover the mouse over the filename, to the right a blue download symbol shows. This download symbol leads to the actual url of the file. However, that URL seems to be generated by javascript and is not present in the html file itself.
I want to extract those 135 URL's, but I have no clue whatsoever about how to capture these dynamically generated URL's.
Can anyone help me how to get these? I am open to any approach in R (rvest, RSelenium, etc.)