Downie: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
(Created page with "Using Downie to Download Multiple Videos from YouTube == Gathering YouTube Video URLs == * Extract URLs from Text * Isolate the 'v' parameter as the video ID, for instance,...")
Tags: Mobile edit Mobile web edit
 
No edit summary
Tags: Mobile edit Mobile web edit
Line 12: Line 12:


== Downloading the Videos ==
== Downloading the Videos ==
To download, use the following command in the terminal:
To download, use the following command in the terminal. Syntax of command:
<pre>
open -a 'Downie' '<VIDEO_URL>'
</pre>
 
 
Example command:
<pre>
<pre>
open -a 'Downie' 'https://www.youtube.com/watch?v=qJFzOP9jUbM'
open -a 'Downie' 'https://www.youtube.com/watch?v=qJFzOP9jUbM'

Revision as of 14:01, 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'