Releases: sylviiu/ezytdl
v1.0.2
i know this was released hours after the last one, but i think it's very necessary -- this one has a LOT more changes & bugfixes than 1.0.1
- when you opened another ezytdl window when one was already running, an error "EADDRINUSE" appeared -- this no longer happens; now when you launch a new ezytdl window, it will bring that window to the front instead of trying to start another one.
- when performing a search for a link after one has been done, the program never cleared the previous format list. this is now fixed!
- when saving files, the format ID is now prefixed in the file name (in case you download more than one format with the same file extension)
- the version number now appears in the top heading of the ui (by request)
- when entering in a url, the thumbnail now appears as the background! adds a little bit to the design :D
- the formats list is now sorted properly! when searching for something like a youtube video, the list was previously randomly assorted -- the list now appears as follows: audio + video -> audio only -> video only
- when you perform a search for another song after one was previously searched for, the program waited for animations to complete before performing the request -- it now does both simultaneously, making things run F a s t e r !
- you can now perform a search in-app by simply pressing the enter button instead of being forced to use the button on screen!
...and a few other minimal UI improvements :D
v1.0.1
nothing much different from last release, i just added a progress bar to downloads and a folder button to open the folder a file downloaded to!
OH, and the previous version did NOT have an update-checker in place. this version implements one! so now you no longer have to check github for releases :D
initial release
i spent a total of 12 hours figuring this out. i hope you enjoy lol
built using electron-builder -- you can also build this yourself!
- clone the repository
- install dependencies using
npm i
- run
npm run dist
- and now you will find the binary in a newly-created dist directory!
linux building was not functional, and mac building isn't possible without an actual mac system, so unfortunately this is windows-only for now. unless this project gains more traction and shows a bigger need to compile for more systems, it will stay this way.