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)
Owner
null
squid-dl is a massively parallel yt-dlp-based YouTube downloader.

squid-dl squid-dl is a massively parallel yt-dlp-based YouTube downloader. Installation Run the setup.py, which will install squid-dl and its two depe

tuxlovesyou 51 Jan 5, 2023
Youtube Downloader is a simple but highly efficient Youtube Video Downloader, made completly using Python

Youtube Downloader is a simple but highly efficient Youtube Video Downloader, made completly using Python

Arsh 2 Nov 26, 2022
YouTube-Downloader - YouTube Video Downloader made using python

YouTube-Downloader YouTube Videos Downloder made using python.

Shivam 1 Jan 16, 2022
Youtube Video Downloader Using Python Gui Appliction with progress Bar

Youtube-Video-Downloader Youtube Video Downloader Using Python Gui Appliction with progress Bar Module Used Pytube Tkinter Pil Urllib Bytes Io LICENSE

Community Programmer 6 Dec 19, 2022
Python based YouTube video Downloader GUI Application.

Youtube video Downloader Python based Youtube video Downloader GUI Application. Installation Python Dependencies Import pytube pip install pytube Im

Naem Azam 1 Jan 3, 2022
Youtube Downloader is a Graphic User Interface(GUI) that lets users download a Youtube Video or Audio through a URL

Youtube Downloader This Python and Tkinter based GUI allows users to directly download the Best Resolution Videos and Audios from Youtube. Pa-fy Insta

Samarth Kumar 2 Jun 25, 2022
Python-Youtube-Downloader - An Open Source Python Youtube Downloader

Python-Youtube-Downloader Hello There This Is An Open Source Python Youtube Down

Flex Tools 3 Jun 14, 2022
Youtube-downloader-using-Python - Youtube downloader using Python

Youtube-downloader-using-Python Hii guys !! Fancy to see here Welcome! built by

Lakshmi Deepak 2 Jun 9, 2022
A Simple YouTube Video Downloader With Python

Simple YouTube Video Downloader Simple YouTube Video Downloader is an open source project with a very simple UI that tries to speed up the process of

Brian Han 2 Jan 3, 2022
YouTube Downloader is extremely simple program for downloading songs or playlists (in audio or video) from YouTube. Created using Python, PyTube and PySimpleGUI.

YouTube Downloader YouTube Downloader is extremely simple program for downloading songs or playlists (in audio or video) from YouTube. Disclaimer It's

Simeon Tsvetanov 3 Dec 14, 2022