https://github.com/roshan-r/dwnpy
A Gtk GUI app to download media from various sites using youtube-dl
https://github.com/roshan-r/dwnpy
Last synced: 10 months ago
JSON representation
A Gtk GUI app to download media from various sites using youtube-dl
- Host: GitHub
- URL: https://github.com/roshan-r/dwnpy
- Owner: Roshan-R
- License: gpl-3.0
- Created: 2021-05-19T17:15:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-20T08:31:04.000Z (over 4 years ago)
- Last Synced: 2025-02-11T15:58:13.623Z (12 months ago)
- Language: Python
- Size: 36.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# dwnpy
A Gtk GUI app to download media from various sites using youtube-dl
## Building
```bash
git clone https://github.com/Roshan-R/dwnpy
cd dwmpy
meson builddir --prefix=/usr/local
sudo ninja -C builddir install
```