in lib/downloadAllSessionScreenshots.js [73:77]
function scrapeScreenshotUrls(response) {
const awsUrlRegex = /((http|ftp|https):\/\/[\w\-_]+(\.[\w\-_]+)+([\w\-\.,@?^=%&:/~\+#]*[\w\-\@?^=%&/~\+#])?)\w*.jpeg\b/g;
return response.data.match(awsUrlRegex);
}