link youtube-dl
[youtube-dl-server.git] / README.rst
index 811bbe8891b53785ff0537415b544ca55f9186cd..be72c9794ea892c2fcba6c7095c078e0c1a4fd8c 100644 (file)
@@ -5,12 +5,14 @@ youtube-dl server
 Uses `youtube-dl`__ to fetch information about videos that
 can be used to download the video.
 
+__ http://rg3.github.io/youtube-dl/
+
 
 Usage
 =====
-Use ``get.php`` with the ``url`` parameter::
+Use ``info.php`` with the ``url`` parameter::
 
-  http://example.org/get.php?url=http://youtu...
+  http://example.org/info.php?url=http://youtu...
 
 It will return JSON data about the video.
 Same format as ``youtube-dl --dump-json`` returns.