X-Git-Url: https://git.cweiske.de/youtube-dl-server.git/blobdiff_plain/45be9552f24ddee773c29d6cb52ed65c828aa5b1..HEAD:/README.rst diff --git a/README.rst b/README.rst index 811bbe8..be72c97 100644 --- a/README.rst +++ b/README.rst @@ -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.