### Alternative installation methods
* [Snap Store](https://snapcraft.io/video-downloader)
* [Fedora](https://src.fedoraproject.org/rpms/video-downloader): `sudo dnf install video-downloader`
* [Arch User Repository](https://aur.archlinux.org/packages/video-downloader)
## Translation
We're using [Weblate](https://hosted.weblate.org/engage/video-downloader/) to translate the UI. So feel free, to contribute translations over there.
## Screenshots



## Hidden configuration options
The behavior of the program can be tweaked with GSettings.
### Automatic Subtitles
List of additional automatic subtitles to download. The entry `all` matches all languages.
The default is `[]`.
#### Flatpak
```
flatpak run --command=gsettings com.github.unrud.VideoDownloader set com.github.unrud.VideoDownloader automatic-subtitles "['de','en']"
```
#### Snap
```
snap run --shell video-downloader -c 'gsettings "$@"' '' set com.github.unrud.VideoDownloader automatic-subtitles "['de','en']"
```
## Debug
To display messages from **yt-dlp** run program with the environment variable `G_MESSAGES_DEBUG=yt-dlp`.
To display information about GOBject references, start the program with the environment variable `G_MESSAGES_DEBUG=gobject-ref`.
video-downloader-0.12.10/build-aux/ 0000775 0000000 0000000 00000000000 14523023026 0017004 5 ustar 00root root 0000000 0000000 video-downloader-0.12.10/build-aux/flatpak/ 0000775 0000000 0000000 00000000000 14523023026 0020426 5 ustar 00root root 0000000 0000000 video-downloader-0.12.10/build-aux/flatpak/ffmpeg-binutils.patch 0000664 0000000 0000000 00000004124 14523023026 0024543 0 ustar 00root root 0000000 0000000 From: Rémi Denis-Courmont Fix format selection for extractors that provide either video width or height.
Stop downloader in case of error.
Fix link to download folder.
Remember last settings and switch to GTK.
Adjust menu colors to theme.
Fix crash with non-integer X DPI.
Move AppData to metainfo.
Download all videos in playlist.
Set window icon.
Make window resizeable and fix font sizes.
Stop progress bar jumping around.
Support videos with emoticons in the title.
Initial release.
Download videos from websites with an easy-to-use interface. Provides the following features:
Based on yt-dlp.