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 a09f9d2 commit 244034c
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 --sub-lang en --write-auto-sub URL
$ youtube-dl --no-mtime --proxy http://127.0.0.1:8080 -f 18 --write-sub --sub-lang en --write-auto-sub --convert-subtitles srt URL
# To embed sub
$ youtube-dl --no-mtime --proxy http://127.0.0.1:8080 -f 18 --embed-subs --sub-lang en --write-auto-sub URL
$ youtube-dl --no-mtime --proxy http://127.0.0.1:8080 -f 18 --embed-subs --sub-lang en --write-auto-sub --convert-subtitles srt URL
Redirect output to null
Expand Down

0 comments on commit 244034c

Please sign in to comment.