Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
omidraha committed Dec 11, 2023
1 parent a453e22 commit a09f9d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/linux/cmds.rst
Original file line number Diff line number Diff line change
Expand Up @@ -330,9 +330,9 @@ Download Youtube videos with Youtube subtitles on
.. code-block:: bash
# To download sub
$ youtube-dl --no-mtime --proxy http://127.0.0.1:8080 -f 18 --write-sub URL
$ youtube-dl --no-mtime --proxy http://127.0.0.1:8080 -f 18 --write-sub --sub-lang en --write-auto-sub URL
# To embed sub
$ youtube-dl --no-mtime --proxy http://127.0.0.1:8080 -f 18 --embed-subs URL
$ youtube-dl --no-mtime --proxy http://127.0.0.1:8080 -f 18 --embed-subs --sub-lang en --write-auto-sub URL
Redirect output to null
Expand Down

0 comments on commit a09f9d2

Please sign in to comment.