X-Git-Url: https://code.delx.au/youtube-cgi/blobdiff_plain/65cb4de6f3758821f7e7e096ced5e2b21273b8a4..88e031fe0052c3be591bf129b778698de4fceba5:/README.md diff --git a/README.md b/README.md index cb61c36..6c2ae14 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ # 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 -- python 2.7 -- python-lxml +- python 3 - nodejs 4+ ## CLI Usage @@ -23,3 +22,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).