Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T20:04:45.000Z (9 months ago)
- Last Synced: 2024-05-02T14:00:02.665Z (9 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: 2
- 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
![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/JuanBindez/DYGTube-Downloader/total)
----------
![Captura de tela de 2023-07-17 16-59-07](https://github.com/JuanBindez/DYGTube-Downloader/assets/79322362/30f90ed8-3d5f-4a1b-bcf3-9c429e7c3860)
-----------
## 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
----------