Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit de223ea

Browse files
ytdl for playlists
1 parent e7a8ae7 commit de223ea

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

‎README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Handy list of oft-used Linux commands that I will never remember. Not intended t
3939
- [Adding Rust to Fish](#adding-rust-to-fish)
4040
- [Adding Rust to VS Code](#adding-rust-to-vs-code)
4141
- [Tab Completion](#tab-completion)
42+
- [Youtube Downloader](#youtube-downloader)
4243

4344
## Shell 101
4445

@@ -483,3 +484,11 @@ Add to `settings.json` as discussed [here](https://stackoverflow.com/a/66001600)
483484
$ mkdir -p ~/.config/fish/completions
484485
$ rustup completions fish > ~/.config/fish/completions/rustup.fish
485486
```
487+
488+
## Youtube Downloader
489+
490+
### Download a Playlist
491+
```bash
492+
# Download YouTube playlist videos as mp4 in separate directory indexed by video order in a playlist from start-index to end-index
493+
youtube-dl -f mp4 -o '%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s' <playlist-URL> --playlist-start <start-index> --playlist-end <end-index>
494+
```

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /