You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[FFmpeg](https://ffmpeg.org/download.html) (optional, to postprocess video files)
15
+
16
+
### Requirement for build Binaries/Executables
17
+
18
+
-[PyInstaller](https://www.pyinstaller.org/)
14
19
15
20
## Features:
16
21
@@ -34,13 +39,13 @@ This program is still in beta so if you encounter any bugs feel free to report t
34
39
35
40
## TODO:
36
41
37
-
- Fix Convert (main:MainWindow.convert_file)
38
-
- integrate save state
39
42
- Allow pause/resume functionality
43
+
- integrate save state
40
44
-~~integrate post processing options~~
41
45
-~~integrate batch add feature~~
42
46
-~~integrate Queue to make it stable~~
43
47
-~~Change for PyInstaller: setup.py - _see Windows_~~
48
+
-~~Fix Convert (main:MainWindow.convert_file)~~
44
49
45
50
## Windows:
46
51
@@ -52,6 +57,9 @@ python setup.py pyinstaller
52
57
53
58
This will result in a **dist** and **build** directory. Simply go to the **dist** directory and you will get a ```youtube-dl-gui.exe``` file and some other files. That ```youtube-dl-gui.exe``` file is a standalone executable which can be run simply by double clicking it. You can distribute that file to your friend.
54
59
60
+
### Download
61
+
Can dowload the latest version from [Releases](https://github.com/yasoob/youtube-dl-GUI/releases/latest)
62
+
55
63
## License:
56
64
57
65
This project is released under the MIT license. See the included license file.
self.label_3.setText(_translate("Dialog", "<html><head/><body><p>Youtube-dl is a front-end to youtube-dl - a CLI application. Youtube-dl provides some additional features. Youtube-dl is not released as a part of youtube-dl. Youtube-dl is a separate project and is developed by Muhammad Yasoob Ullah Khalid.This Youtube-dl project version is mainteined by Oleksis Fraga <[email protected]></p></body></html>"))
87
87
self.label_5.setText(_translate("Dialog", "<html><head/><body><p>Youtube-dl uses youtube-dl which is released into Public Domain. It can be downloaded from <a href=\"https://github.com/ytdl-org/youtube-dl\"><span style=\" text-decoration: underline; color:#0000ff;\">youtube-dl repository</span></a></p></body></html>"))
0 commit comments