File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed
Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 1- Para baixar e instalar no Windows tem esse executável:
2- > [ YoutubeDownloaderSetup8.2.exe] ( https://github.com/PadoTheOriginal/YoutubeDownloader/raw/main/Extra%20just%20for%20programming/YoutubeDownloaderSetup.exe )
3-
4-
51Para clonar e usar o código fonte:
62
73 - Para instalar primeiro garantir que python está instalado em sua
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def setupUi(self, MainWindow):
2222 MainWindow .setSizePolicy (sizePolicy )
2323 MainWindow .setMinimumSize (QtCore .QSize (585 , 430 ))
2424 MainWindow .setMaximumSize (QtCore .QSize (585 , 430 ))
25- MainWindow .setWindowTitle ("Youtube Downloader 8.2v " )
25+ MainWindow .setWindowTitle ("Youtube Downloader 8.3v " )
2626 icon = QtGui .QIcon ()
2727 icon .addPixmap (QtGui .QPixmap ("YtExtraFiles/YtDownloader.png" ), QtGui .QIcon .Normal , QtGui .QIcon .Off )
2828 MainWindow .setWindowIcon (icon )
You can’t perform that action at this time.
0 commit comments