Skip to content

A simple frontend wrapper for youtube-dl. Work in process.

License

Notifications You must be signed in to change notification settings

cyrillkuettel/panopto-puller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

panopto-puller

A minmalist UI for yt-dlp (youtube-dl) written in PyQt.

Screenshot

Start local dev environment

  • Use a virtual environment, tested with Python=3.10
  • pip install -r requirements.txt
# For example with conda:
conda create -y --name pp python=3.11
conda activate pp 
conda install pip
pip install -r requirements.txt

Releases

No releases published

Packages

No packages published

Languages