|
.. pytube documentation master file, created by |
|
sphinx-quickstart on Mon Oct 9 02:11:41 2017. |
|
You can adapt this file completely to your liking, but it should at least |
|
contain the root `toctree` directive. |
|
|
|
Welcome to pytube |
|
================= |
|
|
|
pytube is a lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos. |
|
|
|
Installation |
|
------------ |
|
|
|
.. code-block:: bash |
|
|
|
pip install pytube |
|
|
|
Getting started |
|
--------------- |
|
|
|
Coming soon. |
|
|
|
API Reference |
|
------------- |
|
|
|
If you are looking for information on a specific function, class or |
|
method, this part of the documentation is for you. |
|
|
|
.. toctree:: |
|
:maxdepth: 2 |
|
|
|
api |
|
|
|
|
|
Indices and tables |
|
================== |
|
|
|
* :ref:`genindex` |
|
* :ref:`modindex` |
|
* :ref:`search` |
|
|