Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tsanak
tsanak / udacityLessonScraper.md
Last active January 22, 2018 10:29
Scraping Udacity lessons with Chrome's console

Returns an array of maps with the following format:

[
	{
		chapter: 0,
		html: the html of the specified container from the first lesson
	},
	//.
	//.
	//.