All Projects → riazXrazor → Udemy Dl

riazXrazor / Udemy Dl

Nodejs script to download a udemy.com course, for personal offline use

Programming Languages

javascript
184084 projects - #8 most used programming language
js
455 projects

Projects that are alternatives of or similar to Udemy Dl

Udemy Downloader Gui
A desktop application for downloading Udemy Courses
Stars: ✭ 5,504 (+1931%)
Mutual labels:  udemy, downloader
Curso Python Udemy
Curso Maestro Python 3 en Udemy (20 horas)
Stars: ✭ 134 (-50.55%)
Mutual labels:  udemy, course
Udemy Dl
A cross-platform python based utility to download courses from udemy for personal offline use.
Stars: ✭ 4,380 (+1516.24%)
Mutual labels:  udemy, downloader
The Complete JavaScript Course
The Complete JavaScript Course https://www.udemy.com/course/the-complete-javascript-course/
Stars: ✭ 12 (-95.57%)
Mutual labels:  course, udemy
vuejs-egitimi
Vue.js ile Sıfırdan Uygulama Geliştirme Eğitimi uygulama ve proje dosyaları
Stars: ✭ 19 (-92.99%)
Mutual labels:  course, udemy
CourseDownloader
GUI app for downloading whole online courses with folder structure from one url
Stars: ✭ 20 (-92.62%)
Mutual labels:  downloader, udemy
Rest Api Sections
A small repository of projects built in my course, REST APIs with Flask and Python.
Stars: ✭ 645 (+138.01%)
Mutual labels:  udemy, course
udemy-downloader
A Udemy downloader that can download lectures, with DRM support.
Stars: ✭ 507 (+87.08%)
Mutual labels:  downloader, udemy
rails contact list
Learn Ruby on Rails by creating an app from scratch
Stars: ✭ 60 (-77.86%)
Mutual labels:  course, udemy
ngDownloader
📹 🎥 Now Download videos from any website including YouTube, Facebook, Udemy etc without ads.
Stars: ✭ 47 (-82.66%)
Mutual labels:  downloader, udemy
rest-apis-flask-python
A small repository of projects built in my course, REST APIs with Flask and Python.
Stars: ✭ 861 (+217.71%)
Mutual labels:  course, udemy
Old Lms Laravel
Laravel Learning Management System (LMS)
Stars: ✭ 258 (-4.8%)
Mutual labels:  course
Liked-Saved-Image-Downloader
Save content you enjoy!
Stars: ✭ 80 (-70.48%)
Mutual labels:  downloader
typescript-ddd-course
🔷🔖 TypeScript DDD Course: Learn Domain-Driven Design in TS lesson by lesson
Stars: ✭ 28 (-89.67%)
Mutual labels:  course
crash-course
This course is intended to quickly get you up to speed on Roku SceneGraph. It's aimed at an audience of developers who are familiar with streaming video applications but are unfamiliar with Roku.
Stars: ✭ 118 (-56.46%)
Mutual labels:  course
Advanced Css Course
Starter files, final projects and FAQ for my Advanced CSS course
Stars: ✭ 3,295 (+1115.87%)
Mutual labels:  udemy
Pwa Fundamentals
👨‍🏫 Mike & Steve's Progressive Web Fundamentals Course
Stars: ✭ 256 (-5.54%)
Mutual labels:  course
fiction-dl
A content downloader, capable of retrieving works of (fan)fiction from the web and saving them in a few common file formats.
Stars: ✭ 22 (-91.88%)
Mutual labels:  downloader
SEU-NewCourseElection-Helper
东南大学抢课助手。适配2021版选课系统。脚本仅用于捡漏,虽然理论上也可以抢课,但至少,我自己是不敢尝试的😋。本脚本仅供 SEU er 学习交流使用,出啥问题的话俺一概不负责任
Stars: ✭ 19 (-92.99%)
Mutual labels:  course
intro-to-python
An Introduction to Programming in Python
Stars: ✭ 57 (-78.97%)
Mutual labels:  course

udemy-dl 2.0

Install

npm i -g udemy-dl

oclif Version Downloads/week License

udemy-dl usage

Usage

$ npm install -g udemy-dl
$ udl COMMAND
running command...
$ udl (-v|--version|version)
udemy-dl/2.0.7 win32-x64 node-v10.16.3
$ udl --help [COMMAND]
USAGE
  $ udl COMMAND
...
$ npm install -g udemy-dl
$ udl COMMAND
running command...
$ udl (-v|--version|version)
udemy-dl/2.0.0 win32-x64 node-v10.16.3
$ udl --help [COMMAND]
USAGE
  $ udl COMMAND
...

Commands

udl help [COMMAND]

display help for udl

USAGE
  $ udl help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

udl login

Login to udemy.com and displays a list of courses to download.

USAGE
  $ udl login

OPTIONS
  -b, --business=business  Business name, in case of Udemy for Business
  -e, --export             Export the course data as json with links
  -o, --output=output      Output directory where the videos will be save, defaults to current directory
  -p, --password=password  Udemy password
  -r, --url=url            Url of the couse to be downloaded
  -u, --username=username  Udemy username

DESCRIPTION
  >Login to udemy.com and displays a list of courses to download.

See code: src\commands\login.js

udl reset

Erase all login credentials stored and download progress.

USAGE
  $ udl reset

OPTIONS
  -d, --downloadOnly  Erase downloading progress only
  -l, --loginOnly     Erase login credentials only

DESCRIPTION
  >Erase all login credentials stored and download progress.

See code: src\commands\reset.js

udl update

Update udemy-dl to latest version

USAGE
  $ udl update

DESCRIPTION
  >Update udemy-dl to latest version

See code: src\commands\update.js

udl help [COMMAND]

display help for udl

USAGE
  $ udl help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

udl login

Login to udemy.com and displays a list of courses to download.

USAGE
  $ udl login

OPTIONS
  -e, --export             export the course data as json with links
  -o, --output=output      output directory where the videos will be save, defaults to current directory
  -p, --password=password  udemy password
  -r, --url=url            url of the couse to be downloaded
  -u, --username=username  udemy username

DESCRIPTION
  >Login to udemy.com and displays a list of courses to download.

See code: src\commands\login.js

udl reset

Erase all login credentials stored and download progress.

USAGE
  $ udl reset

OPTIONS
  -d, --downloadOnly  Erase downloading progress only
  -l, --loginOnly     Erase login credentials only

DESCRIPTION
  >Erase all login credentials stored and download progress.

See code: src\commands\reset.js

udl update [CHANNEL]

update the udl CLI

USAGE
  $ udl update [CHANNEL]

See code: @oclif/plugin-update

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].