summaryrefslogtreecommitdiff
path: root/docs/index.rst
blob: b746ff95baf6679b93a5836a305dfb6fe7a92000 (plain)
    1 Welcome to youtube-dl's documentation!
    2 ======================================
    3 
    4 *youtube-dl* is a command-line program to download videos from YouTube.com and more sites.
    5 It can also be used in Python code.
    6 
    7 Developer guide
    8 ---------------
    9 
   10 This section contains information for using *youtube-dl* from Python programs.
   11 
   12 .. toctree::
   13     :maxdepth: 2
   14 
   15     module_guide
   16 
   17 Indices and tables
   18 ==================
   19 
   20 * :ref:`genindex`
   21 * :ref:`modindex`
   22 * :ref:`search`

Generated by cgit