notification of bug fix.
Browse files- README.rst +10 -1
README.rst
CHANGED
@@ -37,6 +37,15 @@ YouTube is the most popular video-sharing platform in the world and as a hacker
|
|
37 |
|
38 |
Finally *pytube* also includes a command-line utility, allowing you to quickly download videos right from terminal.
|
39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
Installation
|
41 |
============
|
42 |
|
@@ -76,7 +85,7 @@ 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 |
You can also specify a resolution or desired filetype:
|
81 |
|
82 |
.. code:: bash
|
|
|
37 |
|
38 |
Finally *pytube* also includes a command-line utility, allowing you to quickly download videos right from terminal.
|
39 |
|
40 |
+
Fix for CipherError *Update December 2015*
|
41 |
+
==========================================
|
42 |
+
|
43 |
+
If you're using version <=6.1.3, you'll need to run the following to fix *pytube* for some videos.
|
44 |
+
|
45 |
+
.. code:: bash
|
46 |
+
|
47 |
+
pip install -U pytube
|
48 |
+
|
49 |
Installation
|
50 |
============
|
51 |
|
|
|
85 |
.. code:: bash
|
86 |
|
87 |
$ pytube -e mp4 -f Dancing Scene from Pulp Fiction http://www.youtube.com/watch?v=Ik-RsDGPI5Y
|
88 |
+
|
89 |
You can also specify a resolution or desired filetype:
|
90 |
|
91 |
.. code:: bash
|