Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/seyfu-t/studyflix-downloader
- Owner: seyfu-t
- License: gpl-3.0
- Created: 2023-12-15T23:28:18.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-16T03:50:03.000Z (11 months ago)
- Last Synced: 2024-04-17T02:14:13.800Z (7 months ago)
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```