Skip to content

Releases: jessielw/Simple-Youtube-DL-GUI

Simple-Youtube-DL-Gui v1.23

16 Jun 19:40
Compare
Choose a tag to compare

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

Simple-Youtube-DL-Gui v1.22.1

27 Dec 16:46
Compare
Choose a tag to compare

Tool Updates

Updated yt-dlp to latest version (yt-dlp 2021.12.27) https://github.com/yt-dlp/yt-dlp/releases

Simple-Youtube-DL-Gui v1.22

25 Dec 03:33
Compare
Choose a tag to compare

Updates

  • Updated yt-dlp python module to 'yt-dlp 2021.12.25'
  • Program now supports encoding to 'alac'

Simple-Youtube-DL-Gui v1.21

03 Dec 14:39
Compare
Choose a tag to compare

Updates

  • Major bug fix when it came to properly using FFMPEG when there was spacing in the the path to ffmpeg.exe

Simple-Youtube-DL-Gui v1.2

11 Nov 20:57
Compare
Choose a tag to compare

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

Simple-Youtube-DL-Gui v1.1

11 Nov 15:43
Compare
Choose a tag to compare

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