We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7a8ae7 commit de223eaCopy full SHA for de223ea
README.md
@@ -39,6 +39,7 @@ Handy list of oft-used Linux commands that I will never remember. Not intended t
39
- [Adding Rust to Fish](#adding-rust-to-fish)
40
- [Adding Rust to VS Code](#adding-rust-to-vs-code)
41
- [Tab Completion](#tab-completion)
42
+ - [Youtube Downloader](#youtube-downloader)
43
44
## Shell 101
45
@@ -483,3 +484,11 @@ Add to `settings.json` as discussed [here](https://stackoverflow.com/a/66001600)
483
484
$ mkdir -p ~/.config/fish/completions
485
$ rustup completions fish > ~/.config/fish/completions/rustup.fish
486
```
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
+```
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments