From: Christian Weiske Date: Fri, 14 Aug 2015 09:13:16 +0000 (+0200) Subject: fix script name X-Git-Url: https://git.cweiske.de/youtube-dl-server.git/commitdiff_plain/3e6fa6dc56d85ce43294c805b44d1470f0a43b9a fix script name --- diff --git a/README.rst b/README.rst index 811bbe8..149aa1d 100644 --- a/README.rst +++ b/README.rst @@ -8,9 +8,9 @@ can be used to download the video. 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.