A simple GUI video downloader built off of the python module 'yt-dlp'

Overview

simpleytdlgui.v1.2

Simple-Youtube-DL-Gui

Supported Operating Systems

Windows 7 (x64), Windows 8 (x64), and Windows 10 (x64)

How to use

Main Gui

  1. Extract program from archive to a folder of your choice or Run program from the archive
  2. Paste any video link into the "Paste Link" box
  3. Select "Add Link"
  4. Choose from the list of available options
  5. Choose where you'd like to save the final file
  6. Press "Start Job"

Guide to building the program yourself: (Windows)

  1. Install python x64 3.8.8 (https://www.python.org/ftp/python/3.8.8/python-3.8.8-amd64.exe) (This version supports Win7 - 11 x64)
  2. Download https://github.com/jlw4049/Simple-Youtube-DL-GUI/archive/refs/heads/main.zip and extract
  3. Open command prompt and navigate to where ever you extracted step 2
  4. In command prompt type 'pip install -r requirements.txt'
  5. After words you can use pyinstaller to make a binary.exe if you'd like with the following command
  • 'pyinstaller -w --onefile --icon"Runtime\Images\youtubeDLicon.ico" "SimpleYoutubeDLGui.py"'
  1. Then you can place .exe along side of the runtime/apps folder and you're good to go
You might also like...
Simple Youtube Video Downloader

Simple Youtube Video Downloader Download Youtube video using link and Will output result in D:/ (You can change the path in main.py file) Installation

Ebook downloader built using python

ebook-downloader Getting Started Open a terminal and run the following commands. git clone github.com/georgemunyoro/ebook-downloader cd ./ebook-downlo

A user-friendly GUI for the ZSpotify music downloader.
A user-friendly GUI for the ZSpotify music downloader.

ZSpotifyGUI A user-friendly desktop app for ZSpotify music downloader for Windows, MacOs, and Linux Discord Server - Matrix Server - Gitea Mirror - Ma

Youtube Downloader GUI

Python Youtube Downloader GUI This is a GUI application that allows you to download videos from Youtube. Features Download videos from Youtube in MP3

A YouTube downloader app built with Django.
A YouTube downloader app built with Django.

YouTube Downloader ⭐️ Star this project ⭐️ Requirements Python3+ Git Installation Install the dependencies and start the server. git clone https://git

The lyrics module of the repository apple-playlist-downloader
The lyrics module of the repository apple-playlist-downloader

This is the lyrics module of the repository apple-playlist-downloader. With this code you can download the .lrc file (time synced lyrics) from yours t

Python Youtube Video-Playlist Downloader

Youtube-Video-Playlist-Downloader-PyQt5 You can download videos and playlists on YouTube with this script. Script has GUI. Enjoy. Setup git clone http

Youtube video downloader and info extractor for python.

tube_dl Tube_dl is a Simple Youtube video downloader for Python. A Modular approach to bypass and download Youtube Videos and Playlist from Youtube us

Music and video downloader, Made with love by Bryan Herrera

Python-Mp3Mp4-Downloader Music and video downloader, Made with love by Bryan Herrera Requirements CHOCOLATELY windows command If your system does not

Releases(1.23)
  • 1.23(Jun 16, 2022)

    Updates

    • Updated yt-dlp python module to yt-dlp 2022.05.18
    • Added a new entry box to add an HTTP header
    1. The header entry box needs to be in the format of "VALUE:KEY" (as of now this only accepts 1, will expand on this later) example= Referer:URL (no spaces)
    • Added a code block to check the header entry box, to ensure it's in the right format and add it to the dictionary of options if it is. If it's not formatted right, it lets the user know the format it should be in and cancels the job
    Source code(tar.gz)
    Source code(zip)
    Simple-Youtube-DL-GUI.v1.23.zip(40.78 MB)
  • 1.22.1(Dec 27, 2021)

  • 1.22(Dec 25, 2021)

  • 1.21(Dec 3, 2021)

  • 1.2(Nov 11, 2021)

    simpletdlguiv1 2

    Updates

    • Slightly increased the GUI main window size
    • The video checkbuttons name has been changed to Best video + Audio Muxed File
    • The audio checkbutton is now renamed to 'Audio Only'
    • Added a new audio drop down menu, that gives the user the ability to Extract Only or encode to quality 0 on all supported audio codecs (Quality 0 is the highest quality VBR there is - I'm attempting to keep this GUI simple other wise I could put CBR/VBR and a selection of all qualities. Currently I'll keep it this way...simple/highest quality)
    • Added the option 'noplaylist' and set it to True, when pasting links that are inside of a playlist. This fixed a bug when scraping the link for the title input for the program (The simple version of this program will not deal with playlist at all)
    • Added the code to always prefer ffmpeg
    Source code(tar.gz)
    Source code(zip)
    Simple-Youtube-DL-GUI.v1.2.zip(39.73 MB)
  • 1.1(Nov 11, 2021)

    simpleytdlgui

    Updates

    • Wrote a simple "lite" version of the Youtube-DL-GUI app
    • It's fully written in python, with no needed binaries to run (other then FFMPEG which is included with ffmegaudioencodergui - In the standalone version however you will need to download ffmpeg.exe and point the program to it)
    • It's fully multi-threaded
    • It uses the python module yt-dlp in order to do the work
    • It has the ability to download video and or audio, from almost any video website
    • The simple version of this program has much less features then the full fledged version, how ever it has the basic needed features and it'll be much easier to keep up to date as I work with ffmpegaudioencodergui
    • I have plans to rebuild the original version with this module/do away with the needed binaries etc
    Source code(tar.gz)
    Source code(zip)
    Simple-Youtube-DL-GUI.v1.1.zip(39.73 MB)
YT-Spammer-Purge - Allows you easily scan for and delete scam comments using several methods

YouTube Spammer Purge What Is This? - Allows you to filter and search for spamme

4.3k Dec 31, 2022
Tool to download Netflix in 4k

Netflix-4K-Script Tool to download Netflix in 4k You will need to get a L1 CDM that is whitelsited with Netflix CDM In this script are downgraded

9 Dec 23, 2021
A python script that discovers hidden YouTube API clients. Just a research project.

YouTube-Internal-Clients A script that discovers hidden internal clients of the YouTube (Innertube) API using bruteforce methods. The script tries cli

David 97 Jan 02, 2023
Download a large file from Google Drive (curl/wget fails because of the security notice).

gdown Download a large file from Google Drive. Description Download a large file from Google Drive. If you use curl/wget, it fails with a large file b

Kentaro Wada 2.7k Jan 09, 2023
Tool To download Amazon 4k SDR HDR 1080, CDM IS Not Included

WV-AMZN-4K-RIPPER Tool To download Amazon 4k SDR HDR 1080, CDM IS Not Included For CDM You can Mail :- Denis Trunov 179 Dec 17, 2022

Python Youtube Video-Playlist Downloader

Youtube-Video-Playlist-Downloader-PyQt5 You can download videos and playlists on YouTube with this script. Script has GUI. Enjoy. Setup git clone http

Yunus Emre Öztürk 2 Jun 06, 2022
Mobile based API for Crunchyroll BETA (and Downloader).

Mobile based API for Crunchyroll BETA (and Downloader). Not restricted on servers and NO CLOUDFLARE

27 Dec 11, 2022
S3 file download with Python and access with VBA

S3 file download with Python and access with VBA This simple project is using the following stacks: Python AWS S3 VBA/Excel A Bitcoin API With this st

Julio Cesar Scheidt 0 Dec 07, 2021
A Fast as F*** Downloader

FAFD A Fast as F*** Downloader Github Usages You'll want to use a URL like this: https://github.com/RPowell-C/FAFD/raw/main/FAFD.py It's easier DONT F

1 Jan 19, 2022
This is a simple Python Script to download Imgur Pictures with the short url!

Imgur Downloader This is a simple Python Script that runs a process with progress bar that downloads an Imgur Picture! Code Example Features Progress

OGMatrix 1 Nov 18, 2021
File Downloader

File Downloader Watches a file containing download links and runs a command to download them. The link file is in form of: # comment DOWNLOAD_LINK

Pouriya 1 Jan 08, 2022
Python script designed to search and fetch direct download links from nxbrew.com

SwitchGamesDownloader Only for windows nxbrew.com is a website, accessible only using a proxy, where the majority of games for the Nintendo Switch are

Backend 91 Dec 28, 2022
PyDownloader - Downloads files and folders at high speed (based on your interent speed).

PyDownloader - Downloads files and folders at high speed (based on your interent speed).

Armen._.G 4 Feb 24, 2022
Youtube_dl_helper - A hacky python script meant to automate the process of downloading mp3 files from YouTube using youtube-dl library

youtube_dl_helper A helper program meant to automate the process of downloading mp3 files from YouTube using youtube-dl library Dependencies In order

Guilherme Bittencourt de Borba 1 Jan 04, 2022
YT-Downloader is a Tool to download youtube video.

YT-Downloader YT-Downloader is a Tool to download youtube video.If you are looking for a simple video downloader tool Than This YT-Downloader may be u

Pradip Thapa 7 May 11, 2022
Python module to download all media from a CyberDrop gallery.

CyberDrop Downloader Intro Let's suppose you found out the Eva G (bby_gee) leak on https://cyberdrop.me/a/aWAt4TWY. You wish you could download the en

Quatrecentquatre 1 Dec 12, 2021
Most versatile Telegram torrent and youtube-dl bot.

TorToolkit Telegram So basically Tortoolkit is aimed to be the most versatile torrent leecher and Youtube-DL bot for telegram. This bot is highly cust

Yash Khadse 541 Dec 22, 2022
Code for "Adversarial Motion Priors Make Good Substitutes for Complex Reward Functions"

Adversarial Motion Priors Make Good Substitutes for Complex Reward Functions Codebase for the "Adversarial Motion Priors Make Good Substitutes for Com

Alejandro Escontrela 54 Dec 13, 2022
A simple contents download module using url for python

A simple contents download module using url for python

Fayas Noushad 16 Oct 20, 2022
Script for YouTube creators to share dislike count with their viewers.

Stahování disliků z YouTube - milafon Tento skript slouží jako možnost zobrazit divákům počet disliků u YouTube videí. Vyžaduje implementaci ze strany

4 Sep 28, 2022