blob: a7bb89209430d7161888af81b067a30409cd81da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# ytexplode
Single youtube explode API in PHP
## Installation
1. `$ cd /var/www/`
2. `$ git clone https:///git.sr.ht/heckyel/ytexplode`
3. `$ doas chown http.http -R ytexplode`
4. `$ doas chmod g+w -R ytexplode`
## Local test
php -S localhost:9001
after open [http://localhost:9001](http://localhost:9001) in your browser or
with `curl`.
## Usage
http://localhost/?id=aqz-KE-bpKQ
## License
This work is under the License [GNU AGPLv3+](LICENSE)
## Authors
Contributors can be found in [AUTHORS](AUTHORS)
|