All Projects β†’ rand-net β†’ Khan Dl

rand-net / Khan Dl

Licence: mit
Download courses from khanacademy.org

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Khan Dl

Youtube Dl Android
πŸ“¦πŸ“¦Video downloader for Android - Download videos from Youtube, Facebook, Twitter, Instagram, Dailymotion, Vimeo and more than 1000 other sites
Stars: ✭ 322 (-58.93%)
Mutual labels:  video-downloader, youtube-dl
Yturl
YouTube videos on the command line
Stars: ✭ 218 (-72.19%)
Mutual labels:  video-downloader, youtube-dl
Dvd
Download videos from anywhere
Stars: ✭ 114 (-85.46%)
Mutual labels:  video-downloader, youtube-dl
Youtube Dl Gui
A cross platform front-end GUI of the popular youtube-dl written in wxPython.
Stars: ✭ 7,914 (+909.44%)
Mutual labels:  video-downloader, youtube-dl
flutter youtube downloader
A Flutter Youtube and Video Downloader
Stars: ✭ 19 (-97.58%)
Mutual labels:  youtube-dl, video-downloader
Yt Dlp
A youtube-dl fork with additional features and fixes
Stars: ✭ 321 (-59.06%)
Mutual labels:  video-downloader, youtube-dl
Ydl Ui
A UI for the command-line video downloader "youtube-dl"
Stars: ✭ 198 (-74.74%)
Mutual labels:  video-downloader, youtube-dl
Fast Youtube To Mp3 Converter Api
Very Fast YouTube to MP3 & MP4 Converter API
Stars: ✭ 69 (-91.2%)
Mutual labels:  video-downloader, youtube-dl
android-browser-downloader
🌎 Android Browser - Video Downloader - This repository is deprecated. Please check out new version of this project at: https://github.com/cuongpm/youtube-dl-android
Stars: ✭ 34 (-95.66%)
Mutual labels:  youtube-dl, video-downloader
tele-tube-rider
Telegram Bot πŸ€– to download videos from Youtube, Reddit and Twitter and send it back to you.
Stars: ✭ 36 (-95.41%)
Mutual labels:  youtube-dl, video-downloader
Downzemall
DownZemAll! is a download manager for Windows, MacOS and Linux
Stars: ✭ 157 (-79.97%)
Mutual labels:  video-downloader, youtube-dl
TwitterMediaDownloader
downloads photos and videos from twitter
Stars: ✭ 15 (-98.09%)
Mutual labels:  youtube-dl, video-downloader
media-dupes
a minimal content duplicator for common media services like youtube
Stars: ✭ 53 (-93.24%)
Mutual labels:  youtube-dl, video-downloader
devtube
Laravel YouTube and Online Video viewing and download interface.
Stars: ✭ 30 (-96.17%)
Mutual labels:  youtube-dl, video-downloader
video-dl
Video Downloader πŸ“₯ - Download Facebook Video and Youtube Video and Audio.
Stars: ✭ 13 (-98.34%)
Mutual labels:  youtube-dl, video-downloader
Youtube Music
YouTube Music Desktop App bundled with custom plugins (and built-in ad blocker / downloader)
Stars: ✭ 376 (-52.04%)
Mutual labels:  youtube-dl
Get It
A macOS GUI for youtube-dl
Stars: ✭ 483 (-38.39%)
Mutual labels:  youtube-dl
Comic Dl
Comic-dl is a command line tool to download manga and comics from various comic and manga sites. Supported sites : readcomiconline.to, mangafox.me, comic naver and many more.
Stars: ✭ 365 (-53.44%)
Mutual labels:  youtube-dl
Axiom
An FFmpeg GUI for Windows
Stars: ✭ 560 (-28.57%)
Mutual labels:  youtube-dl
Youtube Downloader
πŸ‘ A much faster alternative to youtube-dl built for PHP applications. Working as of 2021-02-27
Stars: ✭ 474 (-39.54%)
Mutual labels:  youtube-dl

khan-dl

A python script to download courses from Khan Academy using youtube-dl and beautifulsoup4.

Generic badge PyPI GitHub

Installation

  • Some videos for certain courses were mixed with different output slugs prior to version 0.1.4.
  • ⚠ Update to the latest version using pip.
pip install khan-dl -U

  • ⚠ It seems youtube id extraction for some courses weren't even fixed in 0.1.4.

Usage

$ khan-dl -h

usage: khan-dl [-h] [-i] [-c COURSE_URL]

optional arguments:
  -h, --help            show this help message and exit
  -i, --interactive     Enter Interactive Course Selection Mode
  -c COURSE_URL, --course_url COURSE_URL
                        Enter Course URL
  -a, --all             Download all Courses from all Domains
  • You can download courses interactively on a prompt, which will list all course domains and their respective courses available with tab completion.
$ khan-dl -i

Course Domain: Math
Selected Course Domain: Math

Downloading Course List...

Course: Linear algebra

Selected Course Domain: Linear algebra

Generating Path Slugs.....

Downloading Videos....

  • Download a specific course.
$  khan-dl -c https://www.khanacademy.org/science/ap-physics-1

  • Download all courses on traditional subjects like Math, Science, Computing, Humanities, Economics-Finance-Domain.
$ khan-dl -a

Other solutions

Khan Academy is also available for offline usage through these Open Source projects:

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].