oleksis / youtube-dl-gui

A cross platform front-end GUI of the popular youtube-dl written in wxPython.
https://oleksis.github.io/youtube-dl-gui/
The Unlicense
1.76k stars 117 forks source link

What's the last version for windows 7? #139

Open DumbJoe opened 1 year ago

oleksis commented 1 year ago

The latest version until today is yt-dlg v1.8.5 . For Windows you can download the installer (MSI) from the release or from the Store

DumbJoe commented 1 year ago

The latest version until today is yt-dlg v1.8.5 . For Windows you can download the installer (MSI) from the release or from the Store

Sorry, I should have specified; let me rephrase the question: "What's the last version that still works or and supported on windows 7 systems?"

oleksis commented 1 year ago

yt-dlg just need Python 3 and its dependencies, pypubsub and wxPython<=4.2.1,>=4.0.7.post2

Recommend you use Python 3 for 64 bit architecture.

DumbJoe commented 1 year ago

Thanks, is there a way to download pypubsub and wxPython in portable forms so can be added whenever when you're offline? Or it's impossible to add manually?

oleksis commented 1 year ago

Can you provide steps or logs to reproduce the behavior you want?

DumbJoe commented 1 year ago

Alright, if you can link me the direct download urls for pypubsub and wxPython and where to place their compiled versions as if installed with their respective python commands (but manually), that would be most appreciated.