Merge pull request #141 from schedutron/patch-2
Browse files- README.rst +1 -7
README.rst
CHANGED
@@ -184,12 +184,6 @@ and/or optionally choose the filename (``-f`` or ``--filename=``):
|
|
184 |
|
185 |
$ pytube -e mp4 -f "Dancing Scene from Pulp Fiction" http://www.youtube.com/watch?v=Ik-RsDGPI5Y
|
186 |
|
187 |
-
You can also specify a resolution or desired filetype:
|
188 |
-
|
189 |
-
.. code:: bash
|
190 |
-
|
191 |
-
$ pytube -e mp4 -r 720p http://www.youtube.com/watch?v=Ik-RsDGPI5Y
|
192 |
-
|
193 |
Development
|
194 |
===========
|
195 |
|
@@ -210,4 +204,4 @@ Once complete, execute the following commands:
|
|
210 |
$ python setup.py sdist bdist_wheel upload
|
211 |
$
|
212 |
$ bumpversion --no-tag patch
|
213 |
-
$ git push origin master --tags
|
|
|
184 |
|
185 |
$ pytube -e mp4 -f "Dancing Scene from Pulp Fiction" http://www.youtube.com/watch?v=Ik-RsDGPI5Y
|
186 |
|
|
|
|
|
|
|
|
|
|
|
|
|
187 |
Development
|
188 |
===========
|
189 |
|
|
|
204 |
$ python setup.py sdist bdist_wheel upload
|
205 |
$
|
206 |
$ bumpversion --no-tag patch
|
207 |
+
$ git push origin master --tags
|