Skip to content

thepioneers-team/fetchflix

Repository files navigation

Logo

Fetchflix

Beautifully structured UI for YTDL

Click here to see download options

Fetchflix is an open source cross-platform ytdl manager, that aims to enhance the users experience with youtube-dl

Organize and manage ytdl downloads with ease in one place. Interact and manage all of ytdl's options and settings through a beautiful and responsive interface.

App screenshot

Motivation

Many of us have wanted to download a video from the internet. Whether its from YouTube, Instagram, or some other random app. For a while there wasn't a solution but an CLI tool called youtube-dl came out. However, its been a while since its been updated. So a fork of it was made called yt-dlp (thats what we use). But again, its a CLI command not really useable for the normal person. So we decided to make a GUI for the CLI tool to help the average Joe out

Developer Guide

Please refer to the contributing guide for how to install Fetchflix from sources.

Install

$ pnpm install

Development

$ pnpm dev

Build

# For windows
$ pnpm build:win

# For macOS
$ pnpm build:mac

# For Linux
$ pnpm build:linux