antonbaumann / lecture-downloader

TUM lecture downloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

installation:

  1. install ffmpeg if not already installed
  2. clone repository: git clone https://github.com/antonbaumann/lecture-downloader.git
  3. cd lecture-downloader
  4. run pip3 install -r requirements.txt

usage:

python3 lecture_downloader.py [-h] -u URL -o OUT_FILE

Download lectures

optional arguments:
  -h, --help   show this help message and exit
  -u URL       stream playlist url
  -o OUT_FILE  output file name

About

TUM lecture downloader


Languages

Language:Python 100.0%