Nick Ficano
commited on
Commit
·
b670cc8
1
Parent(s):
198e311
just some tweaking to readme
Browse files- README.rst +3 -3
README.rst
CHANGED
@@ -53,7 +53,7 @@ Manually via GIT
|
|
53 |
Command-Line Usage
|
54 |
==================
|
55 |
|
56 |
-
You can download a video by simply passing the
|
57 |
setting it to the desired filetype:
|
58 |
|
59 |
.. code:: bash
|
@@ -68,13 +68,13 @@ Same thing for specifying a resolution:
|
|
68 |
pytubecli -r 720p http://www.youtube.com/watch?v=Ik-RsDGPI5Y
|
69 |
|
70 |
|
71 |
-
You can also specify a download file path (
|
72 |
|
73 |
.. code:: bash
|
74 |
|
75 |
pytubecli -e mp4 -p ~/Downloads/ http://www.youtube.com/watch?v=Ik-RsDGPI5Y
|
76 |
|
77 |
-
and/or optionally choose the filename (
|
78 |
|
79 |
.. code:: bash
|
80 |
|
|
|
53 |
Command-Line Usage
|
54 |
==================
|
55 |
|
56 |
+
You can download a video by simply passing the ``-e`` (or ``--extension=``) switch and
|
57 |
setting it to the desired filetype:
|
58 |
|
59 |
.. code:: bash
|
|
|
68 |
pytubecli -r 720p http://www.youtube.com/watch?v=Ik-RsDGPI5Y
|
69 |
|
70 |
|
71 |
+
You can also specify a download file path (``-p`` or ``--path=``):
|
72 |
|
73 |
.. code:: bash
|
74 |
|
75 |
pytubecli -e mp4 -p ~/Downloads/ http://www.youtube.com/watch?v=Ik-RsDGPI5Y
|
76 |
|
77 |
+
and/or optionally choose the filename (``-f`` or ``--filename=``):
|
78 |
|
79 |
.. code:: bash
|
80 |
|