diff --git a/docs/conf.py b/docs/conf.py index 678e513d9..6dfcbdc15 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 diff --git a/docs/youtube-dl.1.rst b/docs/youtube-dl.1.rst index 1c1a5ed29..eec8aa634 100644 --- a/docs/youtube-dl.1.rst +++ b/docs/youtube-dl.1.rst @@ -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 `_ before opening a ticket.