Skip to content

hootanht/vuemastery-dl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vuemastery-dl

Vuemastery video downloader

Download an entire lesson

  • first cd data/ANY_DIRRECTORY like cd data/advanced-components
  • download a directory with node ../../mirror.js

Finding video links (for contributers)

  • Open a lesson on the browser
  • Run document.getElementsByTagName('iframe')[0].src in the browser's console to get {Video LINK}
  • Run node download.js {Video LINK} in project directory. Also you can set quality of video node download.js {Video LINK} 720, Default set to 1080
  • Run node sitemap.js to get list of courses

PR

Please put new video links to the data folder to help others, If you still have access to the videos

Videos not yet completely added:

From Vue 2 to Vue 3

Build a Gmail Clone with Vue 3

Component Design Patterns, Lessons > 3

Vue3 Forms

unit-testing directory the video 6 "Stubbing Child Components" is missing.

vue3-typescript 9 and 10 Lesson Missing

About

vuemastery video downloader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%