[DOCS] Fix typo in One-time Download (#579)
There was a typo in the shell command in the One-time Download section.
This commit is contained in:
parent
c77015353d
commit
4795564a0c
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ example is equivalent to the subscription example above:
|
|||
ytdl-sub dl \
|
||||
--preset "tv_show" \
|
||||
--overrides.tv_show_name "Rick A" \
|
||||
--overrides.url: "https://www.youtube.com/channel/UCuAXFkgsw1L7xaCfnd5JJOw"
|
||||
--overrides.url "https://www.youtube.com/channel/UCuAXFkgsw1L7xaCfnd5JJOw"
|
||||
```
|
||||
|
||||
#### Download Aliases
|
||||
|
|
|
|||
Loading…
Reference in a new issue