https://github.com/aliakseis/fvd
free video downloader
https://github.com/aliakseis/fvd
download-videos ffmpeg full-stack media-player python-plugin python-script pythonqt pytube-gui qml qt5 software-design software-development software-engineering youtube youtube-downloader youtube-player youtube-search youtube-video yt-dlp
Last synced: 4 months ago
JSON representation
free video downloader
- Host: GitHub
- URL: https://github.com/aliakseis/fvd
- Owner: aliakseis
- License: mit
- Created: 2022-02-03T19:47:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-07T15:01:55.000Z (about 1 year ago)
- Last Synced: 2025-02-01T17:51:12.233Z (about 1 year ago)
- Topics: download-videos, ffmpeg, full-stack, media-player, python-plugin, python-script, pythonqt, pytube-gui, qml, qt5, software-design, software-development, software-engineering, youtube, youtube-downloader, youtube-player, youtube-search, youtube-video, yt-dlp
- Language: C++
- Homepage:
- Size: 15.7 MB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FVD
Either drag-and-drop an URL from a web browser or use the built-in search:



Can be considered as an example of C++/Qt <-> Python integration.
Sometimes it is needed to visit pytube issues list and apply fixes, for example
- https://github.com/pytube/pytube/issues/1498
```
pip3 install --force-reinstall https://github.com/yt-dlp/yt-dlp/archive/refs/heads/master.zip
```
For Fedora:
```
sudo dnf install qt5-qtquickcontrols2-devel
sudo dnf install qt5-qtbase-private-devel
sudo dnf install qt5-linguist
```