Update README.md
This commit is contained in:
parent
4134903299
commit
cbb4524bd4
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
|
@ -48,10 +48,9 @@ ytdl-sub sub subscription.yaml
|
|||
```
|
||||
|
||||
### One-time Download
|
||||
There are things we will only want to download once and never again, like
|
||||
a one-hit wonder music video. Anything you can define in a subscription can be
|
||||
defined using CLI arguments. This example is equivalent to the subscription
|
||||
example above:
|
||||
There are things we will only want to download once and never again. Anything
|
||||
you can define in a subscription can be defined using CLI arguments. This
|
||||
example is equivalent to the subscription example above:
|
||||
```shell
|
||||
ytdl-sub dl \
|
||||
--preset "yt_channel_as_tv" \
|
||||
|
|
@ -59,9 +58,10 @@ ytdl-sub dl \
|
|||
--overrides.tv_show_name "John Smith Vlogs"
|
||||
```
|
||||
|
||||
After `ytdl-sub` runs, the end result would download and format the channel
|
||||
### Output
|
||||
After `ytdl-sub` runs, the end result will download and format the channel
|
||||
files into something ready to be consumed by your favorite media player or
|
||||
server:
|
||||
server. The `--dry-run` flag can be used to view file output before any downloading occurs.
|
||||
```
|
||||
/path/to/youtube_tv_shows/John Smith Vlogs
|
||||
/Season 2021
|
||||
|
|
|
|||
Loading…
Reference in a new issue