slideslive-downloader icon indicating copy to clipboard operation
slideslive-downloader copied to clipboard

How to find the .xml file?

Open soumdtt opened this issue 2 years ago • 1 comments

Hello, thanks for this very helpful script. I am trying to use this for downloading NeurIPS presentations. However, I am unable to locate the .xml file containing the timestamps. Any suggestions regarding how to locate it inside the page source? Thanks again.

P.S. The page I am trying is this: https://slideslive.com/38938387/combinatorial-layers-in-neural-networks-what-is-going-on

soumdtt avatar Mar 20 '22 05:03 soumdtt

It seems they're changing the slide format to JSON. For the video you linked, the slide sync times are available at https://slides.slideslive.com/38938387/v5/slides.json?1642091522

which I found by using the network tab of firefox developer tools and filtering to .json: image

AugustKarlstedt avatar Mar 23 '22 07:03 AugustKarlstedt