From: James Bunton Date: Sun, 31 Jul 2016 03:12:44 +0000 (+1000) Subject: README tweaks X-Git-Url: https://code.delx.au/youtube-cgi/commitdiff_plain/32122d2edc6fb2aded177f7f690bea1cbe577dc8 README tweaks --- diff --git a/README.md b/README.md index cb61c36..75a57a3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # YouTubeCgi -YouTubeCgi is a simple tool to dowload videos from YouTube. It is able to fetch normal videos and the protected stuff by doing some Javascript magic. +YouTubeCgi is a simple tool to download videos from YouTube. It is able to fetch normal videos and the protected stuff by doing some Javascript magic. ## Requirements @@ -23,3 +23,7 @@ You can then visit the CGI script and paste in a URL to download videos. Or you ``` javascript:(function(){window.location='https://example.com/path/to/youtube.cgi?url='+escape(location);})() ``` + +## Bug reports + +Please raise issues on the [Bitbucket project](https://bitbucket.org/delx/youtube-cgi/issues?status=new&status=open).