Git Product home page Git Product logo

vuemastery-dl's Introduction

Vue Mastery dl

Caution: This script was made just for fun as a weekend project without intent to falsify videos or doing any illegal activities related to Vue Mastery videos. Use of downloaded videos is strictly prohibited. If you want to watch them, go to Vue Mastery official site!

Install

git clone [email protected]:serkanerip/vuemastery-dl.git
cd vuemastery-dl
npm install

Prepare Environment File

cp .env.example .env

Fill your email and password, and you can change settings like video quality and chunks. This are default values

EMAIL=
PASSWORD=

VIDEO_QUALITY=720p
CHUNKS=10

Set which courses you want to download

In courses.js file push the course that you want to download in the array. There is also a bunch of course urls in file but commented you can easly uncomment and download those are.

// Put courses you want in this array

module.exports = [
  "https://www.vuemastery.com/courses/vuex-fundamentals/vuex4-intro-to-vuex",
];

Get Courses Video Lists

node index.js

And for the each course a json file will be created in course-video-lists directory which contains download urls of videos.

Download Videos

node scripts/download-from-json.js course-video-lists/example.json

There will be an extra file named all.json, which contains all download urls of courses. You can use this file to download all courses in one step but if downloading videos take too much time maybe remaining videos will be expired.

Videos will be download in to the downloads directory.

vuemastery-dl's People

Contributors

serkanerip avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.