Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-24T16:40:49.000Z (3 months ago)
- Last Synced: 2024-10-11T20:02:33.293Z (about 1 month 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: 2
- Watchers: 3
- 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:
![demo](demo.png)![demo2](demo2.jpg)
This is (not) the greatest stuff in the world. [This is just a tribute.](resources/strategies/YouTube.py)
Sometimes it is needed to visit pytube issues list and apply fixes, for example
- https://github.com/pytube/pytube/issues/1498As of 5/25/23:
```
pip3 install --force-reinstall https://github.com/garywu007/pytube/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
```