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
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# MacYTDL
2
2
3
-
MacYTDL is a utility which downloads videos using the [_youtube-dl_](https://github.com/ytdl-org/youtube-dl) and [_YT-DLP_](https://github.com/yt-dlp/yt-dlp) video downloader scripts. _youtube-dl_ and _YT-DLP_ are able to download videos from a great many web sites. MacYTDL runs on any Apple Mac with macOS 10.10 or later. macOS 10.15 or higher is required to use _YT-DLP_. MacYTDL has been developed mostly in AppleScript. The code is not protected and can be opened in Script Editor. MacYTDL is code signed and notarized.
3
+
MacYTDL is a utility which downloads videos using the [_youtube-dl_](https://github.com/ytdl-org/youtube-dl) and [_YT-DLP_](https://github.com/yt-dlp/yt-dlp) video downloader scripts. _youtube-dl_ and _YT-DLP_ are able to download videos from a great many web sites. MacYTDL runs on any Apple Mac with macOS 10.10 or later. macOS 10.15 or higher is required to use _YT-DLP_. MacYTDL has been developed mostly in AppleScript. The code is not accessable from within the applet. However, text exports of the code are in the "Code" folder above and can be opened in _Script Editor_. MacYTDL is code signed and notarized.
4
4
5
-
[Download from here](https://github.com/section83/MacYTDL/releases/download/1.23/MacYTDL-v1.23.dmg).
5
+
[Download from here](https://github.com/section83/MacYTDL/releases/download/1.23.1/MacYTDL-v1.23.1.dmg).
6
6
7
7
8
8
#### Main dailog
@@ -28,6 +28,7 @@ MacYTDL is a utility which downloads videos using the [_youtube-dl_](https://git
28
28
* Download and optionally embed thumbnail images and metadata.
29
29
* Download or extract audio-only files in chosen format.
30
30
* Optional macOS Service which gets the current text selection, clipboard contents or active web browser URL, switches to MacYTDL and pastes URL of video to be downloaded.
31
+
* The Service can be set to automatically download from the URL of the current web page without showing the Main dialog.
31
32
* Settings can be saved, restored and rest to default.
32
33
* All components downloaded and/or installed by MacYTDL, which can be controlled by the user. Component updates available in the app.
33
34
* Issues notification (via [*Alerter*](https://github.com/vjeantet/alerter)) when download finished with option to play the video.
@@ -46,7 +47,7 @@ _YT-DLP_ is the default for Macs running macOS 10.15 Catalina or higher. Python
46
47
47
48
### How to install for the first time
48
49
49
-
* Download and open [the DMG file](https://github.com/section83/MacYTDL/releases/download/1.23/MacYTDL-v1.23.dmg).
50
+
* Download and open [the DMG file](https://github.com/section83/MacYTDL/releases/download/1.23.1/MacYTDL-v1.23.1.dmg).
50
51
* Browse the Help file.
51
52
* Click and drag MacYTDL to any location - it's best to use the Applications folder.
52
53
* Open MacYTDL.
@@ -57,7 +58,7 @@ _YT-DLP_ is the default for Macs running macOS 10.15 Catalina or higher. Python
57
58
58
59
### How to update
59
60
60
-
* Download and open [the DMG file](https://github.com/section83/MacYTDL/releases/download/1.23/MacYTDL-v1.23.dmg).
61
+
* Download and open [the DMG file](https://github.com/section83/MacYTDL/releases/download/1.23.1/MacYTDL-v1.23.1.dmg).
61
62
* Click and drag MacYTDL to your usual location – make sure to replace the old version.
62
63
* Open MacYTDL. Components such as the preferences file are updated as required.
63
64
* Users on macOS 10.15 Catalina and higher are invited to install _YT-DLP_.
@@ -80,7 +81,7 @@ Much is owed to Shane Stanley, for his many contributions solving problems with
80
81
* “xplorr” (https://forum.videohelp.com/members/268051-xplorr), author of TVDownloader.
81
82
* Anonymous (https://cresstone.com/apps/youtubeDLFrontEnd/), author of youtubeDLFrontEnd.
82
83
* Frank, Geoff, John, Santo, Trevor and Walter, fellow members of the [ACT Apple Users Group](https://www.actapple.org.au).
0 commit comments