var all_titles = ""
var isEven = true
$("html body section ul ul li section section.row section.column a").each(function() {
isEven = !isEven
if (isEven) {
var url = window.location.origin + $(this).attr("href")
var components = url.split("/")
var wwdcName = components[components.length-3].toUpperCase()
var seesionNumber = components[components.length-2]
var title = $(this).text().trim()
all_titles += "- " + "[" + wwdcName + " " + seesionNumber + " Session - " + title + "]" + "(" + url + ")" + "\n"
}
});
all_titles
Core ML
Create ML and Turi Create
Common ML
Used script for picking the title and url
https://developer.apple.com/videos/all-videos/