Downie: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
No edit summary
Tags: Mobile edit Mobile web edit
mNo edit summary
Tags: Mobile edit Mobile web edit
Line 23: Line 23:
</pre>
</pre>


== Alternative methods ==
* [https://github.com/ytdl-org/youtube-dl ytdl-org/youtube-dl: Command-line program to download videos from YouTube.com and other video sites]


[[Category:Tool]]
[[Category:Tool]]

Revision as of 14:03, 4 December 2023

Using Downie to Download Multiple Videos from YouTube

Gathering YouTube Video URLs

Configuring Downie.app

Downloading the Videos

To download, use the following command in the terminal. Syntax of command:

open -a 'Downie' '<VIDEO_URL>'


Example command:

open -a 'Downie' 'https://www.youtube.com/watch?v=qJFzOP9jUbM'

Alternative methods