Skip to content

Tags: Artemiy87/Youtube-DL-GUI

Tags

v1.36.1

v1.36

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

1.35.1

Update Youtube-DL-Gui.py

Separates each "code" for user to have an easier time sorting them in the custom download option window

1.35

v1.35

* Fixed a small bug with displaying update information when updating youtube-dl
* Program now makes root transparent when you click it, until it's done and then brings it back to full transparency
* Added the "old" view formats button in the tools menu bar now, this works like the older button 'Show All Formats' worked
* I've set 'Best Video + Audio Single File' to be default now, so the program will automatically download the best video/audio file of any link you put in there (can still change like before)
* I've added a new feature, you can now select custom options for your video/audio in the "Custom Download' window
* After pasting your link/adding it to the program like normal, you can select the new button, a window will pop up allowing the user to select which audio+video they want, pressing start will open the prompt to choose where to download and then it works as normal like before

1.34

v1.34

* Make directories to app folders if they are missing (they should never be missing)
* Adjusted some indentation on the FFMPEG download block
* Completely revamped the download window/block for both youtube-dl and ffmpeg
* Program now makes root transparent during download/stops user ability to click on it, this is set back to default when the entire download section is done
* Program now checks for .exe instead of the path to exe. This is more dependable to check to see if it's missing

1.33

Update Youtube-DL-Gui.py

v1.2

- Fix for new config parser

Had to adjust the command line, to read the new ffmpeg path as well as add the switch '--ffmpeg-location' with some proper spacing in the command line

v1.1

- Added Youtube subtitle option (This only works if the subtitle is a…

…valible with the video)

v1.3.1-beta

- Corrected some code

This needed to be changed as some video sites won't allow 'bestvideo+bestaudio', simply using the swtich 'best' will always search and find the best audio+video from any link

v1.3-beta

Update Youtube-DL-Gui.py