2430
Comments (76)
sorted by:
You're viewing a single comment thread. View all comments, or full comment thread.
33
Sargentpilcher 33 points ago +37 / -4

How can I download a complete mirror of this website? This is amazing.

8
debacle 8 points ago +9 / -1

How to get a list of all the videos on the page:

From your browser, hit 12, go to console, run this:

jQuery('[type="video/mp4"]').each((idx, el) => { console.log(jQuery(el).data('src'));});

4
Sargentpilcher 4 points ago +4 / -0

I want more than the video's though, I want the timeline of all of them together like how this site is laid out. It's beautiful.