manpage: Add BUGS section

Recommend reading the bug reporting guidelines.
This commit is contained in:
Jaime Marquínez Ferrándiz 2014-03-26 14:11:40 +01:00
parent bc7149f6cf
commit 94aaf831ff
2 changed files with 7 additions and 0 deletions

View File

@ -73,3 +73,5 @@ htmlhelp_basename = 'youtube-dldoc'
# -- Options for the man page ---------------------------------------------
man_pages = [('youtube-dl.1', 'youtube-dl', 'download videos from youtube.com or other video platforms', 'Ricardo Garcia Gonzalez', 1)]
man_show_urls = True

View File

@ -71,3 +71,8 @@ Examples::
$ youtube-dl --dateafter 20000101 --datebefore 20091231
.. include:: faq.rst
BUGS
====
Bugs and suggestions should be reported at: https://github.com/rg3/youtube-dl/issues. Please read the `bug reporting guidelines <https://github.com/rg3/youtube-dl/#bugs>`_ before opening a ticket.