Giter Club home page Giter Club logo

ytb-downloader's Introduction

YTB Downloader

A simple GUI for yt-dlp.

https://i.imgur.com/vJOuWBb.png

Features

  • Support various websites (as long as yt-dlp supports)
    • Tested sites: Youtube, Reddit, Tiktok, Twitter, Weibo
  • Fetch videos from playlist
  • Download the best format
  • Download video-only or audio-only
  • Embed thumbnail
  • Concurrent downloading
  • Continue downloading after interrupt
  • Logging to file and console
  • CJK font support

Requirement

Installation

Windows

  • Download FFmpeg (including ffmpeg and ffprobe)
  • Download yt-dlp binary file
  • Configure using GUI or via file (see below)

Linux

  • Install FFmpeg: sudo apt install ffmpeg (including ffmpeg and ffprobe)
  • Locate FFmpeg binary file: sudo dpkg -L ffmpeg (usually /usr/bin/ffmpeg)
  • Download yt-dlp binary file
  • Configure using GUI or via file (see below)

Configuration

Open the file settings.json via an editor or command: sudo nano settings.json.

Example configuration for Linux environment:

{
  "format":"Default",
  "embedThumbnail":"AudioOnly",
  "ytdlpPath":"/yt-dlp_linux",
  "ffmpegPath":"/usr/bin/ffmpeg",
  "concurrentDownloads":1,
  "concurrentFragments":3,
  "logPath": "./log.txt"
}

Notes

  • If you use the Windows installer, the default installation path is C:\Program Files (x86)\YTB Downloader

Building

  • To build the program, first install Fyne: go install fyne.io/fyne/v2/cmd/fyne@latest
  • Build the program: sudo ./build.sh

ytb-downloader's People

Contributors

anhcraft avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ytb-downloader's Issues

Logging

  • Log inputted videos (recoverable if the program suddenly crashes or the computer shutdowns)
  • Log successful & failed downloads (view failed download info)

Unknown Field HideWindow

Just forked and run go run mainn.go.
Running on Ubunto 22.04.
go version go1.20.6 linux/amd64

Since this a a new fork I decided to escalate this to the author.

Thanks for help

Dependencies downloader

  • Automatically download dependencies if the installation does not exist yet
  • Automatically check and update dependencies on start-up

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.