Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jessielw/simple-youtube-dl-gui
A simple GUI video downloader built off of the python module 'yt-dlp'
https://github.com/jessielw/simple-youtube-dl-gui
1080p 480p 4k 720p audio downloader gui html lite mp3 python video website youtube youtube-dl ytdlp
Last synced: 2 days ago
JSON representation
A simple GUI video downloader built off of the python module 'yt-dlp'
- Host: GitHub
- URL: https://github.com/jessielw/simple-youtube-dl-gui
- Owner: jessielw
- License: gpl-3.0
- Created: 2021-11-10T16:18:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-12T12:27:22.000Z (over 2 years ago)
- Last Synced: 2024-05-11T16:41:48.020Z (8 months ago)
- Topics: 1080p, 480p, 4k, 720p, audio, downloader, gui, html, lite, mp3, python, video, website, youtube, youtube-dl, ytdlp
- Language: Python
- Homepage:
- Size: 167 KB
- Stars: 14
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![simpleytdlgui.v1.2](simpletdlguiv1.2.png)
# Simple-Youtube-DL-Gui #
## Supported Operating Systems ##
Windows 7 **(x64)**, Windows 8 **(x64)**, and Windows 10 **(x64)**# How to use #
## Main Gui ##
1. Extract program from archive to a folder of your choice or Run program from the archive
2. Paste any video link into the "Paste Link" box
3. Select "Add Link"
4. Choose from the list of available options
5. Choose where you'd like to save the final file
6. Press "Start Job"## Guide to building the program yourself: (Windows)
1. Install python x64 3.8.8 (https://www.python.org/ftp/python/3.8.8/python-3.8.8-amd64.exe)
(This version supports Win7 - 11 x64)
2. Download https://github.com/jlw4049/Simple-Youtube-DL-GUI/archive/refs/heads/main.zip and extract
3. Open command prompt and navigate to where ever you extracted step 2
4. In command prompt type 'pip install -r requirements.txt'
5. After words you can use pyinstaller to make a binary.exe if you'd like with the following command
- 'pyinstaller -w --onefile --icon"Runtime\Images\youtubeDLicon.ico" "SimpleYoutubeDLGui.py"'
6. Then you can place .exe along side of the runtime/apps folder and you're good to go