Skip to content

Commit

Permalink
✏️ Add parallel playlist instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelange committed Sep 27, 2022
1 parent bd25d64 commit 084fe27
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ OPTIONS
Enable silent mode (send stdout to /dev/null).
-S
Enable sequential mode. Default behaviour: parallel mode. Each playlist will
be downloaded sequentially as youtube-dl does not support parallel downloading
of playlists (see #3746). The MAXPROCS (env) var sets parallelism (default 4).
Enable sequential mode. Default behaviour: parallel mode. The MAXPROCS (env)
var sets parallelism (default 4). To download YouTube playlists in parallel,
use e.g. "yt -v $(youtube-dl --get-id --flat-playlist <playlist-url>)".
-f
Force download, even when already recorded in --download-archive.
Expand All @@ -131,7 +131,7 @@ OPTIONS
video mode respectively. Override defaults with YT_MUSIC_DIR and YT_VIDEO_DIR.
-p
Enable playlist mode. When the input URL contains reference to a playlist, the
Enable playlist mode. When a video URL contains a reference to a playlist, the
whole playlist will be downloaded. Will only download URLs that have not yet
been recorded in the download archive.
Expand Down
8 changes: 4 additions & 4 deletions yt/yt
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ OPTIONS
Enable silent mode (send stdout to /dev/null).
-S
Enable sequential mode. Default behaviour: parallel mode. Each playlist will
be downloaded sequentially as youtube-dl does not support parallel downloading
of playlists (see #3746). The MAXPROCS (env) var sets parallelism (default 4).
Enable sequential mode. Default behaviour: parallel mode. The MAXPROCS (env)
var sets parallelism (default 4). To download YouTube playlists in parallel,
use e.g. \"yt -v \$(youtube-dl --get-id --flat-playlist <playlist-url>)\".
-f
Force download, even when already recorded in --download-archive.
Expand All @@ -59,7 +59,7 @@ OPTIONS
video mode respectively. Override defaults with YT_MUSIC_DIR and YT_VIDEO_DIR.
-p
Enable playlist mode. When the input URL contains reference to a playlist, the
Enable playlist mode. When a video URL contains a reference to a playlist, the
whole playlist will be downloaded. Will only download URLs that have not yet
been recorded in the download archive.
Expand Down

0 comments on commit 084fe27

Please sign in to comment.