link youtube-dl
[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 __ http://rg3.github.io/youtube-dl/
9
10
11 Usage
12 =====
13 Use ``info.php`` with the ``url`` parameter::
14
15   http://example.org/info.php?url=http://youtu...
16
17 It will return JSON data about the video.
18 Same format as ``youtube-dl --dump-json`` returns.
19
20
21 Dependencies
22 ============
23 * PHP
24
25
26 License
27 =======
28 AGPLv3 or later.
29
30
31 Alternatives
32 ============
33 * youtube-dl-api-server__
34
35 __ https://github.com/jaimeMF/youtube-dl-api-server