From 3e6fa6dc56d85ce43294c805b44d1470f0a43b9a Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Fri, 14 Aug 2015 11:13:16 +0200 Subject: [PATCH] fix script name --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.30.2