Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seyfu-t/studyflix-downloader

A Proof of Concept to download videos from the german education site StudyFlix.de
https://github.com/seyfu-t/studyflix-downloader

Last synced: 5 days ago
JSON representation

A Proof of Concept to download videos from the german education site StudyFlix.de

Awesome Lists containing this project

README

        

# StudyFlix-Downloader
A Proof of Concept to download videos from the german education site StudyFlix.de

# Usage
Run the Python script and pass in URLs in quotes seperated by spaces
```py
python downloader.py "example1" "example2"
```

Or just create a file that contains a link per line and parse it via `--file` or `-f` flag
```py
python downloader.py --file list.txt
```