ardyflora
commited on
Commit
·
6743b99
1
Parent(s):
0c61335
Update README.rst
Browse filesAdding an additional Command line usage step
- README.rst +6 -0
README.rst
CHANGED
@@ -76,6 +76,12 @@ and/or optionally choose the filename (``-f`` or ``--filename=``):
|
|
76 |
.. code:: bash
|
77 |
|
78 |
$ pytube -e mp4 -f Dancing Scene from Pulp Fiction http://www.youtube.com/watch?v=Ik-RsDGPI5Y
|
|
|
|
|
|
|
|
|
|
|
|
|
79 |
|
80 |
|
81 |
|
|
|
76 |
.. code:: bash
|
77 |
|
78 |
$ pytube -e mp4 -f Dancing Scene from Pulp Fiction http://www.youtube.com/watch?v=Ik-RsDGPI5Y
|
79 |
+
|
80 |
+
You can also specify a resolution or desired filetype:
|
81 |
+
|
82 |
+
.. code:: bash
|
83 |
+
|
84 |
+
$ pytube -e mp4 -r 720p http://www.youtube.com/watch?v=Ik-RsDGPI5Y
|
85 |
|
86 |
|
87 |
|