Skip to content

Download videos from websites like YouTube and many others (based on youtube-dl)

License

Notifications You must be signed in to change notification settings

GustavoPeredo/video-downloader

 
 

Repository files navigation

Video Downloader

Download videos from websites with an easy-to-use interface. Provides the following features:

  • Convert videos to MP3
  • Supports password-protected and private videos
  • Download single videos or whole playlists
  • Automatically selects a video format based on your quality demands

Based on youtube-dl.

Installation

Screenshots

screenshot 1

screenshot 2

screenshot 3

Hidden configuration options

The behavior of the program can be tweaked with GSettings.

Download folder

Paths can either be absolute or start with ~, xdg-desktop, xdg-download, xdg-templates, xdg-publicshare, xdg-documents, xdg-music, xdg-pictures or xdg-videos.

The default is xdg-download/VideoDownloader.

Flatpak

flatpak run --command=gsettings com.github.unrud.VideoDownloader set com.github.unrud.VideoDownloader download-folder '~/VideoDownloader'

Snap

snap run --shell video-downloader -c 'gsettings "$@"' '' set com.github.unrud.VideoDownloader download-folder '~/VideoDownloader'

Prefer MPEG

Prefer MPEG videos instead of free formats when both are available at the same resolution and frame rate.

The default is false.

Flatpak

flatpak run --command=gsettings com.github.unrud.VideoDownloader set com.github.unrud.VideoDownloader prefer-mpeg true

Snap

snap run --shell video-downloader -c 'gsettings "$@"' '' set com.github.unrud.VideoDownloader prefer-mpeg true

Translations!

They are here and need your help! Don't be afraid to open an issue or contribute to the translations here: https://github.com/GustavoPeredo/video-downloader/tree/master/po

About

Download videos from websites like YouTube and many others (based on youtube-dl)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 93.6%
  • Meson 5.2%
  • Other 1.2%