mahmoud-eskandari / vuemastery-dl
- понедельник, 26 апреля 2021 г. в 00:30:33
vuemastery video downloader
VueMastery video downloader
You can see List of existing courses in here
cd data/ANY_DIRRECTORY
like cd data/advanced-components
node ../../mirror.js
If you want to download all courses, you can use the downloadAll.sh
script.
# give execution rights to the script
chmod +x ./downloadAll.sh
# run using node
./downloadAll.sh
# run using python
./downloadAll.sh --python
The script required Python 3.6+ and requests package.
you can install it with pip install requests
cd
to the direcoty of the course you want: cd data/ANY_DIRRECTORY
like cd data/advanced-components
python3 ../../course-downloader.py
you can use this options:
-q
for setting video quality: -q 1080
if the given quality was unavailable, the highest available quality will be used-s
for downloading subtitles: -s
-l
for subtitles language: -l en
as rate limit policy applied to subtitle files, downloading a subtitle may fail. in this situation, the subtitle file will contain the subtitle like.
document.getElementsByTagName('iframe')[0].src
in the browser's console to get {Video LINK}node download.js {Video LINK}
in project directory. Also you can set quality of video node download.js {Video LINK} 720
, Default set to 1080node sitemap.js
to get list of coursesPlease put new video links to the data folder to help others, If you still have access to the videos