All Projects → coderick14 → stanford-dl

coderick14 / stanford-dl

Licence: MIT License
A dead simple script to download videos or pdfs from Stanford Engineering Everywhere.

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to stanford-dl

telegram-sticker-downloader
A script to download complete sticker packs from telegram and convert them into png
Stars: ✭ 34 (-40.35%)
Mutual labels:  downloader, multithreaded
su-downloader3
nodejs HTTP downloader with pause/resume support and segmented downloading
Stars: ✭ 14 (-75.44%)
Mutual labels:  downloader
EEGEdu
Interactive Brain Playground - Browser based tutorials on EEG with webbluetooth and muse
Stars: ✭ 91 (+59.65%)
Mutual labels:  educational
arch-deluge
Docker build script for Arch Linux base with Deluge
Stars: ✭ 12 (-78.95%)
Mutual labels:  downloader
RoadToTop50-Methodology
Methodology notes for web and infrastructure (Windows/Linux) testing.
Stars: ✭ 32 (-43.86%)
Mutual labels:  educational
web-development-101
Практическое введение во все инструменты, необходимые для создания рабочих веб-сайтов.
Stars: ✭ 21 (-63.16%)
Mutual labels:  educational
img-cli
An interactive Command-Line Interface Build in NodeJS for downloading a single or multiple images to disk from URL
Stars: ✭ 15 (-73.68%)
Mutual labels:  downloader
YoutubePlayer
Play and download YouTube videos. Extract audio from video. With minimalist beautiful gui.
Stars: ✭ 19 (-66.67%)
Mutual labels:  downloader
Userscript
Userscripts collection written by me
Stars: ✭ 92 (+61.4%)
Mutual labels:  downloader
markdown articles tool
Parse markdown article, download images and replace images URL's with local paths
Stars: ✭ 37 (-35.09%)
Mutual labels:  downloader
dannyAVgleDownloader
知名網站avgle下載器
Stars: ✭ 27 (-52.63%)
Mutual labels:  downloader
dezoomify-extension
A browser extension to detect zoomable images in web pages and downloading them with dezoomify
Stars: ✭ 23 (-59.65%)
Mutual labels:  downloader
dependency-check-py
🔐 Shim to easily install OWASP dependency-check-cli into Python projects
Stars: ✭ 44 (-22.81%)
Mutual labels:  cli-utility
StarDustCFWPack
StarDust es un Pack con los CFW actuales tipo AIO, Configurado con Atmosphere, SX OS Agrega también las app mas básicas para empezar y no preocuparse por nada
Stars: ✭ 83 (+45.61%)
Mutual labels:  educational
vly1
v1 Voluntarily application - deprecated
Stars: ✭ 14 (-75.44%)
Mutual labels:  educational
SteamDepotDownloaderGUI
A simple GUI tool based on DepotDownloader for downloading Steam depots.
Stars: ✭ 26 (-54.39%)
Mutual labels:  downloader
Mega-index-heroku
Mega nz heroku index, Serves mega.nz to http via heroku web. It Alters downloading speed and stability
Stars: ✭ 165 (+189.47%)
Mutual labels:  downloader
Zeiver
A Scraper, Downloader, & Recorder for static open directories.
Stars: ✭ 14 (-75.44%)
Mutual labels:  downloader
Cloud-Mail.Ru-Downloader
📩 Многопоточное скачивание из облака Mail.Ru по публичной ссылки. Авторизация в Mail.Ru не требуется.
Stars: ✭ 94 (+64.91%)
Mutual labels:  downloader
castget
A simple, command-line based RSS enclosure downloader, primarily intended for automatic, unattended downloading of podcasts.
Stars: ✭ 76 (+33.33%)
Mutual labels:  downloader

Built with love Kinda SFW Made with Go

stanford-dl

A simple multithreaded video/pdf downloader from Stanford Engineering Everywhere that just works.

NOTE : This tool is to be used strictly for educational purposes.

Installation

Build from source
go get github.com/coderick14/stanford-dl
Download compiled binaries

Just download the binary for your required OS and Architecture from releases.

Usage

Type stanford-dl --help to get usage details.

stanford-dl -course COURSE_CODE [-type {video|pdf}] [-all] [-lec lectures] [--help]

--course    Course name e.g. CS229, EE261
--type 	    Specify whether to download videos or pdfs. Defaults to PDF.
--all       Download for all lectures
--lec       Comma separated list of lectures e.g. 1,3,5,10
--help      Display this help message and quit

Examples

  • Get all transcripts (PDFs) for a course
stanford-dl --course CS229 --type pdf --all
  • Get only certain lectures
stanford-dl --course CS229 --type pdf --lec 1,3,5,10
  • Get all videos for a course
stanford-dl --course CS229 --type video --all
  • Get only certain lectures
stanford-dl --course CS229 --type video --lec 1,3,5,10

Contributions

This script has minimum functionality now. Please feel free to contribute for adding more features :)

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