https://github.com/juanbindez/dygtube-downloader
This software effectively allows you to download MP3 and MP4, with a friendly and intuitive interface, runs on Windows and Linux
https://github.com/juanbindez/dygtube-downloader
download-managers download-videos downloader downloader-for-youtube linux-desktop python3 ubuntu windows-10 windows11 youtube
Last synced: about 1 month ago
JSON representation
This software effectively allows you to download MP3 and MP4, with a friendly and intuitive interface, runs on Windows and Linux
- Host: GitHub
- URL: https://github.com/juanbindez/dygtube-downloader
- Owner: JuanBindez
- License: gpl-2.0
- Created: 2022-05-27T02:12:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T20:04:45.000Z (over 1 year ago)
- Last Synced: 2025-04-21T06:28:32.055Z (6 months ago)
- Topics: download-managers, download-videos, downloader, downloader-for-youtube, linux-desktop, python3, ubuntu, windows-10, windows11, youtube
- Language: Python
- Homepage: https://dygtube.freesoftwarebrasil.com.br/
- Size: 5.02 MB
- Stars: 13
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![]()
DYGTube 7.1.0

----------

-----------
## For developers:### Run Script main.py:
python3 main.py
-----------
#### Below is the step-by-step process for compiling (turning it into an executable):
### Make a git clone (Linux):
git clone https://github.com/JuanBindez/DYGTube-Downloader
### Access the folder:cd DYGTube-Downloader/
### Activate the virtualenv and enter the command:
pip install -r requirements.txt
### command to compile:
make build
----------