149aa1d0c620ece9912001cdbf7c3dd1c56a0200
[youtube-dl-server.git] / README.rst
1 *****************
2 youtube-dl server
3 *****************
4
5 Uses `youtube-dl`__ to fetch information about videos that
6 can be used to download the video.
7
8
9 Usage
10 =====
11 Use ``info.php`` with the ``url`` parameter::
12
13   http://example.org/info.php?url=http://youtu...
14
15 It will return JSON data about the video.
16 Same format as ``youtube-dl --dump-json`` returns.
17
18
19 Dependencies
20 ============
21 * PHP
22
23
24 License
25 =======
26 AGPLv3 or later.
27
28
29 Alternatives
30 ============
31 * youtube-dl-api-server__
32
33 __ https://github.com/jaimeMF/youtube-dl-api-server