KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
vue-mastery-downloader
★ 22
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
popscle_helper_tools
:
Helper tools for popscle
dot-files
:
Dotfiles for Linux, managed by GNU stow.
VectorGraphRenderer
:
A renderer that takes a triangle mesh, a camera pose and produce a SVG image or visible part of the mesh.
chan
:
CHAN for Image-to-Image Translation, IEEE TIP, 2021
odsc_2020_nlp
:
Repository for ODSC talk related to Deep Learning NLP
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
vue-mastery-downloader
?
Download (.md)
# Vue Mastery Downloader ## 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! ## HOW TO USE: 1. clone this repository 2. npm install 3. change variables in example.env and remove 'exemple' part 4. add URL of courses you want to download to courses.json list array (without /'first-course-video' part) 5. node index.js If you get error *(node:20857) UnhandledPromiseRejectionWarning: Error: Browser is not downloaded. Run "npm install" or "yarn install"* -> for Linux run "sudo npm install puppeteer --unsafe-perm=true --allow-root" -> for Windows uncomment "executablePath" in main() function in index.js (not tested) ##### MADE WITH THESE LIBRARIES: - puppeteer - axios - fs-extra ##### Licence: MIT