]> code.delx.au - youtube-cgi/blobdiff - README.md
Port to Python3, run with only Python+Node (no libs)
[youtube-cgi] / README.md
index cb61c364de5a79d2a0689868a5497a152036aa91..6c2ae1465be695767d0f8f9caeac3cd4dd213d3a 100644 (file)
--- 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).