Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JMARyA/YoutubeDownload
youtube-dl GUI for MacOS
https://github.com/JMARyA/YoutubeDownload
youtube youtube-dl youtube-dl-gui youtube-downloader
Last synced: 12 days ago
JSON representation
youtube-dl GUI for MacOS
- Host: GitHub
- URL: https://github.com/JMARyA/YoutubeDownload
- Owner: JMARyA
- License: gpl-3.0
- Created: 2018-05-30T00:44:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-18T19:41:44.000Z (over 4 years ago)
- Last Synced: 2024-08-01T16:56:02.047Z (3 months ago)
- Topics: youtube, youtube-dl, youtube-dl-gui, youtube-downloader
- Language: Swift
- Homepage: https://jmarya.github.io/YoutubeDownload/
- Size: 10.5 MB
- Stars: 51
- Watchers: 4
- Forks: 14
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# YouTubeDownload
YoutubeDownload is an GUI for the Command Line Application "youtube-dl"
! THIS SOFTWARE IS NO LONGER MAINTAINED !
# Building
Explanation by JanX2:
All everyone has to do once after cloning is to create a file called "DEVELOPMENT_TEAM.xcconfig" in the "Xcode-config" directory within the project directory with the following build setting:
'''
DEVELOPMENT_TEAM = [personal TeamID]
'''## Dependencies
- youtube-dl
Install it with `brew install youtube-dl`
- ffmpeg
Install it with `brew install ffmpeg`## Screenshots
### Light
![Screenshot of the App](screenshot.png)
### Dark
![Screenshot of the App in Dark Mode](screenshotdark.png)## Update 1.1.2
- Added GUI for Download Process
- Added Website## Update 1.1.1
- Fixed an Issue
- Output View for Command Line Output
- Localized in German and English## Update 1.1
- Now supports Dark Mode in macOS Mojave