laurentkempe / Yodel

A front-end for youtube-dl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yodel

CircleCI: CircleCI

A cross-platform Electron.NET frontend for youtube-dl.

See the main page for youtube-dl for more information.

Supported platforms

Theoretically, any Electron and .NET Core supported platform.

NOTE: All platforms require the appropriate youtube-dl binary in PATH or placed alongside the Yodel binary.

Windows
  • .NET Core Runtime 2.x (or compatible .NET Framework)
Linux (check Issues for known problems)
  • .NET Core Runtime 2.x
  • GTK2
  • libxss
  • gconf
OS X
  • Currently untested

Screenshots

Main Window

Main Window

Downloading a video

Download

Console for extra information

Console

Contributing

All contributions are welcome. Electron.NET is still a very new framework and I'm new to Electron in general, so I'm sure I haven't written idiomatic Electron code. Any style corrections are welcome.

Development environment consists of:

  • Visual Studio 2017 / Visual Studio Code
  • NodeJS 8.6.x
  • .NET Core 2.x.

About

A front-end for youtube-dl

License:MIT License


Languages

Language:C# 74.4%Language:CSS 25.6%