Attended SPC14 in Las Vegas and want to download all slides? Here we go with a really simple solution – it only takes some times and roughly 100 clicks. Kudos to Sahil Malik for the script.
6 easy steps to download all SPC14 session slides
- 
Open SPC14 Yammer: https://www.yammer.com/sharepointconference/groups/company/uploaded_files
 - 
Filter on Documents:
 
- Scroll down and click on “More” until all elements are visible:
 
- 
Open Developer Tools (F12)
 - 
Paste in this script and execute:
 
jQuery.each(jQuery('[href^="https://www.yammer.com/sharepointconference/uploaded_files/"]'), function (index, elem) {
window.open(elem.href.replace('sharepointconference', '/api/v1') + '/download');
});
  
    
    
    
      
    
    
      
    
    
    
    
    
    
    
    
    
    
  
If there is a popup warning allow them always and rerun the script.
- Click on save until all files are downloaded.
 
Other options
I tried to create a console application to authenticate and download files – but that was so much pain that I went for the not so comfortable JavaScript variant. If you have improvements to this - leave a comment!
        
     
                
     
                
     
                
     
          
     
          
      
Share this post
Twitter
Facebook
LinkedIn
Email