Getting every matpat video, by pasting the following js into the console:

var scroll = setInterval(function(){ window.scrollBy(0, 2000)}, 2000);

And then by waiting for it to scroll down and paste the following code (that I made myself):

window.clearInterval(scroll);console.clear(); urls = $$('a');ii = 0; json = [];urls.forEach(function(v,i,a){if (v.id=="video-title-link"){json.push({"id":ii, "title": v.title, "link": v.href });ii++;}});console.log(json);jsonString = JSON.stringify(json);console.log(jsonString);

This will log every link + title in json format.

here is the result of my downloaded videos.

I used these in json to md to convert them to:

14.00 gameTheoryMatpatDump, 14.01 filmTheoryMatpatDump, 14.02 foodTheoryMatpatDump, 14.03 styleTheoryMatpatDump