Download all videos of a course from Egghead
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Requirements | |
// - React Dev Tools is installed. | |
// | |
// 1. Select scrollable-holder > f listType=course | |
// 2. Open Console | |
// 3. Run | |
$r.props.list.lessons.map(({ download_url }) => download_url) | |
// It will return a list of URLs like this | |
["https://d3j4ov1z2pxjvg.cloudfront.net/lessons/eggh…Yk8rdCRrG717PA__&Key-Pair-Id=APKAIEGNPCBY26T6OCUQ", "https://d3j4ov1z2pxjvg.cloudfront.net/lessons/eggh…JqohRQd8QSziCQ__&Key-Pair-Id=APKAIEGNPCBY26T6OCUQ", "https://d3j4ov1z2pxjvg.cloudfront.net/lessons/eggh…CWI7XuOLvgo6gg__&Key-Pair-Id=APKAIEGNPCBY26T6OCUQ", "https://d3j4ov1z2pxjvg.cloudfront.net/lessons/eggh…ttRijk5eKVqmWg__&Key-Pair-Id=APKAIEGNPCBY26T6OCUQ", "https://d3j4ov1z2pxjvg.cloudfront.net/lessons/eggh…-BkUuXhdRKojMA__&Key-Pair-Id=APKAIEGNPCBY26T6OCUQ", "https://d3j4ov1z2pxjvg.cloudfront.net/lessons/eggh…KJ50oYPlKNYp4A__&Key-Pair-Id=APKAIEGNPCBY26T6OCUQ", "https://d3j4ov1z2pxjvg.cloudfront.net/lessons/eggh…PzTlKj~APZyNDw__&Key-Pair-Id=APKAIEGNPCBY26T6OCUQ", "https://d3j4ov1z2pxjvg.cloudfront.net/lessons/eggh…-Xdx5Sj1wn0l2A__&Key-Pair-Id=APKAIEGNPCBY26T6OCUQ", "https://d3j4ov1z2pxjvg.cloudfront.net/lessons/eggh…8X3cOrrCwwEEHg__&Key-Pair-Id=APKAIEGNPCBY26T6OCUQ", "https://d3j4ov1z2pxjvg.cloudfront.net/lessons/eggh…V~2Dv8PqM2RyQQ__&Key-Pair-Id=APKAIEGNPCBY26T6OCUQ", "https://d3j4ov1z2pxjvg.cloudfront.net/lessons/eggh…hSufq0fdw9yBgA__&Key-Pair-Id=APKAIEGNPCBY26T6OCUQ", "https://d3j4ov1z2pxjvg.cloudfront.net/lessons/eggh…FtspXnHwkt7LuQ__&Key-Pair-Id=APKAIEGNPCBY26T6OCUQ", "https://d3j4ov1z2pxjvg.cloudfront.net/lessons/eggh…CVc6VAVyeP8ilw__&Key-Pair-Id=APKAIEGNPCBY26T6OCUQ", "https://d3j4ov1z2pxjvg.cloudfront.net/lessons/eggh…lf5d-8s5p7Z4sg__&Key-Pair-Id=APKAIEGNPCBY26T6OCUQ", "https://d3j4ov1z2pxjvg.cloudfront.net/lessons/eggh…XkNIdebRNWDvtg__&Key-Pair-Id=APKAIEGNPCBY26T6OCUQ", "https://d3j4ov1z2pxjvg.cloudfront.net/lessons/eggh…DJruPcg0ypjouw__&Key-Pair-Id=APKAIEGNPCBY26T6OCUQ", "https://d3j4ov1z2pxjvg.cloudfront.net/lessons/eggh…hNFnlGNQBv3qRg__&Key-Pair-Id=APKAIEGNPCBY26T6OCUQ", "https://d3j4ov1z2pxjvg.cloudfront.net/lessons/eggh…fukfhiS1zY2Jqg__&Key-Pair-Id=APKAIEGNPCBY26T6OCUQ", "https://d3j4ov1z2pxjvg.cloudfront.net/lessons/eggh…h1Hnd5fnFniwgA__&Key-Pair-Id=APKAIEGNPCBY26T6OCUQ", "https://d3j4ov1z2pxjvg.cloudfront.net/lessons/eggh…pyVEjv71IT-cKQ__&Key-Pair-Id=APKAIEGNPCBY26T6OCUQ", "https://d3j4ov1z2pxjvg.cloudfront.net/lessons/eggh…99EpPeLSr7tVmw__&Key-Pair-Id=APKAIEGNPCBY26T6OCUQ", "https://d3j4ov1z2pxjvg.cloudfront.net/lessons/eggh…1Itfto-k6xsVkA__&Key-Pair-Id=APKAIEGNPCBY26T6OCUQ", "https://d3j4ov1z2pxjvg.cloudfront.net/lessons/eggh…j6SCqVjd-xBOLg__&Key-Pair-Id=APKAIEGNPCBY26T6OCUQ", "https://d3j4ov1z2pxjvg.cloudfront.net/lessons/eggh…tY-WzrSyRQtIIw__&Key-Pair-Id=APKAIEGNPCBY26T6OCUQ", "https://d3j4ov1z2pxjvg.cloudfront.net/lessons/eggh…NtKGtxzBdYPgOA__&Key-Pair-Id=APKAIEGNPCBY26T6OCUQ", "https://d3j4ov1z2pxjvg.cloudfront.net/lessons/eggh…EWXs~vJBaeU1Wg__&Key-Pair-Id=APKAIEGNPCBY26T6OCUQ", "https://d3j4ov1z2pxjvg.cloudfront.net/lessons/eggh…HmjqPc6qgF-9ZQ__&Key-Pair-Id=APKAIEGNPCBY26T6OCUQ", "https://d3j4ov1z2pxjvg.cloudfront.net/lessons/eggh…xYx-sRwf7x0qUA__&Key-Pair-Id=APKAIEGNPCBY26T6OCUQ", "https://d3j4ov1z2pxjvg.cloudfront.net/lessons/eggh…MVBQ5RQf7Y3Ihg__&Key-Pair-Id=APKAIEGNPCBY26T6OCUQ"] | |
// Solution 2: | |
$.get('https://egghead.io/api/v1/lessons/javascript-linear-data-flow-with-container-style-types-box/next_up', response => response.list.lessons.map(({ download_url }) => download_url)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can download the videos.